.container-e-rapor {
    padding: 30px;
    margin: auto;
    width: 750px;
}

.container-e-rapor .table-rapor {
    width: 100% !important;
}

.container-e-rapor .table-rapor td,
.container-e-rapor .table-rapor th {
    line-height: 1.5 !important;
    border-bottom: 1px solid rgb(206, 206, 206) !important;
    text-wrap: wrap !important;
    padding: 10px !important;
}

.container-e-rapor .badge {
    font-size: 1em !important;
}

.bg-stabilo {
    background-color: rgb(129, 244, 129) !important;
}

.padding-20 {
    padding: 20px !important;
}

@media (max-width: 500px) {

    .container-e-rapor {
        width: 100%;

    }

    .container-e-rapor .foto-siswa {
        width: 75px;

    }

    .container-e-rapor .judul {
        font-size: 0.75em;
    }

    .container-e-rapor .table-rapor {
        font-size: 0.70em;
    }
}

@media (max-width: 352px) {

    .container-e-rapor .logo-sira {
        width: 70px;

    }
}