body {
  padding-top: 70px;
}

h3{
	color: #0066cc;
	border-left: 5px solid #0066cc;
	padding-left: 8px;
	font-size: 1.5em;
}

h3.side_h3{
	border: none;
	color: #7887a6;
	font-size: 1.5em;
}

table.tbl_sc{
	border: 1px solid #c0c0c0;
	margin: 10px 0;
	width: 100%;
}

table.tbl_sc th,
table.tbl_sc td{
	border: 1px solid #c0c0c0;
	padding: 8px;
}

table.tbl_sc th{
	background-color: #f5f5f5;
	font-weight: normal;
}

table.tbl_sc th.day{
	background-color: #fff;
	font-weight: bold;
	color: #0066cc;
}

div.section{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted #333333;
	border-radius: 5px;
}