
#main.site-main{
	max-width: 100%;
}
form.cart{
	float: left;
}
.scwatbwsr_content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.scwatbwsr_types {
    float: left;
    width: 100%;
}
.scwatbwsr_types_item {
    display: inline-table;
	margin-right: 10px;
	text-align: center;
	margin-top: 10px;
	max-width: 170px;
}
.scwatbwsr_types_item_name {
    float: left;
    width: 100%;
}
.scwatbwsr_types_item_bg {
    display: inline-block;
    text-indent: -9999em;
    width: 50px;
    height: 30px;
}
.scwatbwsr_types_item_price {
    float: left;
    width: 100%;
}
.scwatbwsr_schedules_item {
    float: left;
    background: teal;
    color: #fff;
    margin-right: 20px;
    margin-top: 10px;
	cursor: pointer;
	padding: 3px;
}
.scwatbwsr_schedules_item.active {
    border: 1px solid red;
}
.scwatbwsr_schedules {
    float: left;
    width: 100%;
	margin-top: 10px;
}
.scwatbwsr_map {
    float: left;
    width: 100%;
    margin-top: 20px;
	text-align: center;
	overflow-x: scroll;
	overflow-y: hidden;
}
.scwatbwsr_map_head {
    float: left;
    width: 100%;
    font-weight: bold;
}
.scwatbwsr_map_bg {
    display: inline-block;
	position: relative;
}
.scwatbwsr_map_tables {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.scwatbwsr_map_tables_table {
    display: inline-block;
    position: absolute;
    color: #fff;
    font-weight: bold;
}
.scwatbwsr_map_tables_table_seats {
    display: inline-block;
    position: relative;
    color: #fff;
}
.scwatbwsr_map_tables_table_label {
    position: absolute;
    z-index: 9;
	cursor: pointer;
}
.scwatbwsr_map_tables_table_label.active {
    border: 1px solid red;
}
.scwatbwsr_map_tables_table_seat {
    display: inline-block;
    position: absolute;
    color: #fff;
    z-index: 99;
	cursor: pointer;
}
.scwatbwsr_map_tables_table_seat.active {
    border: 1px solid red;
}
.scwatbwsr_map_tables_table_seat.seatbooked {
    cursor: not-allowed;
}