html, body{
	outline: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Calibri;
	background-color: #201F1F;
}
.container{
	display: flex;
	flex-direction: column-reverse;
	padding: 15px;
}
.overview{
	width: 100%;
	color: #fff;
	text-align: center;
}
.overview-flex{
	display: flex;
	flex-direction: row;
	background-color: #252f33;
	width: 100%;
	justify-content: center;
	margin-top: 5px;
}
.overview-title{
	font-weight: bold;
    font-size: 18px;
}
.flex-row{
	display: flex;
	flex-direction: column;
}
.flex-row div{
	width: 60px;
}
.calendar{
	padding-top: 15px;
    width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.month{
	padding-bottom: 15px;
	width: 100%;
}
.month span{
	display: block;
}
.month-name{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.week{
	display: inline-block;
}
.week-breaker{
	display: inline-block !important;
    color: #666;
    font-size: 20px;
    vertical-align: super;
    font-weight: 100;
}
.day{
	height: 45px;
	width: 45px;
	display: inline-block;
	#border: 1px solid #333;
	font-size: 12px;
	background-color: #252f33;
	margin: 1.5px;
	text-transform: uppercase;
	padding: 2px;
	color: #eee;
}
.day span:first-child{
	float: left;
}
.day span:nth-child(2){
	float:right;
}
.day span:nth-child(3){
	clear: both;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
.TOM, .TOKA{
	color: #43A047 !important;
}
.AJCL{
	color: #E65100 !important;
}
.OLBO{
	color: #0288D1 !important;
}

.this-day{
	#box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    #transform: scale(1.1);
	#z-index: 500 !important;
	background-color: #38464e;
	//width: 50px;
	//height: 50px;
}
.green .event span, .green .time{
	color: #43A047 !important;
}
.orange .event span, .orange .time{
	color: #E65100 !important;
}
.blue .event span, .blue .time{
	color: #0288D1 !important;
}
.bold{
	font-weight: bold;
}