﻿.booking select, .edit_courses select {
font-size: 10px;
width: 250px;
line-height: 18px;
padding: 2px 4px 2px 4px;
color: #666;
}
.booking td, .edit_courses td {
padding: 2px;
}

.booking .input_field, .edit_courses .input_field {
width: 209px;
border: 1px solid #333;
height: 18px;
}      
.tableheaders, div.redtableheaders {
padding: 5px 0px;
background: #484848;
padding-left: 14px;
color: white;
font-weight: bold;
}

div.tableheaders, div.redtableheaders {
margin-bottom: 5px;
}

div.redtableheaders {
background: #c5001d;
}