<>
.coin-nav .nav > li > a{padding: 0 15px;}
.coin-nav .nav > li.active > a{padding: 0 15px;}
.coin-nav .nav > li > a:hover{padding: 0 15px;}
>
<>
.header-time-downcounter {
display: inline-block;
margin-left: -15px;
margin-top: 20px;
}
.header-time-downcounter .timer-counter-value {
font-size: 45px;
font-weight: bold;
line-height: 50px;
}
.header-time-downcounter .timer-counter-separator {
color: #999;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.header-time-downcounter .counter-item {
float: left;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
.lights-off .timer-counter-value {
color: #FFF;
}
.select-currencies-fixed .header-time-downcounter {
margin-top: 10px;
}
.select-currencies-fixed .header-time-downcounter .counter-item {
padding-left: 7px;
padding-right: 7px;
}
.select-currencies-fixed .header-time-downcounter .timer-counter-separator {
font-size: 8px;
}
.select-currencies-fixed .header-time-downcounter .timer-counter-value {
font-size: 16px;
line-height: 16px;
}
@media only screen and (max-width:992px) {
.header-time-downcounter {
margin-left: 0;
margin-top: 0;
}
}
@media only screen and (max-width:350px) {
.header-time-downcounter .timer-counter-value {
font-size: 35px;
}
.header-time-downcounter .timer-counter-separator {
font-size: 11px;
}
}
>