/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.tba{
	border: 10px solid white !important;
	border-spacing: 20px !important;
	padding: 10px !important;
}

.tbl{
	background-color: #e8e8e8 !important;
}

.rbl {
	background-color: #eb7a7a !important;
	color: black !important;
	font-weight: bold;
}

.tbm {
	text-align: center;
}

.tbs {
	background-color: lightgray !important;
	color: black;
}

.tbt{
	background-color: #a00000 !important;
	color: white !important;
	font-weight: bold;
}

.st{
	color: black !important;
	font-style: italic;

}

a {
	color: black !important;
}

.logosize {
	margin: 1rem;
	max-width: 80%;
}
