#title {
	font-size: 30px;
	margin-bottom: 25px;
}

#plenary_div {
	overflow: hidden;
}

div.speakers {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#speakers_alert {
	text-align: center;
	color: #ff0000;
	border: 2px solid #ff0000;
	padding-top: 15px;
	padding-bottom: 15px;
}


@media screen and (max-width: 1400px) {
	#speakers_alert {
		width: 95%;
	}
}

@media screen and (max-width: 600px) {
	#speakers_alert {
		width: 85%;
	}
}

a:link {
	color: #BF7E30;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #403c3c;
}

@font-face {
	font-family: gravity_font;
	src: url(../FONT/Gravity-Regular.otf);
}

h4,
p,
a {
	font-family: gravity_font
}