.remark_info {
    width: 99vw;

    margin-bottom: 10px;
    padding: 15px 0;

    background-image: url(images/price_bcg.jpg);
    background-position: center;

    background-repeat: no-repeat;
    background-size: cover;
}

.price_table {
    width: 100%;

    color: rgb(88, 88, 88);

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.price_table-head th {
    padding: 8px;
}

.price_table-prefix {
    color: white;
    background-color: #3f587f;
}

.price_table table {
    width: 100%;

    border-collapse: collapse;

    font-size: 20px;
}

.price_table table tr td {
    padding: 8px;
    border: 1px solid #dddddd;
    text-align: left;

    border: 1px solid rgb(88, 88, 88);
}

tr:nth-child(even) {
    background-color: #dddddd;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}