.ticket-timer {
padding: 0;
}
.ticket-timer img {
height: 1.5em;
border-style: none;
}
.ticket-timer svg {
width: 1.5em !important;
height: 1.5em !important;
}
.ticket-timer .ticket-link {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0.33em 1em;
margin-bottom: 0;
/* for text-overflow: ellipsis */
font-weight: bold;
border-bottom-color: #547CCC;
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ticket-timer .ticket-link a {
font-size: 1.1em;
font-weight: bold;
}
.ticket-timer .readout {
font-size: 2em;
text-align: center;
width: 100%;
}
.ticket-timer .control-line {
text-align: center;
padding-bottom: 5px;
}
.ticket-timer .control-line a {
margin: 0 1em;
}
.ticket-timer .extra {
color: #aaa;
}
.ticket-timer > div {
margin-bottom: 0.4em;
}
.ticket-timer.error .readout {
color: red;
}
.ticket-timer.error .extra {
display: none;
}
.ticket-timer .on-error {
display: none;
}
.ticket-timer.error .on-error {
display: block;
color: red;
}
.ticket-timer .readout.response {
font-size: 1.25em;
}
.ticket-timer .gutter {
border-bottom: 1px solid #ccc;
background-color: #eee;
padding: 0.5em;
}