.eTimer {
 display: inline-block;
 line-height: normal;
}
.eTimer .etTitle {
 margin-bottom: 10px;
}
.eTimer .etUnit {
 display: inline-block;
}
.eTimer .etUnit .etNumber {
 display: inline-block;
 margin: 1px;
 text-align: center;
}
.eTimer .etUnit .etSign {
 text-align: center;
}
.eTimer .etSep {
 display: inline-block;
 vertical-align: top;
}
.eTimer .etSep:last-of-type {
 display: none;
}
