.fixed-timer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.name-td.active {
	padding: 0px;
}

.name-td.active a:before {
	display: none;
}