﻿/****************/
/***Schedule*****/
/****************/

#schedulePic{
	width: 860px;
	padding: 20px 20px 0px 20px;
}

h1{
	font-size: 32px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	text-align: center;
	color: white;
}

table{
	margin: auto auto;
	color: gainsboro;
	text-align: center;
}

th{
	line-height: 120%;
	font-weight: bold;
	font-size: 24px;
	border-bottom: thin grey solid;
}

.dateTime{
	width: 150px;
	padding: 10px 0px 0px 0px;
}

.event{
	width: 500px;
	padding: 10px 0px 0px 0px;
}

#muster{
	font-weight: bold;
	color: darkolivegreen;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
}