#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    max-width: 1280px;
    margin: 0 10px;
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 0;
    right: 0;
}

#block-search-mobile {
    background: rgba(217, 217, 217, 0.24);
    max-width: 1216px;
    margin: 0 auto;
}

@media (min-width: 1300px) {
    #block-search {
        margin: 0 auto;
    }
}

.tl-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 30px;
}

.tl-search-form {
    width: 100%;
}

#allrecords a.tl-button,
.t-records a.tl-button {
    font: 14px 'Montserrat', sans-serif;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    background-color: #0C6073;
    border-radius: 3px;
    display: inline-block;
    padding: 18px 21px 19px;
    min-width: 260px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

#allrecords a.tl-button:hover,
.t-records a.tl-button:hover {
    background-color: #107f98;
}

@media (min-width: 1196px) {
   .tl-container {
        gap: 24px;
        flex-direction: row;
    }
    
    #allrecords a.tl-button,
    .t-records a.tl-button {
        margin-bottom: 0;
    }
}


#tl-booking-form,
#tl-booking-form-cert { 
    width: 100%;
    max-width: 1200px;
    margin: 55px auto 10px;
}

/*@media (max-width: 440px) {*/
    #block-search {
        bottom: 165px;
    }
/*}*/