.NewSteeringControl {
        /* border-radius: 5px 5px 0 0; */

        /* box-shadow: 5px 5px 9px #ececec; */
            background: #fff;
    border: 1px solid #eee;
        margin-top: 20px;
}
.NewSteeringControl .Header {
       height: 34px;
    padding: ;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    background: #be0101;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.NewSteeringControl .Header > a {
        color: #ffff00;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 34px;
}
.NewSteeringControl .Header > a {
color: #ffff00;
}
.NewSteeringControl .Header > span {
        /*color: #d80404;
        font: bold 10pt/27px arial;
        padding: 0 6px;
        text-transform: uppercase;
        white-space: nowrap;*/
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 20px;
        line-height: 30px;
}
.NewSteeringControl .Detail {
        border: 1px solid #e0e0e0;
        height: 285px !important;
        padding: 10px;
}
.NewSteeringControl .Detail .Title {
        cursor: pointer;
        font: bold 13px Tahoma;
        margin-bottom: 6px;
}
.NewSteeringControl .Detail .Expand a {
        display: inline-block;
        font: italic 12px Tahoma;
        padding: 5px 0 0;
}
.NewSteeringControl .Detail .Title:hover {
        color: #ce1110;
}
.NewSteeringControl .download {
        color: #bf0404;
        display: inline-block;
        float: right;
        font: bold 12px Tahoma;
        margin-bottom: 5px;
        text-decoration: underline;
        display: none;
}
.NewSteeringControl .DetailScroll {
        /* border: 1px solid #ddd; */
        padding: 0 15px;
        border-top: 0;
        min-height: 300px;
        background: content-box;
        max-height: 300px;
        overflow: auto !important;
        padding-right: 10px;
}
.NewSteeringControl .DetailScroll .ListItem .item {
        display: inline-block;
        margin: 0;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
        text-align: left;
        padding: 10px 0;
}
.NewSteeringControl .DetailScroll .ListItem .item li{
line-height: 1;
}

.NewSteeringControl .DetailScroll .ListItem .item li a span:before{
	    content: '';
    display: inline-block;
    margin-bottom: 2px;
}
.NewSteeringControl .DetailScroll .ListItem .item+.item{
        padding-top: 10px;
        border-top: 1px dashed #ddd;
}
.NewSteeringControl .DetailScroll .ListItem .item a{
        font-size: 14px;
        color: #222;
        line-height: 1.4;
        text-decoration: none;
}
.NewSteeringControl .DetailScroll .Title {
        color: #202122;
        cursor: pointer;
        display: inline-block;
        /* font: bold 13px Tahoma; */
        text-align: left;
        font-size: 14px;
        font-weight: 500;
}
.NewSteeringControl .DetailScroll .Expand a, .DateIssued {
        color: #495057;
        display: inline-block;
        margin-bottom: 5px;
        padding: 6px 0 0;
        font-size: 13px !important;
}
.NewSteeringControl .DetailScroll .Title:hover {
        color: #b82805;
}
.NewSteeringControl .DetailScroll ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.NewSteeringControl .Expand {
        display: none;
}
.NewSteeringControl  .dwnload {
        /* display: none; */
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
}
.NewSteeringControl  .dwnload a{
        width: 16px;
        height: 16px;
        display: block;
        background-size: contain;
}
@media only screen and (max-width: 768px){
        div.NewSteeringControl{
                width: 100%;
                margin-bottom: 10px;
                padding: 0!important;
                margin-top: 15px;
        }
}
