/* put here your custom css styles */
.authors_list .details {
    display: none;
}
.authors_list .single-author {
    border-bottom: 2px solid #ed1c24;
    padding-bottom: 20px;
}
.authors_list .single-author:last-child {
    border-bottom: none;
}
.fixed-height-630
{
	height: 630px;
}

.text ul {
    list-style-type: disc;
    padding-left: 20px;
}
.text ul {
    line-height: 150%;
}
.blog .author_row {
    background: #ED1C24;
    padding: 14px 15px 13px 14px;
    
}
.blog .author_by,
.blog .author {
    color: #FFF;
    font-weight: bold;
}

.tm-click-to-tweet .tm-ctt-text a { color: #DB0000; }
.tm-click-to-tweet { background-color: #eeeeee; }