@charset "utf-8";

div.map {
float: left;
width: 340px;
}

div.add {
float: right;
width: 220px;
}

table.schedule {
margin: 0 0 20px 0;
width: 100%;
}

table.schedule tr.week {
background: #397ebd;
color: #fff;
}

table.schedule tr.am {
background: #fff;
}

table.schedule tr.pm {
background: #d3f1ff;
}

table.schedule td {
text-align: center;
padding: 5px 7px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
white-space: nowrap;
}
