@charset “utf-8”;
html {

}
body{background:url(../images/back.jpg) repeat-x center top;height: 100%;}
header{
    border-bottom:2px solid #ccc;
    padding:1rem 0;
    background:#fff;
}
footer{
    background:#111;
    padding:2rem 0;
    border-top:1px solid #eee;
    color:#fff;
}
footer a{color:#fff;}
.logo img{width:200px;}
table th{color:#00B6DC!important;border-bottom-color: #00C0E4;padding:1rem 0!important;}
.table{--bs-table-bg:none;}
.blue{color:#00B6DC;}

@media screen and (max-width: 480px) {
    .table th, .table td{
        display: block;
        width:100%;
    }
    .table td{
        border-bottom:1px dashed #eee;
    }
}
