/* overrides the default style to center the headers on pages */
.content h1, .content h2,.content h3, .content h4, .content h5 {
text-align: center;
}

.alert {
color: red;
font-style: bold;
font-size: 1.2em;
}

.content table {
	margin: auto;
	width: 80%;
	}

