/*EVENTS */
.btnField a{
    background:#eb5023;
    border:none;
    padding:5px 8px;
    border-radius:0px;
    color:#fff;
    font-family:sans-serif;
    text-align:center;
    transition:0.3s all;
    display:inline-block;
}
.btnField a:hover{
    background:#f07c5a;
}
.table-events-books{
    border:none;width:100%;overflow-y:scroll;
}
.table-events-books td{
    vertical-align:top;
    padding-bottom:30px !important;
    border:none;padding:5px 5px;
}
.line-ver{
    width: 5%;
    border-bottom: 2px solid black;
    margin-bottom: 2rem;
}
.book-event-box{
    width:100%;overflow-y:scroll;
}


@media(max-width:576px){
    .table-events-books tr td{
        display:block;
        padding-bottom:0px !important;
    }
    .table-events-books tr{
        margin-bottom:20px;
        display:block;
        margin-top:15px;
    }
}

.mt-4{
    margin-top:4rem;
}

#TB_caption{
    height:50px;
}

