﻿.title {
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    margin: 10px;
}

.clause {
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    margin: 10px;
}

.cat {
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    margin: 10px;
}

.item {
    font-size: 18px;
    line-height: 2.5;
}

.sub_item {
    font-size: 18px;
    line-height: 2.5;
}

.price_list_item{
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    margin: 10px;
}

.price_list_title{
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    margin: 10px;
}


.dtb {
    display: table;
    width: 800px;
    background-color: #ffffff;
    border: 2px solid #369a12;
    border-spacing: 5px;
    border-radius: 5px;
    box-shadow: 2px 3px 7px #aaa;
    margin: auto;
}

.drw {
    display: table-row;
    width: auto;
}

.dcell.theader {
    background-color: #4f926c;
    color: #ffffff;
    font-weight: bolder;
    height: 42px;
}

.dcell {
    float: left;
    display: table-column;
    border: 1px solid #369a12;
    margin: 1px;
    text-align: center;
    width: 380px;
    font-size: 18px;
    padding: 5px;
}

.sub_item {
    font-size: 18px;
    line-height: 2.5;
}

@media only screen and (max-width: 650px) {
    .section_column {
        margin:unset;
    }
    #content {
        margin-top: -50px !important;
    }
    .dtb {
        width:100%;
    }
    .dcell.theader {
           height: 90px;
    }
    .dcell {
        width: calc(50% - 2px);
        height: 90px;
    }
}