html, body{
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #555;
	min-width:1035px;
	width: 100%;
}
h1{
	font-size:28px;
}
a, a:link{
	color: #0049a6;
}
.leftcolumn{
	width:200px;
	margin-left:100px;
	float:left;
}
.namelogo {
}
.name{
	font-size: 12px;
	margin-top: 0px;
	width:300px;
	word-wrap: break-word;
}

.name a:link { text-decoration: none; color: #094DA4; }
.name a:hover{ text-decoration: none; color: #22B573; }

.wellbg{
	background: #fff;
	min-height:100vh;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom:20px;
	border: 1px solid #e3e3e3;
	border-radius:4px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
	word-wrap: break-word;
	display: inline-table;
}
.loginform{
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	width:600px;
	padding: 20px;
	border: 1px solid #e3e3e3;
	border-radius:4px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);

}
.landingpage{
	width:100%;
	height:2000px;
	text-align:center;
	font-size:13px;
	line-height:20px;
}

/* Top Menu */
nav{
	border:1px solid #e3e3e3;
	border-radius:5px;
	/*	background:#094DA4; */
	background:#01558D;
	width: 100%;
	/*min-width:1235px;*/
	font-size:13px;
	font-weight:100;
	font-family: verdana;
	color: #fff;
	text-align: left;
	padding-left: 100px;
	box-sizing: border-box;
}
nav li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	padding: 8px;
	cursor: pointer;
}
nav li:hover {
	background: #22B573;
	border-radius:5px;
	color: #fff;
}
nav li:hover ul {
	display: block;
	z-index: 1;
}
nav li a:hover {
	text-decoration: none;
}
nav li ul {
	border:1px solid #e3e3e3;
	border-radius:5px;
	background:#01558D;
	font-size:12px;
	font-weight:100;
	color: #fff;
	text-align: left;
	position: absolute;
	margin-top: 8px;
	margin-left: -85px;
	padding: 0;
	display: none;
}

nav li ul li {
	display: list-item;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	cursor: pointer;
	width: 200px;
}

.Opt{
	margin-left: 10px;
	list-style: none;
	border-left: 1px dotted black;
}
.OptUL{
	border-left: 1px dotted black;
	padding-left: 10px;
}




.flash{
	font-size:16px;
	padding:20px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid rgba(204,204,204,0.6);
	text-align:center;
	border-radius:10px;
	background:rgba(255,255,255,1);
}
.flash-warning{
	border:1px solid rgba(234,244,0,0.6);
	background:rgba(244,249,147,1);
}
.flash-error{
	border:1px solid rgba(249,91,91,0.6);
	background:rgba(249,169,169,1);
}
.whiteWell{
	width:90%;
	padding: 20px;
	border:1px solid rgba(204,204,204,0.6);
	border-radius:10px;
	background:rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
}
.rowLayout{
	height:20px;
	float:left;
	text-align:left;
	line-height: 20px;
	overflow: hidden;
}
hr{
	margin-bottom:5px;
	margin-top:2px;
}
.Live-Counts{
	display: inline-block;
	position: fixed;
	border:1px solid #e3e3e3;
	padding: 10px;
	border-radius:5px;
	background:#FFFFFF;
	max-width: 220px;
	min-width: 220px;
	margin-left: 0;
	margin-top: 0;
	max-height: 70vh;
	overflow: scroll;
}
.Live-CountsStick {
	position:fixed;
	top: 20px;
	margin-left: 0;
	max-height: 90vh;
	overflow: scroll;

}
/* Style the tab */
div.tab {
	overflow: hidden;
	background-color: #f1f1f1;
	padding: 6px 12px;
}

/* Style the links inside the tab */
div.tab a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of links on hover */
div.tab a:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab a:focus,.active {
	background-color: #B4E0EA;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}
.customer-logo {
	width: 400px;
	height: 125px;
	overflow: hidden;
}
.customer-logo img {
	width: 100%;
	height: 125px;
	object-fit: cover;
}
.customer-logo .media-name {
	width: inherit;
	height: inherit;
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 2.8rem;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	background: #22B573;
	background: linear-gradient(to right, #22B573 0%, #00558D 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
.customer-logo .media-name > * {
	margin: 0;
}
.customer-logo .media-name a {
	color: #000;
	text-decoration: none;
}