table {
    font-family: "Gotham Book";
    font-size: 18px;
    line-height: 28px;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #CCCDD03D;
    text-align: left;
    padding: 8px;
    border-left: none;
    border-right: none;
    padding: 16px 12px;
}

th{
    border-top: none;
    color: #00988D;
}

td{
	color: #002347;
}

.btn-lots{
	text-align:right;
}

.btn-lots a{
	color: #002347;
}

.btn-lots i{
    cursor: pointer;
}

.close{
    display: none;
}

.mirador-data-stage-release:hover {
    background-color: #9ac6c338;
}

.lots-label{
    padding: 16px 12px;
    font-family: "Gotham Book";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #002C5B;
}

#mirador_stage_container {
    overflow-y: hidden;
    position: relative;
}

table#tbl_mirador {
    position: relative;
}

tr.mirador-header-stages, .mirador-header-lots {
    font-family: "Gotham Medium";
    font-size: 18px;
    line-height: 28px;
    position: sticky;
    background-color: #fff;
    top: 0;
}

.miragor-stage-overlay{
    height: 20px;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 50%);
}

@media (max-width: 425px) {
    table#tbl_mirador {
        min-width: 500px;
    }
    #mirador_stage_container{
        overflow-x: scroll;
    }
}