body,
div,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    width: 100%;
    max-width: 640px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    border-top:1px solid #e1d5d6;
    border-bottom:1px solid #e1d5d6;
}

th,
td {
    text-align: center;
    margin: 0px;
    /*border-bottom: 1px solid #888;*/
    /*border-right: 1px solid #888;*/
    padding: 5px 5px;
}

body {
    background-color: #edf1f2;
}

.container {
    padding: 0;
}

#days {
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
}

.week {
    height: 40%;
    font-size: 12px;
    color: #959fa6;
}

.date-days {
    color: #262626;
    height: 60%;
    width: 100%;
    text-align: center
}

.date-days {
    padding: 0px;
}

.date-day td {
    height: 32px;
    width: 32px;
    color: #262626;
}

.date-day {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    margin: 0px auto;
    text-align: center;
}

.date-day span {
    height: 32px;
    width: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    border-radius: 16px;
    /*border:1px solid red;*/
    margin: 0px auto;
}

.date-day.disable {
    color: #959fa6;
}

.selected-date>span {
    background-color: #22d078;
    border-radius: 50%;
    color: white;
}

#products-div {
    text-align: center;
    padding: 0 16px;
    width: 100%;
}

.product {
    text-align: left;
    margin: 8px 0;
    width: 100%;
}

#tips {
    font-size: 14px;
    color: #aaabb2;
}

.start-time {
    font-size: 14px;
    color: #262626;
    margin-bottom: 16px;
    padding-top: 8px;
}

.product-content {
    background-color: white;
    padding: 16px;
    border: 1px solid #e1e5e6;
    /*border-bottom: 1px solid #EFEDF2;*/
}

.direction {
    width: 40%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.place {
    display: table-cell;
    height: 100%;
    width: 30%;
    vertical-align: top;
}

.city {
    font-size: 18px;
    color: #262626;
    margin-bottom: 8px;
}

.name {
    line-height: 1.5;
    font-size: 12px;
    color: #676e73;
}

.origin-price {
    margin-left: 16px;
    font-size: 12px;
    color: #959fa6;
    text-decoration: line-through;
}

.price {
    font-size: 16px;
    color: #fab612;
}

.place-content {
    position: relative;
    text-align: top;
    display: table;
    width: 100%;
}

.destination-block {
    text-align: right;
}

.price-block {
    background-color: white;
    padding: 8px 8px 8px 16px;
    display: table;
    width: 100%;
    border-right: 1px solid #e1e5e6;
    border-left: 1px solid #e1e5e6;
    border-bottom: 1px solid #e1e5e6;
}

.book-button {
    display: inline-block;
    padding: 6px 16px;
    font-size: 14px;
    background-color: #22d078;
    color: white;
    margin: 0 auto;
}

.book-button:active {
    background-color: #10ad5e;
}

.book-button.empty {
    background-color: #c4c2c7;
}

.book-button.empty:active {
    background-color: #c4c2c7;
}

.prices {
    width: 70%;
    display: table-cell;
}

.book {
    width: 30%;
    display: table-cell;
    text-align: right;
}

