thead {
    background-color: #3654a5 !important;
    color: white !important;
}

table tr:nth-child(odd) {
    background-color: rgba(64,84,165, 0.3) !important;
}

.callout {
	border: 3px solid #3654a5;
	padding: 1em;
}

.callout .box-title {
	color: #3754a5;
}

.alignright {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 3px solid #3654a5 !important;
}


.pfp-img-callout-link {
	color: #fff !important;
}

.pfp-img-callout-link:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

/*change headings to blue*/

h3, h4 {
	color: #3754a5;
}

.table-title {
	color: #3754a5;
}

.text-formatted .button {
	background-color: #3754a5 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.text-formatted .button:hover {
	background-color: #2d4486 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.secondary {
	font-size: .9rem !important;
}