.nws_l_title {
    color: #000;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 110%;
}

a.nws_l_lnk {
    float: right;
    color: #FC8E00;
}

a.nws_d_returnlnk {
    background-color: #FC8E00;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 1em;
    margin: 15px;
    padding: 5px 15px 7px 15px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    float: right;
}