#staticCardContainer { max-width: 364px; position:relative;}
#staticCardContainer .blueLayout { background-color: #0990de; }
#staticCardContainer .blueDarkLayout { background-color: #0274b6; }
#staticCardContainer a:hover, #staticCardContainer a, #staticCardContainer h3, #staticCardContainer div { color: #fff; }
#staticCardContainer .callAction { height: 38px; padding: 0; }
#staticCardcontentContainer .title { font-size: 18px; }
#topic h3 {
    margin-top: 0;
    padding-left: 22px;
    padding-top: 12px;
    padding-bottom: 11px;
    font-weight: bold;
    background-color: #565b5f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#topic img { 
    float: left;
    padding: 10px;
    width: 25px;
    height: 25px;
    background-color: #0990de;
}
#authorImageContainer {
    position: absolute;
    width: 100%;
}
#authorImage {
    position: absolute;
    right: 10px;
    margin-top: -72px;
}
#authorImage img {     
	border-radius: 55px;
    width: 85px;
    height: 83px; 
}
#staticCardContainer .overlayLeft, 
#staticCardContainer .overlayRight {
    position: absolute;
    display: table;
    clear: both;
    top: 116px;
    background-color: #000;
    font-size: 18px;
    padding: 10px 19px 10px 19px;
    opacity: 0.7;
}
#staticCardContainer .overlayRight { 
	text-align: right; 
    right: 0;
}
#staticCardContainer .overlay { 
    opacity: 1; 
    max-width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#staticCardcontentContainer div {
    padding: 12px 20px 12px 20px;
}
#staticCardContainer .callAction div {
    float: left;
    font-weight: bold;
    padding-top: 2px;
    max-width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.addNewLabel {
    background:url("cmeStaticCard/images/new_thumb.png"); 
    background-repeat: no-repeat;
    background-size: 35px;
    position: absolute;
    height: 12px;
    margin-left: -20px;
    margin-top: -12px;
}
.backgroundImage {
    margin-bottom: -1px;
}
#staticCardContainer .callAction span {
    float: left;
    margin-left: 15px;
    margin-top: 4px;
}
.cmeRightColumnLayout .cmeStaticCard.section {
    border: none !important;
}
