@import url("monitor.css");
@import url("mobil.css");
@import url("print.css");


.startcards {
background-color: #cd071e;
box-shadow: 0em 0.2em 0.3em #000;
}
.startcards.rounded {
    border-radius: .3rem !important;
}
.btn-info {
    color: #fff;
    background-color: #0069ca;
    border-color: #0069ca;
    padding: .2em 1em;
}
.btn-danger {
    color: #fff;
    background-color: #cd071e;
    border-color: #dc3545;
}
.startcards .row {
    margin: 0;
	background-color: #fff;
}
@media (min-width: 768px){
.container {
    max-width:unset;
}
}

@media (min-width: 576px){
.container {
    max-width:unset;
}
}

