
.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;
}

.m-table th{
    background-color: #e6e6e6;
}
.m-table td, .m-table th{
    line-height: 22px;
    text-align: left;
    padding: 8px 20px;
}

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

.m-table th:nth-of-type(1){
    width: 15%;
}

.m-table th:nth-of-type(2){
    width: 12.5%;
}

.m-table th:nth-of-type(3){
    width: 30%;
}

.m-table th:nth-of-type(4){
    width: 7.5%;
}

.m-table th:nth-of-type(5){
    width: 7.5%;
}

.m-table th:nth-of-type(6){
    width: 7.5%;
}

.m-table th:nth-of-type(7){
    width: 10%;
}

.m-table th:nth-of-type(8){
    width: 10%;
}