﻿body {
    font-family: sans-serif;
    font-size: 8pt;
}

.cw-page-content {
    /* TODO: flexbox is a better solution but IE hasn't fully implemented it yet */
    white-space: nowrap;
    
}

#RefreshPendingCmd {
    background-color: navy;
    color:white;
    font-size: 8pt;
    margin-top: 0;
}



#cw-detail {
    display:inline-block;
    vertical-align: top;
    font-family: MS Sans Serif;
    font-size: 8pt;
    margin-left: 15px;
    margin-top: 5px;
    width:auto;
    overflow-y:auto;
    height:87%;
}

#cw-detail a {
    text-decoration: none;
    
}
#cw-detail a:visited,
#cw-detail a {
    color:navy;
}
#cw-detail a:hover {
    color: red;
    font-weight: bold;
}
#cw-newFeatures {
    margin-top: 10px;
}
#cw-newFeatureLinks a {
    font-size: 10pt;
    font-weight: bold;
}

#cw-newissues {
    margin-top: 10px;
    height: 233px;
    width: 660px;
}


#cw-recentissues,
#cw-hedgeinterest,
#cw-outrightinterest {
    margin-top: 5px;
    height: 250px;
    width:auto;
}

#cw-briefnews,
#cw-recentnews {
    overflow-x:auto;
    margin-top:5px;
}