﻿.modal-bg-white { background-color: white; }
.modal-bg-red { background-color: #CC3300; }

.modal-text-black{
	color: black;
}

.modal-text-white{
	color:white;
}

.no-dots-ul {
	margin: 10px;
	padding: 5px;
	list-style: none;
	font-size: medium;
	display: block;
	line-height:15px;
}

.no-dots-ul a {
	color: #B30000;
	text-decoration:none;
}
.rcorners1 {
	border-radius: 25px;
	background: gray;
	padding: 20px;
}

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.bg-gray {
	background-color: #f5f5f5;
}
.bg-black {
	background-color: #222222;
}
.bg-white {
	background-color: #fff;
}
.bg-red {
	background-color: #CC3300;
}

.text-white {
	color:white !important;
}

.m-t-30 {
	margin-top:30px;
}
