a{
	color: #1844a3;
}

a:hover{
	color: #a50d1f;
}

table.widefat,
table.events-table{
	width: 100%;
}

.css-events-list table.events-table th.event-time{
	width: 25%;
}

.css-events-list table.events-table th.event-description{
	width: 74%;
}

.css-events-list table.events-table td{
	font-size: 18px;
	padding: 10px;
}

.image-bg-fluid-height{
	padding-top: 65px;
}

table.events-table thead tr:first-child {background-color: #000000; color: #FFFFFF; font-weight: bold;}
table.events-table tbody tr:nth-child(odd) {background-color: #DEDEDE;}
table.events-table tbody tr:nth-child(even) {background-color: #f2f2f2;}

/* Used for the quiz page */
.hdq_quiz_wrapper .hdq_quiz{
	max-width: 100%;
}

#mainbody .row,
#primary-sidebar{
	background-color: #fff;
	border-radius: 25px;
	/*opacity: 0.95;*/
}

#primary-sidebar h4{
	color: #212529;
	font-weight: bolder;
}

.textwidget p{
	color: #444444;
}

#primary-sidebar a,
.textwidget p a{
	color: #007bff;
}


.dropdown-menu.show{
	padding: 10px;
}

.menu-item:hover{
	background-color: #7f7474;
}