.btn-primary {
    background-color: #46BDCA;
    border-color: #46BDCA;
}

div.header {
    border-bottom: 3px solid #a6e4ec;
}
div.header img {
    max-height: 60px;
}

.v-enter-active,
.v-leave-active {
    position: relative;
    transition: all 0.5s ease;
    opacity: 1;
    left: 0;
    /*transform: scaleY(1);*/
}

.v-enter-from,
.v-leave-to {
    position:relative;
    opacity: 0;
    left: -100vw;
    /*transform: scaleY(0);*/
}

@media (max-width: 450px) {
    #visitas>thead {
        display: none;
    }
    #visitas>thead>tr,
    #visitas>tbody>tr {
        border-bottom: 2px solid black;
        margin-bottom: 3px;
    }
    #visitas>thead>tr>th,
    #visitas>tbody>tr>td {
        display: inline-block;
        width: calc(100% - 100px);
    }
    #visitas>tbody>tr>td.h {
        width: 100px;
    }
    #visitas>tbody>tr>td.doble-altura {
        height: 57px;
    }
    #visitas>tbody>tr>td.b {
        font-weight: bold;
    }
    #visitas>tbody>tr>td[colspan="2"] {
        width: 100%;
        text-align: center;
    }
    #visitas>tbody>tr>td>button.btn-sm {
        font-weight: bold!important;
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (min-width: 451px) {
    thead {
        display: table-header-group;
    }
    tbody>tr>td.h {
        display: none;
    }
}
