@charset "utf-8";
/* CSS Document */

.center {
	margin: auto; 
	text-align: center;
}
.panel-body {
	font-size: 1.15em;
}
.panel-body .answer {
	color: #a00;
}

.ref-links {
	color: #2e6ca2;
	text-decoration: underline;
}
.ref-links:hover {
	text-decoration: none;
}

