.NewSteeringControl {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px 5px 0 0;
        margin-bottom: 10px;
        min-height: 390px;
}
.NewSteeringControl .Header {
        height: 38px;
        border-bottom: 2px solid #407ABF;
}
.NewSteeringControl .Header > a {
        color: #FFF;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 10px 1rem;
        /*font-family: 'Roboto Slab';*/
        /*background-color: #407ABF;*/
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        display: inline-block;
}
.NewSteeringControl .Header > span {
        /*! color: #fff; */
        /*! font: bold 9pt/22px arial; */
        /*! padding-left: 15px; */
        /*! text-transform: uppercase; */
        /*! white-space: nowrap; */
        line-height: 37px;
        background-color: #407ABF;
        height: 37px;
        display: inline-block;
        /*! max-width: 160px; */
        padding: 0 1rem;
        color: #FFF;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 400;
        /*font-family: 'Roboto Slab';*/
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.NewSteeringControl .Detail {
        border: 1px solid #e0e0e0;
        height: 220px !important;
        padding: 10px;
}
.NewSteeringControl .Detail .Title {
        cursor: pointer;
        font: bold 13px arial;
        margin-bottom: 6px;
}
.NewSteeringControl .Detail .Expand a {
        display: inline-block;
        font: italic 12px arial;
        padding: 5px 0 0;
}
.NewSteeringControl .Detail .Title:hover {
        color: #ff0000;
}
.NewSteeringControl .download {
        color: #ff0000;
        display: inline-block;
        float: right;
        font: bold 12px arial;
        margin-bottom: 5px;
        /* text-decoration: underline; */
}
.NewSteeringControl .DetailScroll {
        border: 1px solid #e4e4e4;
        padding: 10px;
        min-height: 350px;
        max-height: max-content;
        overflow: auto !important;
}
.NewSteeringControl .DetailScroll .ListItem .item {
        display: inline-block;
        margin: 5px 0;
        width:100%;
        padding-bottom: 5px;
        border-bottom: 1px dotted #e4e4e4;
        /*! margin-bottom: 5px; */
}
.NewSteeringControl .DetailScroll .Title {
        color: #407ABF;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        font-size: 1.05rem;
}
.NewSteeringControl .DetailScroll .Expand a, .DateIssued {
        color: #424242;
        display: inline-block;
        margin-bottom: 2px;
        padding: 6px 0 0;
        font-size: 13px;
        color: #757575;
}
.NewSteeringControl .DetailScroll .DateIssued {
        display: none;
}
.NewSteeringControl .DetailScroll .Title:hover {
        color: #ff0000;
}
.NewSteeringControl .DetailScroll ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: justify;
}
.NewSteeringControl .Expand {
        display: inline-block;
}
.NewSteeringControl .dwnload {
        display: inline-block;
        float: right;
        padding-top: 5px;
}
@media only screen and (max-width: 768px){
        div.NewSteeringControl {
                padding: 0 10px;
        }
}
