* {
    font-family: 'Source Sans Pro', sans-serif
}

body.hidden {
    overflow-y: hidden;
}

.container {
    padding-bottom: 15rem;
}

div#loader {
    position: fixed;
    /* display: none; */
}
#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.126);
    top: 0;
    left: 0;
    z-index: 100;
}

.spinner-border {
    position: absolute;
    top: 48%;
    left: 48%;
    width: 3rem;
    height: 3rem;
}

.sun {
    background-color: yellow;
}

table.laporan, table {
    border-collapse: collapse;
    width: 100%;
}

.laporan td,
.laporan th {
    border: .5px solid #000000;
    padding: 5px;
    width: 100px;
    text-align: center;
}

footer {
    background-color: white;
    padding: 10px;
    /* text-align: center; */
    /* position: absolute; */
    bottom: 0;
    /* width: 100%; */
}

footer a {
    color: black;
    text-decoration: none;
}