#medsection0{
    width: 870px;
    float: left;
}

#rightsection{
    margin: 15px 0 0 0 !important;
    padding: 15px;
}

.Topbanner{
    width: inherit;
    height: 135px;
    background-color:#900c31 ;
    display: grid;
    place-items: center;
    background-image: 
        radial-gradient(
            farthest-corner at 29px -5px,
            #900c31 5%,
            #370211 67%
          );
}

.NavCon {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
}

.nav {
    padding: 0px 10px;
    height: inherit;
    font-size: 20px;
    display: inline;
    cursor: pointer;
}

.nav:hover{
    color: #850606;
}

.FixandSTANDCon a:hover{
    text-decoration: none;
}

.nav.active {
    color: #850606;
}

.CommentaryBtn a{
    color: #FFF;
}

.view_commentary a {
    color: #c00;
    font-size: 13px;
}
.section-tab h1{
    border-bottom: 4px solid;
}