/* ----------------------------------------------------------------
	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%;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
 	font-size:30px;
	box-shadow: 2px 2px 3px #999;
 	z-index:100;
}

.my-float{
	margin-top:16px;
	color:white !important;
}