.content-wrapper {
	background-color: white;
}

.paddingleft1 {
	padding-left: 25px;
}

.paddingleft2 {
	padding-left: 15px;
}

.boldclass {
	font-weight: bold;
	color: black;
}

.btnclass {
	background-color: #0054a4;
	color: white;
	border: 1px solid #083968;
}

.btnclass:hover {
	background-color: #e31926;
	color: white;
	border: 1px solid #e31926;
}

.event-closed {
	display: none;
}

.event-expanded {
	display: inline;
}

.custombox {
	background-color: rgba(64, 127, 187, 0.15);
	color: black;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.paddingcontrol1 {
	padding-bottom: 10px;
}