.reservations {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.noticeWrapper div {
    margin: 12px;
}
.reservations .ticket {
    text-align: right;
}
.reservations .title {
    margin-bottom: 20px;
    font-size: 1.8em;
}
.reservations .subtitleWrapper {
    padding: 4px 10px;
    border-bottom: 2px solid #5E9040;
    background-color: #F1FFE3;
}
.reservations .subtitle {
    font-size: 1.3em;
    font-weight: bold;
}
.reservations .info {
    float: right;
}
.reservations .reg, .reservations .count {
    font-size: 0.75em;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
}
.reservations .reg {
    padding: 0;
    border-width: 0;
}
.reservations .count {
    border-color: transparent;
    padding: 4px 0;
    font-family: 'Roboto Mono', monospace;
}
.reservations .reg {
    border-color: #B8E78B;
    font-family: Verdana, Arial, Helvetica;
}
.reservations a.reg:hover {
    border-color: #4A6E35;
}
.reservations .guests {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto Mono', monospace;
    border-spacing: 0;
}
.controls a {
    cursor: pointer;
    margin: 0 5px;
    text-decoration: none;
}
.controls .printWrapper {
    margin-top: -12px;
    margin-right: -12px;
}
.controls a.print {
    float: right;
    border: 1px solid #B8E78B;
    border-radius: 5px;
    padding: 3px 5px;
    margin: 0;
}
@media print {
    .noticeWrapper .lastUpdated {
        float: right;
        font-size: 11px;
    }
    .noticeWrapper .lastRefresh {
        display: none !important;
    }
    .controls {
        display: none !important;
    }
    .reservations .guests td {
        border-bottom: 1px solid gray;
        padding: 4px 10px;
    }
    .reservations .title {
        margin-bottom: 10px;
    }
    .reservations .subtitleWrapper {
        border-color: initial;
        background-color: initial;
    }
    .reservations {
        margin: initial;
        margin-bottom: 25px;
        page-break-inside: avoid;
    }
    .printHeader {
        float: right;
        font-size: 11px;
    }
}
