/* Stylesheet for Poole Painting Studio */

#course_list td {
border-bottom: 1px solid gray;
font-size: 0.8em;
padding: 0.2em;
vertical-align: top;
}
#course_list tr:first-child td {
border-top: 1px solid gray;
}
#course_list td.title {
font-weight: bold;
width: 30%;
}
#course_list td.dates {
width: 40%;
}
#course_list td.tutor {
width: 22%;
}
#course_list td.price {
width: 8%;
text-align: right;
}
.notice {
color: #CC0000;
}
.main {
text-align: left;
}