body {
	max-width: 1920px;
}

.badge.badge-dot {
    width: 0.8rem;
    height: 0.8rem;
}

small {
	font-size: 1.0rem;
}

.nav-link {
	font-size:16px;
	line-height:20px;
}

.ec-days {
    grid-template-columns: 1px repeat(auto-fit, minmax(185px, 1fr))!important;
}

body.extended {
	max-width:2560px;
}


table.dataTable, .card {
	border:1px solid #d8d8d8!important;
}
