.child-name-input-label, .child-name-input, .child-age-input-label, .child-age-input{
width: 400px;
display: block;
}
.parent-name-input-label, .parent-name-input, .parent-email-input-label, .parent-email-input, .parent-phone-input-label, .parent-phone-input{
width: 400px;
display: block;
}
.additional-info{
width: 500px;
}            #rooms-table{
width:1300px;
border: 5px solid #ffffff;
}
#rooms-table td{
border: 5px solid #ffffff;
}
#rooms-table th{
border: 5px solid #ffffff;
}
#rooms-table span#day-name{
font-size: 40px;
}
#rooms-table span#day-date{
font-size: 20px;
color: #0A246A;
vertical-align: 15px;
}
.label-day, .label-room{
font-size: 30px;
}
.label-room{
float: left;
padding-top: 50px;
}
.label-day{
transform: rotate(-90deg);
float: right;
padding-top: 30px;
}
.week-selector{
display: block;
padding-top: 10px;
float: left;
}
.next-prev-buttons{
float: right;
}
.next-week, .prev-week{
border: none;
background-color: white;
color: #0A246A;
}
.next-week:hover, .prev-week:hover{
background-color: white;
color: #00a0d2;
}
th, td {
padding: 10px;
text-align: left;
}
#rooms-table tbody td div[class *= "disabled"] {
color: #BBBBBB;
}
#rooms-table tbody td:nth-child(even), #rooms-table thead th:nth-child(even){
background-color: #efefef;
}
#rooms-table tbody td:nth-child(odd), #rooms-table thead th:nth-child(odd) {
background-color: #f8f8f8;
}
#rooms-table thead tr[class="week-chosing"] th{
background-color: transparent;
}
#next-prev-buttons button:disabled{
color: #bebebe;
}
.time-choice{
display: inline-block;
font-size: 20px;
}
.time-choice:hover{
transition: color 0.5s ease;
color: #00a0d2;
}
.time-choice.booked{
color: #bebebe;
}
.room-time-missing, .error{
color: #ff4e44;
font-weight: bold;
}