body{
	margin 0;
	padding 0;
	height: 100vh;
	font-family: "Roboto", "Source Sans Pro", sans-serif;
	font-weight: 400;
	color: #fafafa;
	color: #575756;
	background-color: #F4F2F2;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 400;
	margin: 0;
}
h1{
	font-size: 40px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
h2{
	font-size: 20px;

}
h3{
	font-size: 19px;
	color: #083262;
	font-weight: 600;	
}
p{
	margin: 0;
	font-size: 18px;
}
a,
a:visited{
	color: blue;
	font-weight: 400;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
hr{
	background-color: #B2b4b4;
	border: none;
	height: 1px;
}
table,
tr,
td{
	border: 0;
}
.emptyCell{
	padding-top: 4px;
}
.SelPID option{
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 1em;
}
.container{
	margin: 0 auto;
	padding: 0px;
	width: 90%;
	min-width: 450px;
	max-width: 1024px;
	background-color: #ffffff;
	border: 2px solid #B2b4b4;
	border-radius: 5px;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.content-body{
	margin: 20px;	
}
.content-footer{
	margin: 10px;
	text-align: right;
	font-weight: 300;
}
.header-img{
	width: 100%;
	margin: 0 auto 20px auto;
	display: block;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.booking-link{
	white-space: nowrap;
}
.info{
	margin: 25px 0 10px 0;
	border-bottom: 1px solid #B2b4b4;
}
.edu-date{
	padding: 10px 25px;
	display: flex;
}
.edu-date .edu-right{
	width: 170px;
	text-align: right;
}
.edu-date .edu-left{
	flex: 1;	
}
.edu-type-presence{
	display: inline-block;
	width: 65px;
	padding: 0px 6px;
	margin-right: 5px;
	border: 2px solid #083262;
	border-radius: 20px;
	background-color: #083262;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: 600;
}
.edu-type-web{
	display: inline-block;
	width: 65px;
	padding: 0px 6px;
	margin-right: 5px;
	border: 2px solid #083262;
	border-radius: 20px;
	background-color: white;
	text-align: center;
	color: #083262;
	font-size: 16px;
	font-weight: 600;
}

.zero-priced{
	color: #000000;
	font-weight: 600;
	font-size: 17px;
}
input:not([type]),
input[type=text],
select{
	margin: 3px;
	padding: 0 5px;
	height:	30px;
	border: 1px solid black;
	border-radius: 2px;
	background-color: #ffffff;
	background: linear-gradient(to bottom, #ffffff 0%,#fafafa 100%);
}
button,
input[type=button],
a.button{
	margin: 5px;
	height: 30px;
	background-color: #243a64;
	color: #ffffff;
	font-weight: 700;
	border: 2px solid #243a64;
	border-radius: 3px;	
	transition: background 0.3s, color 0.3s;
}
button:hover,
input[type=button]:hover,
a.button:hover{
	background-color: #ffffff;
	color: #243a64;
}
.no-edu-dates-available{
	margin: 40px auto;
	text-align: center;
}
.edu-date:nth-of-type(even){
	background-color: #f9f9f9;
}
.info:first-of-type{
	margin-top: 10px;
}