@import 'bootstrap.min.css';
@import 'page.css';

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.table-fixed {
    table-layout: fixed;
    width: 100%;
}

.card table {
    background: transparent;
}

    .card table th {
        background: transparent;
    }

    .card table td {
        background: transparent;
    }

.bg-blue {
    background-color: #A0D2FF;
}
