.container {  max-width: 1200px;}
table.editionTable tbody tr td:first-child {
  background-color: #fff;
  text-align: left;
}

 .nav-dwn a:hover {
    background: #E3142B;
}
.rhs-cont {
    border-left: 1px dotted #fff;
    float: left;
    padding: 30px 0 40px 4%;
    position: relative;
    width: 71%;
}
.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
#btmBar .btm-dwn a {
    color: #fff;
    background: #E9142B;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 4px 8px;
    display: inline-block;
    width: 144px;
    border-radius: 5px;
    margin-top: 4px;
}
#header-mainsec .headerinner {
    box-shadow: 0 0px 2px -1px #ccc;
}
/*toggle.css*/
.tab-toggle {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    width: 100px;
    display: inline-block;
    border: 1px solid #0879b8;
    color: #0879b8;
    padding: 10px;
    text-align: center;
    margin: 20px;
    text-decoration: none !important;
    cursor: pointer;
}

.tab-toggle:first-child {
    right: 122px;
    border-right: 0px solid #eee; 
}

.tab-toggle.active {
    background-color: #0879b8;
    color: #fff;
    pointer-events: none;
}
