﻿.table-col {
    padding: .75rem;
    border: 1px solid #dee2e6;
}

.table-col-center {
    text-align: center;
}

.table-col-header {
    text-align: left;
    font-weight: bold;
}

.table-col-body {
    text-align: left;
    font-weight: normal;
}

btn-tabla {
    width: 30px;
    margin-bottom: 2px;
    margin-left: 2px;
}

.table-col-header-right {
    text-align: right;
    font-weight: bold;
}

.x-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .7;
    z-index: 10;
}

.overlay-container {
    position: relative;
    top: 40%;
    left: 40%
}

section.container {
    margin-top: 40px;
    margin-bottom: 40px;
}
