@charset "utf-8";

h3 {
	margin-bottom: 5px;
	font-size: 116%;
	color: #2a79d1;
}
.lead, section {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/dotline.svg) repeat-x bottom;
}
#browser dl {
	margin-top: 10px;
}
#browser dt {
	margin-bottom: 0px;
	font-size: 100%;
	color: #2a79d1;
}
#browser dd {
	margin-bottom: 10px;
	padding-bottom: 0px;
	background: none;
}
#browser ul {
	margin-top: 15px;
}
/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 960px) {
	.lead, section {
		text-align: left;
	}
}
@media screen and (max-width: 375px) {
	.lead, section {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}