.row{
    margin-bottom: 0;
    margin-top: 1rem;
}

.row .align-left{
    padding-left: 0;
    border-bottom: 2px solid #64ABCE;
}

.row .align-left .tabs{
    margin-left: 0;
}

.tabs{
    overflow: inherit;
}

.tabs .tab{
    overflow: inherit;
    text-align: left;
    padding: 0.4rem 0rem 0rem 0.5rem;
    width: auto;
}

.tabs .tab a{
    color: rgb(54, 60, 72);
    font-size: 1rem;
    font-weight: bold;
}

.tabs .tab a:hover {
    color: #DDDDDD;
}

.tabs .tab a.active{
    color: #1B7CBF;
    font-weight: bold;
}

.tabs .indicator{
    background-color: #1B7CBF;
    height: 5px;
    bottom: -1px;
    z-index: 1;
}

.bgrey{
    background-color: #F6F5F5;
    min-height: 8rem;
    padding-top: 1.7rem !important;
    padding-bottom: 2rem !important;
    color: #575756;
    overflow: auto;
}
.bgrey>*{
    margin: 0;
}

.bgrey table{
    width: 85%!important;
    margin: auto;
    margin-bottom: 2rem;
}

#voli table{
    width: 70%;
}

.bgrey table tr td, .bgrey table tr th{
    font-size: 0.8rem;
    color: #575756;
    font-weight: bold;
    padding: 0.2rem 0.5rem;
}
.bgrey table th:first-child{
    min-width: 7em;
}
.bgrey p {
    margin: 0;
    padding-left: 1.5rem;
    font-size: 0.8rem;
    font-weight: normal;
    margin-bottom: 1rem;
}
.bgrey ul{
    padding-left: 1.5rem;
    font-size: 0.8rem;
    font-weight: normal;
}
.bgrey h3{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 0.5rem;
}
._autoWidthWrapper{
    position: relative;
}
.tabs ul li, #hotel ul li, #quote ul li, #info ul li{
    list-style-type: disc;
}
.bgrey td p, .bgrey th p{
    padding: 0 ;
    margin: 0 ;
}


@media only screen and (min-width: 1020px) {

    .row .align-left{
        padding-left: 0;
        border-bottom: none;
    }

    .tabs .tab{
        margin-left: 1rem;
        border: 1px;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
        height: 4rem;
    }

    .tabs .tab a{
        margin-left: -0.4rem;
        text-align: center;
    }

    .tabs .tab a:hover {
        color: rgb(54, 60, 72);
    }

  .tabs .tab a.active{
      color: rgb(54, 60, 72);
  }

    .tabs .indicator{
        display: none;
    }

    .s12.align-left._autoWidthWrapper {
        height: 5rem;
    }

    .dettaglio_tabs {
        position: relative !important;
        float: left;
        margin-top: -2.3rem !important;
        line-height: 1.3;
        margin-left: 3.2rem;
    }

    .tab>a {
        margin-top: 0.4rem;
    }

}


@media only screen and (max-width: 1019px) and (min-width: 0px) {
    li.tab.s2>#dettaglio.dettaglio_tabs {
        display: none !important;
    }
    ._autoWidthWrapper {
        display: block;
    }
    ._autoWidthWrapper>*{
        display: table;
    }
    .tabs .tab{
        width: 100%;
        padding-left: 0;
    }
    .tabs .tab a {
        padding-left: 0.5rem;
        font-size: 1.2rem;
    }
    .tabs .tab a.active {
        border-left: 0.3rem solid #1B7CBF;
    }
    .tabs .indicator{
        background-color: #1B7CBF;
        height: 2px;
        bottom: auto;
        top: 0px;
        z-index: 1;
    }
    .row .align-left{
        border: none;
    }
}

@media only screen and (max-width: 320px)  {
    td.programma_table_note p {
        font-size: 0.69rem;
    }
    .btn-floating.material-icons.fixed-button.__hideon-d.noselect {
        margin-bottom: 2.5rem;
    }
    .bgrey table tr td, .bgrey table tr th {
        font-size: 0.65rem;
    }
}