a:link, a:active, a:visited {
  	color:#44000A;
  	text-decoration:none;
}
a:hover {
	color:#226699;
	text-decoration:none;
}
table {
	margin-top:35px;
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #444444;
    height:50px;
    text-align:center;
}
th {
	font-size:20px;
    background-color:#C8EBFA;
}
th.noborder, td.noborder {
	border:none;
}
input[type="checkbox"] + label {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #bcbcbc;
	cursor: pointer;
}
input[type="checkbox"]:checked + label {
	background-color: #0070C0;
}
input[type="checkbox"] {
	display: none;
}
a.button {
	background-color: #C8EFD4;
}
.button {
	border:1px solid #262626;
	padding:10px;
}
#today {
	background-color: #FFFFFF;
}
.td1 {
	font-size:20px;
	font-weight:bold;
	text-align:left;
	padding:2px 5px;
}
.goodimg {
	width:100%;
}