.txt-slide1{
	margin-top:8% !important;
}
.cont1 {
	width: 100%;
	float: left;
}
.txt {width:100%;padding:2%;box-sizing:border-box;line-height:160%;font-size:1.4em;margin-top:20px;}

#schedule{
	border-collapse: collapse;
	width: 100%;
}
#schedule tr td{
	padding: 5px;
	border: 1px solid #e0e0e0;
	font-size: 13px !important;
}
#schedule tr:first-child td{
	font-weight: bold;
	text-align: center;
}
#schedule tr td.week{
	width: 10% !important;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.colred{
	background: #ffd4d4;
}
.colblue{
	background: #d4f2ff;
}
.textred{
	color:#ef3636;
}
.textblue{
	color: #3685ef;
}
.textblue a{
	color: brown;
}
.textblue a:hover{
	color: chocolate;
}
.textbold{
	font-weight: bold;
}
.textunder{
	text-decoration: underline;
}
a{
	text-decoration: none;
}
.button{
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	background: #3685ef;
	width: 100px;
	color: white;
	margin-top: 5px;
}
.button:hover{
	background: #ef3636;
}
#time{
	width: 100%;
	border-collapse: collapse;
}
#time tr td{
	text-align: center;
}
#time tr td:nth-child(3){
	background: #eee;
}
.gray{
	padding: 5px;
	width: 48%;
}
#time tr:first-child td{
	border-bottom:5px solid #ef3636;
}
.profile{
	border-collapse: collapse;
	width: 100%;
}
.profile tr td{
	padding: 5px;
	min-width: 150px;
	vertical-align: middle;
	border:1px solid #ccc;
}
@media screen and (max-width: 640px) {
.profile tr td{
	padding: 5px;
	min-width:inherit;
}
.cont1, .cont2 {
  background: #F7F7F7;
  padding: 4%;
  box-sizing: border-box;
}
.cont1-left, .cont1-right {width:100%;}
#schedule tr td.week{
	width: auto !important;
}
#schedule tr td{
	padding: 0px;
}
.button{
	margin: auto;
}
}

