
.result-list .block{
    background-color: #fff;
    padding: 16px 20px 20px;
    position: relative;
    margin-bottom: 20px;
}

.block .title{
    color: #000000;
    font-size: 16px;
    margin-bottom: 12px;
}

.block .location{
    margin-bottom: 12px;
    color: #808080;
}

.total-amount{
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.m-table tr th:nth-of-type(1),
.m-table tr td:nth-of-type(1){
    width: 30%;
}
.m-table tr th:nth-of-type(2),
.m-table tr td:nth-of-type(2){
    width: 40%;
}
.m-table tr th:nth-of-type(3),
.m-table tr td:nth-of-type(3){
    width: 15%;
}
.m-table tr th:nth-of-type(4),
.m-table tr td:nth-of-type(4){
    width: 15%;
}

.m-table th{
    background-color: #f8f8f8;
}

.m-table td, .m-table th{
    line-height: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

.m-table img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 6px;
}