﻿
ul.ARRANGE {
    display:inline-block;
    width:100%;
    list-style:none;
    /*overflow:hidden;*/
    padding:0;
    margin:0;
    background-color:#ffffff;
    box-shadow:1px 2px 5px rgba(51, 51, 51, 0.3);
    border-radius:0;

}
ul.ARRANGE li.PRICE-ARRANGE a, ul.ARRANGE li.DAY-ARRANGE a {
    font-size: 1rem;
    line-height: 56.5px;
    color: #666666;
    float: left;
    width: 50%;
    margin-top: 44.8px;
    text-align: center;
    font-weight: 600;
    background-color: #ffffff;
    padding: 0;
    border: 0;
}



.Period {
    padding:0;
    margin:0;
    font-size:0.9rem;
    color:#666666;
    font-weight:normal;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis; 
    font-size: 0.85rem;
    line-height: 14px;
}

.Price {
    padding:0;
    margin:0;
    color:#d91d81;
    font-size:1.2rem;
    margin-top:3px;

}
