.select2-container .select2-selection--single {height: 45px !important;}

.styled-table {
        border-collapse: collapse;
        margin: 25px 0;
        font-size: 0.9em;
        font-family: sans-serif;
        min-width: 400px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
.styled-table thead tr {
    background-color: #265FAD;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #265FAD;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #265FAD;
}

.stat-box {
	margin-right: 30px;
	position: relative;
	display: inline-block;
}

.stat-box .badge {
	position: absolute;
	top: -10px;
	right: -30px;
	padding: 5px 10px;
	border-radius: 50%;
	background: #454545;
	color: white;
}

.main-table td {
	font-weight: 600;
	font-size: 1.5em;
}

.main-table th {
	font-size: 1.5em;
}

.cellright td, .cellright th {
	text-align:right;
}

.dash-logo {
	width: 150px;
}

.disclaimer {
	color: darkgray;
	size: .7em;
	text-align: center;
}

/* Video */
.video-player {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.video {
	width: 90%;
}


@media (max-width: 768px) {
	.dash-logo {
		width: 60px;
		margin-left: -12px;
	}
}

@media (max-width: 990px) {
	.dash-logo {
		margin-left: -20px;
	}
}