
.title-row{
    display: none;
}

.m-table{
    color: #000;
}

.m-table tr:first-of-type th{
    background-color: #e6e6e6;
}

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

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

.part1 .desc{
    margin-top: 20px;
    margin-bottom: 10px;
}

.part1 .desc p{
    line-height: 1.5em;
}

.part2-header{
    display: flex;
    justify-content: space-between;
}

.part2-header a{
    color: #ff0000;
}

.part2 tr:nth-of-type(2) td:nth-of-type(1){
    width: 10%;
}

.part2 tr:nth-of-type(2) td:nth-of-type(2){
    width: 80%;
}

.part2 tr:nth-of-type(3) td:nth-of-type(2),
.part2 tr:nth-of-type(4) td:nth-of-type(2){
    border-right: 1px solid #d9d9d9;
}

.part2 tr:nth-of-type(2) td:nth-of-type(3){
    width: 10%;
}

@media (max-width: 1280px) {

    .part2 tr:nth-of-type(2) td:nth-of-type(1){
        width: 15%;
    }

    .part2 tr:nth-of-type(2) td:nth-of-type(2){
        width: 70%;
    }

    .part2 tr:nth-of-type(2) td:nth-of-type(3){
        width: 15%;
    }

}

.part2 tr:nth-of-type(2) td:nth-of-type(3) img{
    max-height: 100px;
}

.part2 td:nth-of-type(1){
    background-color: #f8f8f8;
}

.part2 td:nth-of-type(2){
    text-align: left;
}

.part2{
    margin-bottom: 20px;
}

.part3 td,
.part3 th{
    width: 20%;
}
.part3 td:last-of-type{
    color: #d9d9d9;
}

.part3 a{
    margin-left: 8px;
    margin-right: 8px;
    color: #000;
}

.part3 a:hover{
    color: #ff0000;
}

