* {
	font-family: oxygen, sans-serif;
	font-size: 14px;
}

body {
	font-weight: 300;
	line-height: 20px;
	max-width: 1000px;
	margin: auto;
}

/* Bootstrap 3's .alert and .alert-info, which BigBlueButton 2.3 shipped with
   its default site and 3.0 does not. */
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/* Based on znanja's .container-content padding. */
html {
	padding: 15px;
}

@media (min-width: 752px) {
	html {
		padding: 30px;
	}
}

/* Based on Bootstrap's .lead style. */
.alert-info {
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.alert-info {
		font-size: 21px;
	}
}
