body { 
	font-family: 'Open Sans', sans-serif;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 4em;
	padding-right: 4em; 
} 

h2 {
	margin: 0;
}
h3 {
	margin-bottom: 0.3em;
	color: #133466;
}

ul {
	padding-left: 20px;
	margin: 0;
	list-style: circle;
}
li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 70em;
}

#header img {
	float: left;
	margin-right: 20px;
}

#content-left {
	width: 60%;
}

#content-right {
	float: right;
	width: 35%;
	margin-right: 10px;
}

.winner {
	float: left;
	width: 300px;
	margin-right: 20px;
	text-align: center;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.winner img {
	max-height: 220px;
	max-width: 300px;
}

.winner h3 {
	margin: 0.2em;
}

.winner h5 {
	margin: 10px;
}

.updated {
	color: LightSlateGrey;
	font-size: 0.8em;
}

.greyed {
    opacity: 0.3;
}

.greyed a {
    text-decoration: none;
    pointer-events: none;
    color: currentColor;
    cursor: not-allowed;
}

table {
	border: 1px solid black;
	margin-top: 1em;
	width: 100%;
}

table tr {
	background-color: LightBlue;
}

table tr.title { 
	background-color: DarkSlateGray;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
}

table tr.subtitle {
    background-color: SlateGrey;
    font-size: 0.9em;
    color: white;
    text-align: center;
    font-weight: bold;
}

table td { padding: 0.7em }

#schedule table li {
	color: #333333;
	font-size: 1.0em;
}

#schedule .break {
	background-color: LightSteelBlue; 
	text-align: center;
}

#schedule .deadline {
	color: FireBrick;
	font-weight: bold;
}

