@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&family=Titillium+Web:wght@200;400;600;700;900&display=swap');
body {
height: 100%;
font-family: 'Source Sans Pro', sans-serif, 'FontAwesome' !important;
font-size: 14px;
}
.coE-card h1,
.coE-card h2,
.coE-card h3,
.coE-card h4,
.coE-card h5 {
font-family: 'Titillium Web', sans-serif, 'FontAwesome' !important;
font-weight: 900;
color: #4bcd3e;
}
.coE-card {
-webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
margin-bottom: 10px;
padding: 15px 10px;
}
.coE-card .table thead th {
border-bottom: 2px solid #003b4d;
color: #003b4d;
border-top: 0px solid;
padding: 6px 8px;
border-right: 0;
border-left: 0;
}