@font-face {
    font-family: TimeFont;
    src: url('../font/TimeFont-mono.ttf');
}

body {
	line-height: 1;
    background: #000;
	color: #fff;
}
body.default {
    color: #ffed00;
}
.hidden {
	display: none!important;
}
.timer {
    font-size: 450px;
    font-family: 'TimeFont', Verdana;
	color: #ffed00;
}
.timer .milisec {
    font-size: 200px;
}


.table-laps td, .table-laps th {
    text-align: center;
    padding: 0 12px;
}

.table-laps th {
    font-weight: 300;
    padding-bottom: 8px;
}

.table-laps tbody {
	font-size: 26px;
    font-family: 'TimeFont', Verdana;
}

#pnl-set-title {
	    margin-top: 50px;
    font-size: 80pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffed00;
}