html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    background: #19191d;
    font-family: 'PT Sans', sans-serif;
}

input,
textarea,
button {
    font-family: 'PT Sans', sans-serif;
    border: 0px;
    padding: 0.3em 0.5em;
}

div.clear {
    clear: both;
}

a {
    text-decoration: none;
}

h1 {
    color: #fff;
    margin-top: 0px;
    font-size: 2.2em;
    font-weight: normal;
}

.contents {
    height: 100%;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 1em;
    position: absolute;
    width: 95%;
    z-index: 99;
}

div.flash.error {
    border: 1px solid red;
    background: #CF8686;
}

a[href^="#error:"] {
    background: red;
    color: white;
}

form th,
form td {
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}


#login_screen {
    width: 100%;
    height: 100%;
}

#login_screen h1 {
    padding: 70px 180px 0 0;
    font-size: 70px;
    font-weight: bold;
}

#login_screen h1 sup {
    font-size: 30px;
    font-weight: normal;
}

#login_screen #top {
    height: 20%;
    min-height: 113px;
    text-align: right;
}

#login_screen #top .inside {
    height: 100%;
    line-height: 100%;
}

#login_screen #top .inside img {
    vertical-align: baseline;
}

#login_screen #form {
    background-color: #953528;
    height: 80%;
    margin: 0 auto;
    text-align: center;
}

#login_screen #form .form-wrapper {
    padding-top: 6em;
}

#login_screen #form form label {
    font-weight: normal;
    font-size: 4em;
    vertical-align: middle;
}

#login_screen #form .form-wrapper {
    display: inline-block;
    margin: 0 auto;
}

#login_screen #form .form-wrapper div {
    float: left;
}

#login_screen #form .form-wrapper div.border {
    margin: 0 4em;
    border-style: solid;
    border-width: 0 1px;
    border-color: #b44232 #b44232 #74281e #74281e;
    width: 0px;
    height: 250px;
}

#login_screen #form form {
    margin-top: 20px;
}

#login_screen #form form td,
#login_screen #form form th {
    text-align: left;
    line-height: 4em;
}

#login_screen #form {}

#login_screen #form input[type="text"],
#login_screen #form input[type="password"] {
    font-size: 3em;
    background-color: #dfdfdf;
    margin-left: 0.5em;
}

#login_screen input[type="submit"] {
    float: right;
    width: 125px;
    height: 125px;
    background: url('../images/login_btn.png') center center no-repeat;
    font-size: 0px;
    margin-top: 35px;
}



div.inside {
    width: 80%;
    min-width: 1050px;
    margin: 0 auto;
}

div.outer-margin {
    padding: 1em;
    position: relative;
    margin-bottom: 10px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.bookmarks {
    font-weight: bold;
    font-size: 2em;
    display: inline-block;
}

ul.bookmarks li {
    display: inline-block;
}


ul.bookmarks li a {
    display: inline-block;
    padding: 0.25em 1em;
    position: relative;
    height: 50px;
    top: 3px;
}

ul.bookmarks li a.active {
    height: 53px;
}

ul.bookmarks li #book-map {
    background-color: #613030;
    color: #c58a8a;
}

ul.bookmarks li #book-res {
    background-color: #2b5d6d;
    color: #b3e7f8;
}

div.custom-select {
    position: relative;
    padding: 0 0 0 0.4em;
    color: #000;
    background-color: #a9a8a8;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    width: 238px;
    height: 39px;
    display: inline-block;
    line-height: 39px;
    cursor: pointer;
    top: -10px;
    left: 0;

}

div.custom-select .arrow {
    display: inline-block;
    height: 39px;
    width: 39px;
    background: url('../images/custom-select.png') #000;
    vertical-align: bottom;
    float: right;
}

div.custom-select ul {
    position: absolute;
    display: none;
    left: 0px;
    z-index: 20;
}

div.custom-select ul li {
    background: #a9a8a8;
}

div.custom-select ul li a {
    display: block;
    padding: 0 0 0 0.4em;
    width: 200px;
    color: #000;
}

div.custom-select ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
}

div.background-red {
    background-color: #613030;
    padding: 15px 15px 25px 15px;
    margin-top: 3px;
    position: relative;
}

div.reservation-wrap {
    margin-top: 3px;
}

div.background-blue {
    background-color: #2b5d6d;
    width: 65%;
    margin-right: 4px;
    float: left;
    min-width: 700px;
}

div.spacer {
    width: 1%;
    float: left;
}

div.background-maroon {
    float: left;
    background-color: #8b4c31;
    width: 34.4%;
    height: 618px;
    overflow: auto;
    z-index: 5;
}

h2 {
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
}

.reservation-wrap .padding {
    padding: 15px;
}

.reservation-wrap form td {
    vertical-align: top;
}

.reservation-wrap form,
.reservation-wrap table {
    width: 100%;
    font-size: 1.6em;
    min-width: 650px;
}

.reservation-wrap form input[type="text"],
.reservation-wrap form input[type="number"],
.reservation-wrap form input[type="time"] {
    height: 39px;
    font-size: 1em;
    padding: 0.3em;
    background-color: #a9a8a8;
    width: 14em;
}

.reservation-wrap form input[type="submit"] {
    font-size: 1em;
    border: 0px;
    padding: 0.3em 1em;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    background-color: #FF8000;
}

.reservation-wrap form textarea {
    font-size: 1em;
    padding: 0.3em;
    background-color: #a9a8a8;
    width: 14em;
    height: 3.0em;
}

.reservation-wrap form input[type="text"].small,
.reservation-wrap form input[type="number"].small,
.reservation-wrap form input[type="time"].small {
    width: 6.6em;
}

.reservation-wrap form input[type="text"].calendar-input {
    width: 5em;
    float: left;
}

.reservation-wrap form input[type="text"].tiny,
.reservation-wrap form input[type="number"].tiny {
    width: 2.4em;
}

.reservation-wrap .timediv {
    margin-left: 49px;
    display: inline-block;
    float: left;
}

.calendar-icon {
    width: 61px;
    height: 61px;
    background: url('../images/date-input.png') 100% 100%;
    display: inline-block;
    vertical-align: bottom;
    float: left;
}

a.sign-out {
    right: 15px;
    bottom: 0px;
    position: absolute;
    color: #fff;
    z-index: 10;
}

a.sign-out span {
    display: block;
    padding: 10px 20px;
    background-color: #ad742e;
    text-transform: uppercase;
}

.date-settings-top {
    position: absolute;
    right: 100px;
    top: 20px;
}

.date-settings-top .icon-arrow {
    position: absolute;
    top: 3px;

}

.date-settings-top .icon-arrow.left {
    left: -65px;
}

.date-settings-top .icon-arrow.right {
    right: -65px;
}

.calendar-input.top .calendar-icon {
    width: 43px;
    height: 43px;
    float: left;
    background: url('../images/date-input.png') 100% 100%;
    background-size: contain;
    position: relative;

}

.calendar-input.top input {
    background-color: #a9a8a8;
    float: left;
    font-size: 2em;
    line-height: 43px;
    padding: 0em 0.2em;
    width: 160px;
    text-align: center;
}

.reservation-wrap form button {
    font-size: 1.7em;
    border: 0px;
    padding: 0.3em 1em 0.3em 0.4em;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    cursor: pointer;
}

.reservation-wrap form button .icon {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.7em;
    float: left;
}

.reservation-wrap form button.save {
    background-color: #3e8b31;
    float: right;
}

.reservation-wrap form button.save .icon {
    background: url('../images/btn-save.png');
}

.reservation-wrap form button.delete .icon {
    background: url('../images/btn-delete.png');
}

.reservation-wrap form button.confirm .icon {
    background: url('../images/btn-confirm.png');
}

.reservation-wrap form button.confirm {
    background-color: #708b2f;
    float: left;
}

.reservation-wrap form button.delete {
    background-color: #613030;
    float: left;
    margin: 0 15px;
}

.reservation-item {
    cursor: pointer;
}

.reservation-item .cas,
.reservation-item div.info {
    float: left;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
    margin: 1px 0;
}

.reservation-item.unconfirmed {
    border-left: 4px solid rgba(200, 0, 0, 0.5);
}

.reservation-item:hover .cas,
.reservation-item:hover div.info {
    background-color: rgba(0, 0, 0, 0.2);
}

.reservation-item.h-11 .cas,
.reservation-item.h-11 div.info {
    background-color: rgba(180, 116, 54, 1);
}

.reservation-item.h-11:hover .cas,
.reservation-item.h-11:hover div.info {
    background-color: rgba(190, 126, 64, 1);
}

.reservation-item.h-12 .cas,
.reservation-item.h-12 div.info {
    background-color: rgba(103, 113, 39, 1)
}

.reservation-item.h-12:hover .cas,
.reservation-item.h-12:hover div.info {
    background-color: rgba(113, 123, 49, 1)
}

.reservation-item.h-13 .cas,
.reservation-item.h-13 div.info {
    background-color: rgba(39, 113, 98, 1)
}

.reservation-item.h-13:hover .cas,
.reservation-item.h-13:hover div.info {
    background-color: rgba(49, 123, 108, 1)
}

.reservation-item.h-17 .cas,
.reservation-item.h-17 div.info {
    background-color: rgba(113, 39, 60, 1)
}

.reservation-item.h-17:hover .cas,
.reservation-item.h-17:hover div.info {
    background-color: rgba(123, 49, 70, 1)
}

.reservation-item.h-18 .cas,
.reservation-item.h-18 div.info {
    background-color: rgba(113, 62, 39, 1)
}

.reservation-item.h-18:hover .cas,
.reservation-item.h-18:hover div.info {
    background-color: rgba(123, 72, 49, 1)
}


.reservation-item .cas {
    margin-right: 2px;
    width: 17%;
}

.reservation-item .cas .time {
    display: block;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
}

.reservation-item .cas .persons {
    display: inline-block;
    float: left;
    background: url('../images/icon-person.png') center left no-repeat;
    padding-left: 10px;
}

.reservation-item .cas .info {
    float: right;
    font-weight: bold;
    font-style: italic;
}

.reservation-item div.info {
    width: 65%;
    height: 3.8em;
}

.reservation-item div.info .name {
    font-size: 1.4em;
    display: block;
}

.reservation-item div .table {
    float: right;
    background: url('../images/icon-table.png') center left no-repeat;
    padding-left: 38px;
    /*width: 30px;*/
    background-size: 30px;
}

span.range {
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url('../images/range.png');
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.range.plus {
    background-position: -41px 0px;
}

span.icon-arrow {
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url('../images/arrows.png');
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px 10px;
}

span.icon-arrow.right {
    background-position: -41px 0px;
}

span.icon-arrow.big {
    height: 48px;
    width: 48px;
    background: url('../images/arrows-big.png');
    margin: 0px 20px;
}

span.icon-arrow.big.right {
    background-position: -47px 0px;
}

.hide {
    opacity: 0;
}

.icon-settings {
    background: url('../images/icon-settings.png');
    width: 41px;
    height: 41px;
    display: inline-block;
    position: relative;
    left: 10px;
    top: 3px;
}

div.background-gray {
    background-color: #54545a;
    padding: 15px;
    margin-top: 7px;
    height: 573px;
}



.background-gray form input[type="text"],
.background-gray form input[type="password"] {
    height: 39px;
    font-size: 1.2em;
    padding: 0.1em 0.25em;
    background-color: #a9a8a8;
    width: 95%
}

.background-gray form textarea {
    font-size: 1em;
    padding: 0.3em;
    background-color: #a9a8a8;
    width: 14em;
    height: 5em;
}

.background-gray form input[type="text"].small {
    width: 8.6em;
}

.background-gray form input[type="text"].calendar-input {
    width: 5em;
    float: left;
}

.background-gray form {
    font-size: 1.6em;
}

.background-gray form input[type="text"].tiny {
    width: 2em;
    text-align: center;
}

.background-gray .save {
    float: right;
    font-size: 1em;
    background-color: #3f8b31;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: bold;
}

.settings-column {
    float: left;
    width: 20%;
}

.settings-column.wide {
    width: 34%;
}

.settings-column.separator {
    width: 0px;
    height: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 53px 35px 0px 35px;
}

.settings-column h2 {
    font-weight: bold;
}

.settings-column form h2 {
    font-size: 1em;
}

.settings-column .row {
    font-size: 1.4em;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    margin-bottom: 2px;
}

.settings-column .row:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.settings-column .row>div {
    padding: 0.2em 0 0.2em 0.65em;
    margin: 2px 0 0 0;
    display: inline-block;
}

.settings-column .row .name {
    width: 60%;
    margin: 0 2px 0 0;
}

.settings-column .row .icons {
    text-align: right;
    padding-right: 0.2em;
    padding-left: 0em;
    width: 33%;
}

.settings-column .row .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}

.settings-column .row .icon.delete {
    background: url('../images/btn-delete.png');
    background-size: 100% 100%;
    top: -2px;
}

.settings-column .row .icon.edit {
    background: url('../images/icon-edit.png');
    background-size: 100% 100%;
    margin-right: 0.3em;
    top: -2px;
}

.settings-column .row .icon.table {
    background: url('../images/icon-table.png');
    background-size: 100% 100%;
    height: 25px;
    width: 45px;
    margin-right: 0.3em;
}

#frm-roomForm input[type="text"],
#frm-roomForm input[type="number"] {
    float: left;
    width: 70%;
}

#frm-roomForm .save {
    float: left;
    width: 105px;
    padding: 6px 0;
    vertical-align: top;
    margin: 0px 0 0 5px;
}

.settings-column #frm-resForm input[type="text"]:not(.tiny) {
    width: 82%;
    padding: 10px 4%;
}

.settings-column #frm-resForm .save {
    margin-top: 3px;
    width: 90%;
    float: left;
    padding: 10px 0;
}

div.hr {
    width: 95%;
    margin: 1em auto;
    height: 0px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(0, 0, 0, 0.1);
}

div#snippet--tableMap {
    width: 95%;
    background-color: rgba(0, 0, 0, 0.25);
    height: 75%;
    min-height: 485px;
    margin: 0 auto;
    position: relative;
}

#snippet--tableMap .table {
    font-size: 2em;
    height: 1.8em;
    padding: 0.1em 0.25em;
    background-color: #346735;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#snippet--tableMap .table.hasReservation {
    background-color: #a9a8a8;
    z-index: 20;
}

#snippet--tableMap .table.selected {
    background-color: #E2C822;
}

#snippet--tableMap .table.hasReservation.wasVisited {
    border: 4px solid #CF6B20;
}

#snippet--tableMap #sidemenu {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


#snippet--tableMap .mapButton {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px;
}

#snippet--tableMap .mapButton:hover {}

#snippet--tableMap .mapButton.cancel {
    background-color: #A22F1E;
}

#snippet--tableMap .mapButton.visited {
    background-color: #CF6B20;
}

#snippet--tableMap .mapButton.edit {
    background-color: #7F527E;
}

#snippet--tableMap .mapButton.merge {
    background-color: #32939B;
}

#snippet--tableMap .mapButton.select {
    background-color: #87A34E;
}

#snippet--tableMap .mapButton.disabled {
    background-color: #aaa !important;
    opacity: 0.75;
}


#snippet--tableMap:not(.edit) .table .tableNumber {
    font-size: 0.8em;
    position: absolute;
    top: 0em;
    line-height: 1em;
    top: 0.25em;
    left: 0.25em;
}

.table .resTime {
    position: absolute;
    right: 0.3em;
    top: 0.55em;
    line-height: 0.7em;
    font-size: 0.5em;
}

.table .resName {
    position: absolute;
    left: 0.3em;
    bottom: 0.6em;
    line-height: 0.7em;
    font-size: 0.5em;
}

#snippet--tableMap.edit .table {
    font-size: 2em;
    line-height: 1.8em;
    text-align: center;
    background-color: #a9a8a8;
}

#snippet--tableMap.edit .table .tableNumber {
    font-size: 1em;
    display: block;
    height: 1.8em;
    vertical-align: middle;
}

#snippet--tableMap.edit .table {
    font-size: 2em;
    line-height: 2em;
    text-align: center;
}

.table-settings {
    font-size: 1.5em;
    position: absolute;
    top: 1em;
    right: 2em;
    width: 100%;
    text-align: right;
}

.background-red .table-settings input[type="text"] {
    height: 39px;
    font-size: 1em;
    padding: 0.1em 0.25em;
    background-color: #a9a8a8;
    width: 2em;
    text-align: center;
    margin: 0 0.25em;
}

.table-settings .save,
.table-settings .cancel {
    float: right;
    font-size: 1em;
    background-color: #3f8b31;
    padding: 0.5em 1em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 0.5em;
    cursor: pointer;
}

.table-settings .cancel {
    background-color: #a9a8a8;
    display: none;
}

div.trash {
    width: 50px;
    height: 61px;
    background: url('../images/trash.png');
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 5;
}

div.trash.active {
    background-position: -50px 0;
    opacity: 0.7;
}

.background-red .time-settings {
    position: absolute;
    top: 1.5em;
    right: 6em;
}

.background-red input[type="text"],
.background-red input[type="number"] {
    font-size: 2.2em;
    background-color: #dfdfdf;
}

.background-red input[type="text"].tiny,
.background-red input[type="number"].tiny {
    width: 2.5em;
    line-height: 0.75em;
    padding: 0 0.25em;
    vertical-align: middle;
    margin: 0px 0.25em;
    text-align: center;
    color: #000;
    opacity: 0.75;
}

.background-red h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.searchbtn {
    width: 61px;
    height: 61px;
    border: 0px;
    background: url('../images/searchbtn.jpg') 100% 100%;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-left: 3px;
}

input#table {
    float: right;

}

.reservation-wrap span.range {
    margin: 0px 3px;
}

.reservation-wrap span.range.plus {
    /*margin-left: 1px;*/
}

.room-selection {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

h1 a {
    color: #fff;
}


h1 small {
    font-size: 75%;
}

#surrogate-div {
    position: absolute;
    top: 1em;
    font-size: 2em;
    display: none;
    z-index: 100;
}

#text-surrogate {
    width: 14em;
    background-color: #a9a8a8;
    padding: 0.3em;
    font-size: 1em;
    margin-left: 1em;
}

#text-surrogate label {
    color: #fff;
    font-size: 2em;
}

#surrogate-div input[type="submit"] {
    font-size: 1em;
    width: 5em;
    cursor: pointer;

}

#surrogate-text-cover {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.reservation-popup {
    position: absolute;
    font-size: 2em;
    display: none;
    z-index: 100;
    top: 100px;
}

.reservation-popup .button {
    display: inline-block;
    padding: 0.5em 1.5em;
    background-color: #2b5d6d;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 1em;
}

.reservation-popup .button.confirm {
    background-color: #DA7119;
}

.reservation-popup .button.map {
    background-color: #613030;
}

.reservation-popup .button.cancel {
    background-color: #BF1E1E;
}

.reservation-popup .button.confirm {
    background-color: #708b2f;
}

.reservation-popup textarea {
    display: block;
    width: 700px;
    height: 300px;
    font-size: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.reservation-popup#reservation-popup-confirmation {
    text-align: center;
}

#info-panel {
    position: relative;
    padding-top: 10px;
}

#autocomplete-list {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#autocomplete-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 1.5em;
}

#autocomplete-list ul li {
    background-color: rgba(80, 80, 80, 0.8);
    padding: 0.2em 0.4em;
}

#autocomplete-list ul li:hover {
    background-color: rgba(100, 100, 100, 0.8);
}

ul.bookmarks li #book-home {
    background-color: #50863E;
    padding: 0.25em 0.55em;

}

ul.bookmarks li #book-home img {
    vertical-align: middle;
}

.background-green {
    background-color: #50863E;
    padding: 15px 15px 25px 15px;
    margin-top: 3px;
    position: relative;
}

.background-green .column {
    float: left;
    width: 32%;
    /*background-color: rgba(0,0,0,0.25);*/
}

.background-green .column:not(.last) {
    margin-right: 1%;
}

.background-green .column .reservation-item div.info {
    width: 70%;
    height: 3.8em;
}

.background-maroon .loading-cover {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 34%;
    height: 618px;
    display: none;
}

.background-maroon .loading-cover img {
    position: absolute;
    top: 40%;
    left: 32%;
}

.time-select {
    position: absolute;
    display: none;
    text-align: center;
    width: 100%;
    z-index: 100;
    left: 0px;
}

.time-select ul {
    margin: 3em auto;
    padding: 0px;
}

.time-select ul li:not(.block) {
    display: inline-block;
    padding: 0.5em 1.5em;
    font-size: 1.5em;
    background-color: #2b5d6d;
    cursor: pointer;
    margin: 0.1em;
}

.time-select ul li:not(.block):hover {
    background-color: #32748A;
}

.time-select ul li.block {
    display: block;
}

.background-green .timediv {
    display: inline-block;
}

.background-green .timediv * {
    vertical-align: middle;
}

.background-green .timediv input {
    width: 2.5em;
    line-height: 0.75em;
    padding: 0 0.25em;
    vertical-align: middle;
    margin: 0px 0.10em;
    text-align: center;
    color: #000;
    font-size: 1em;
    background-color: #dfdfdf;
}

.normalform label {
    font-size: 2em;
}