<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 991px), (max-device-width: 991px)
{
    .DVIDSTags
    {
        margin-top: 30px !important;
    }
}

.DVIDSMediaTitle
{
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.DVIDSTags
{
    font-size: 2.5rem;
    font-family: "Roboto condensed","HelveticaNeue","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 600;
    line-height: 2.75rem;
    color: #2A2A2A;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}

.DVIDSTags::before {
    width: 6rem;
    background-color: #dd1414;
    content: "";
    display: block;
    height: 0.45rem;
    margin-bottom: 0.625rem;
}

.DVIDSUpNextText
{
    font-size: 2.5rem;
    font-family: "Roboto condensed","HelveticaNeue","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 600;
    line-height: 2.75rem;
    color: #2A2A2A;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.DVIDSUpNextText::before {
    width: 6rem;
    background-color: #dd1414;
    content: "";
    display: block;
    height: 0.45rem;
    margin-bottom: 0.625rem;
}</pre></body></html>