.similar-document-control {
        background: #fff none repeat scroll 0 0;
        padding: 10px 0;
        margin-top: 20px;
}
.similar-document-control .header {
        border-top: 3px solid #ce0000;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 17px;
        font-family: 'Merriweather';
        color: #031739;
        font-weight: 700;
}
.similar-document-control .content a {
        text-decoration: none;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 22px;
        color: #182940;
}
.similar-document-control .footer {
        display: none;
}
.similar-document-control li::marker {
        color: #99A5B5;
        font-size: 20px;
}
.similar-document-control .content .norecord {
        font-family: Merriweather;
        font-style: normal;
        font-size: 15px;
        color: #031739;
}
.similar-document-control .title {
        font-family: Merriweather;
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        line-height: 21px;
        text-transform: uppercase;
        color: #031739;
        margin-bottom: 16px;
}
@media only screen and (max-width: 768px){
        .similar-document-control {
                margin: 30px 0;
                padding: 0 20px;
                width: 100vw;
        }
}
