.float-quote-button-pc{
    color: white;
    border-radius: 5px;
    height: 8px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(245, 245, 245, 0.075);
    text-align: center;
    font-size: 21px;
    background-color: #E44A7F;
}

.float-quote-button-pc.disabled{
    background-color: darkgray;
}

.float-quote-button{
    color: white;
    width: 90%;
    position: fixed;
    height: 40px;
    bottom: 20px;
    right: 40px;
    left: 5%;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(245, 245, 245, 0.075);
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    z-index: 9999;
    background-color: #E44A7F;
    font-family: 'Dosis', sans-serif;
}

.float-quote-button.disabled{
    background-color: darkgray;
}


.date .picker table td {
    width: 76px;
}

.date .picker table td .cell{
    width: 76px;
}

.arrow-down{
    margin-left: 15px;
}


.percentage-symbol{
    margin-top:-1px
}

.price-history-title{
    font-size: 1.75rem;
    color: #295196
}

.alternative_min_span{
    width: 52px;
}


.alternative_max_span{
    width: 75px;
}

.accordion-title{
    padding:0
}

.placeholder-th-price-history{
    display: none;
}

.accordion--toggle__attribute >label {
    z-index: 1;
}

@media screen and (max-width: 500px) {
    .accordion--toggle__attribute >label {
        z-index: 3;
    }
    .placeholder-th-price-history{
        display: inline-table;
    }
    .accordion-title{
        padding: 12px 0
    }
    .price-history-title{
        #font-size: 15px;
    }
    .arrow-down{
        margin-left: 0px;
    }
    .percentage-symbol{
        margin:auto
    }


    div.table-responsive tr td:first-of-type{
        position:absolute;
        background-color:white;
        width: 120px;
    }

    div.table-responsive tr th:first-of-type{
        position:absolute;
        background-color:white;
        width: 120px;
        height: 10px;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .historic-price-span{
        border-bottom: none;
        height: 50px;
        position: absolute;
        margin-top:12px
    }

    .date .surrounding {
        padding: 12px 0;
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .alternative_min_span{
        width: 70px;
    }

}

@media screen and (max-width: 983px){
    .bell--filled-prediction::before {
        font-size: 30px;
        line-height: 1.2;
    }
}
.bell--filled-prediction{
    padding-top: 4px;
    background: #e44a7f;
    color: white;
    width: 50px;
    height: 50px;
}

.bell.fontello-bell.bell--filled-prediction:before {
    font-size: 31px;
    line-height: 1.4;
    color: white;
}

.book_link{
    border-radius: 8px;
    background-color: #E44A7F;
    line-height: 1.4;
}

.chart {
    margin:auto
}

.backdrop{
    padding-bottom: 18px;
}

.reasons{
    margin-top:0
}

.ship-links{
    padding: 4px 8px;
    background-color:#295196 ;
}


.table-responsive th, .table-responsive td{
    padding:8px 23px
}

div.is-history div.container {
    max-height: 625px;
}

div.is-history div.cruisedetail__panels{
    max-width: 1000px;
}

div.is-history div.accordion__content--full-width{
    border-top: none;
    border-bottom: none;
}

.departure-wrapper{
    margin-bottom: 0 !important;
}

.accordion--toggle .accordion__state:checked + .accordion--toggle__label.accordion-history{
    background-color: white;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 4px 4px rgba(100,120,140,0.2) inset;
    height: auto;
}

.prediction-table td{
    border-top:0;
}

.prediction-table tr{
    border-bottom:1px solid #d9d9d9;
}

