.padding-5 {
    padding: 5px;
}
.margin-top-20 {
    margin-top: 20px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.green {
    background-color: #5cb85c;
    color: #f5f5f5;
}
.red {
    background-color: #ce8483;
    color: #f5f5f5;
}

@media print {
    div#print-presence-header {
        position: fixed;
        top: 0;
    }
    div#print-presence-footer {
        position: fixed;
        bottom: 0;
    }
    div#print-presence-content {
        margin-top: 200px;
        margin-bottom: 200px;
        /*position: relative;*/
        /*top: 170px;*/
        /*bottom: 50px;*/
    }
    table { page-break-inside:auto !important; }
    tr.page-break-before    { page-break-inside:avoid !important; page-break-before:always !important; }

}
