.left_width_old{
    width:30%;
}
.left_width_change{
    width:0%;
}

.right_width_old{
    width:calc(69% - 25px);
}
.right_width_change{
    width:calc(99% - 25px);
}

.middle_width_old{
    left:30%;
}
.middle_width_change{
    left:0%;
}

.time_style{
    margin-right: 5px;
    padding: 10px 15px;
    font-size: 12px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color:#BD1A2D;
    border-radius:0;
    border:none;
    color:#fff;
}
.nav-tabs>li>a:hover {
	background-color:rgba(14, 150, 229, 0.2);
    border-radius:0;
    border:none;
    color:#fff;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -3px;
    color:#fff;
}

.nav-tabs {
    color: #BD1A2D !important;
    border-bottom: 0px solid rgb(14, 150, 229, 0.6);
}
option{background-color:#BD1A2D;}

a {
    color:#9fc5d7;
}


