.example-wrapper {
    margin: 0.5em auto;
    max-width: 800px;
    width: 95%;
    font: 18px/1.5 sans-serif;
}

.example-wrapper code {
    background: #F5F5F5;
    padding: 2px 6px;
}

.example-wrapper {
    box-shadow: none !important;
}

section {
    background-image: none !important;
}

.tab-header {
    width: 150px;
    border: 1px solid #C9C9C9 !important;
    font-weight: 600;
    padding: 15px;
    margin: auto;
    text-align: center !important;
    color: #00193A !important;
}

.tab-min {
    border: 1px solid #C9C9C9;
    font-weight: 600;
}

.tab-cols {
    border: 1px solid #C9C9C9 !important;
    font-size: 0.95em;
    margin: auto;
    text-align: center !important;
    padding: 10px;
}

.temp-infoEmpleado {
    font-size: 1.8em;
    font-weight: 600;
    color: #00193A !important;
}

.min-acum {
    color: #00193A !important;
    font-weight: 600;
}

.btn-temp {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    color: #00193A;

    border: 1px solid #00193A;
    border-radius: 5px;
    width: 120px;
    padding: 10px;
    background-color: white;
}

.btn-temp:hover {
    background-color: #00193A;
    color: white;
    cursor: pointer;
}