@charset "utf-8";

mark{
	background-image: -webkit-linear-gradient(to right,transparent 50%,#DAE000 50%);
	background-image: -moz-linear-gradient(to right,transparent 50%,#DAE000 50%);
	background-image: linear-gradient(to right,transparent 50%,#DAE000 50%);
	background-color:initial;
	font-weight: 700;
	background-repeat: repeat-x;
	background-size: 200% .6em;
	background-position: 0 .7em;
	transition: all 1s ease;
	font-weight: 700;
	padding:0;
	padding-bottom: 7px;
}


.time-table .blu-border{
	border-right: 2px solid #DAE000;
	padding-right: 10px;
	margin-right: 10px;
}

.join .btn{
    background: #E84572;
    background: -moz-linear-gradient(top, #E84572, #C73C63);
    background: -webkit-linear-gradient(top, #E84572, #C73C63);
    background: linear-gradient(to bottom, #E84572, #C73C63);
    box-shadow: inset 0 1px 1px rgb(255 255 255 / 60%), 0 5px 0 #C73C63;
    -webkit-box-shadow: inset 0 1px 1px rgb(255 255 255 / 60%), 0 5px 0 #C73C63;
}
.join .btn::before{
    background: #FA4B7D;
    background: -moz-linear-gradient(top, #FA4B7D, #E84572);
    background: -webkit-linear-gradient(top, #FA4B7D, #E84572);
    background: linear-gradient(to bottom, #FA4B7D, #E84572);
}
.join a.btn:hover{
	box-shadow: inset 0 1px 1px rgba(255,255,255,.0), 0 1px 0 #C73C63;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.0),0 1px 0 #C73C63;
	color:#fff;
}

.join p {
	margin-top: 1em;
	color: #666;
}