#bodyHighlight {
	background-color: white;
	border: 1px solid #eee;
	border-top-left-radius: 40px !important;
/*	border-top-right-radius: 40px !important;*/
	margin-top: 20px;
/*	padding-top: 10px;*/
	padding-bottom: 30px;
}

#body {
	margin-top: 20px;
}

#bodyContainer {
	padding-left: 15px;
	padding-right: 15px;
}


/* <--- INDEX ---> */

#shortHistory .row {
	background-color: #6D9FF7;
	border: 1px solid #6D9FF7;
}

#shortHistory .col-sm-3 {
	padding: 0px;
}

#shortHistory #shortHistoryTitle {
	color: white;
	font-family: 'Lobster', cursive;
	font-size: 32px;
	line-height: 1.2;
	padding: 20px 0;
	text-align: center;
}

#shortHistory .col-sm-9 {
	background-color: white;
	padding: 10px 15px;
	text-align: justify;
}

#shortHistory .col-sm-9 strong {
	font-size: 110%;
}

#newsContainer {
	margin-top: 25px;
}

#newsContainer .newsPanel {
	margin-bottom: 25px;
}

#newsContainer .newsPanel .newsHeader {
/*	-webkit-box-shadow: 1px 1px 1px rgba(75,134,238,0.8);
	box-shadow: 1px 1px 1px rgba(75,134,238,0.8);*/

	border: 1px solid #6D9FF7;
	border-right: 2px solid #6D9FF7;
	border-bottom: 2px solid #6D9FF7;
	padding: 1px 5px;
}

#newsContainer .newsPanel .newsHeader .col-sm-7 {
	font-weight: 600;
}

#newsContainer .newsPanel .newsHeader .col-sm-5 {
	text-align: right;
	font-weight: lighter;
}

#newsContainer .newsPanel .newsBody {
	border-left: 1px solid #BAD2FD;
	padding: 5px 0;
	padding-left: 5px;
	text-align: justify;
}


/* <--- FAQ ---> */

#faqQuestions h4 {
	color: black;
	margin: 20px 0 10px;
}

#faqAnswers .card-header {
	padding: 5px;
}


/* <--- DONATIONS ---> */

#donations h3 {
	margin-top: 30px;
}


/* <--- STAFF ---> */

#staffContainer .devInfoPanel h4 {
	margin: 20px 0 5px;
}

#staffContainer .devInfoPanel h4:first-child {
	margin-top: 0px;
}

#staffContainer .devInfo {
	text-align: left;
}

#staffContainer .devInfo td {
	vertical-align: top;
}

#staffContainer .devInfo tr td:first-child {
	padding-right: 10px;
}

#staffContainer .text-muted h4 {
	color: #999;
	margin: 10px 0 3px;
}


/* <--- DOWNLOAD ---> */

.branchBox.card {
	border: none;
}

.branchBox .card-header {
	background-color: transparent;
	border: none;
	padding: 5px 10px;
	text-align: center;
}

.branchBox .card-body {
	border: 1px solid #ddd;
	border-bottom: none;

	min-height: 120px;
}

.branchBox .card-footer {
	padding: 0px;
	border: none;
}

.branchBoxVerState {
	font-size: 24px;
}

.branchBoxVerState .branchVer {
	font-family: 'Lobster', cursive;
	font-size: 28px;
}

.branchBox > a {
	color: inherit;
}

.branchBox > a:hover {
	color: inherit;
}

#downloadsBranches table {
	font-size: 14px;
}

#downloadsBranches .alert {
	text-align: justify;
}