@font-face{
 font-family:'digital-7';
 src: url('../mahjong/fonts/digital-7.ttf');
}

.timerGreen {
 color: green;
}
.timerRed {
 color: red;
}

#timer {
 display: inline-block;
 text-align: center;
 font-family:'digital-7';
 fomt-size:1.5em;
 height: 1.5em;
 /*
 width: 1.8em;
 line-height:1em;
 padding-bottom:5px;
 transform: translateY(-50%);
 border:0.25em solid black;
 */
 background-color: black;
 border-radius:0.25em;
}
