.graph-table {
    border: none;
	margin:0 !important;
}

.graph-table tr {
    border: none;
}

.graph-table tr td {
    border: none !important;
	padding:0 !important;
}

canvas{
	max-width: 1081px;
	max-height: 400px;
}

.chartjs-size-monitor + p {
	display: none;
}

.chart-tabs .et-pb-active-slide{
	padding-top: 5px;
	padding-bottom: 0;
}

.cta {
	color: #2ea3f2;
	background: transparent;
	width: auto;
	border-radius: 0;
	font-size: 20px;
	align-self: center;
	transition: all ease 300ms;
	display: inline-block;
}

.bg-efi-red{
	background: #FF0000;
	color: white;
}

.bg-efi-blue.active{
	background: #41B1D1 !important;
	color:white !important;
	border:none;
}

.bg-light-blue{
	background: #41B1D1 !important;
}

.bg-dark-blue{
	background: #0E3555 !important;
}

.bg-efi-blue{
	background: #0E3555 !important;
	color:white !important;
	border:none;
}

.bg-efi-blue:hover, .bg-efi-red:hover{
	color:white;
}

.for-iframe{
	max-width: 320px;
}

#myTab{
	border: none;
}

#myTab li{
	width: 50%;
}

.nav-link.active{
	font-weight: bold;
	font-size: 18px;
	border-bottom: red 3px solid !important;
}

@media only screen and (max-width:680px) {
	.cta {
		font-size: 12px;
	}
}

