
.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 tr:first-of-type th{
    width: 20%;
}

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