
.search-block{
    margin-bottom: 25px;
}
.tri-title{
    margin-bottom: 15px;
    font-size: 18px;
}

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

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

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