article {
    margin-bottom: 85px;
}
.pro-supvsn {
    margin-bottom: 75px;
}
.pro-supvsn h1 {
    margin-bottom: 50px;
    line-height: 30px;
    font-size: 24px;
    color: #333;
    text-align: center;
}
.pro-supvsn-list table {
    width: 100%;
    border-color: red;
    border:1px solid #e0e2e2; 
}
.pro-supvsn-list a {
    color: #666;
    transition: color .2s ease;
    cursor: text;
}
.pro-supvsn-list tr {
    transition: all .3s ease;
}
.pro-supvsn-list tr:hover a {
    color: #ff3838;
}
.pro-supvsn-list thead {
    text-align: center;
    background-color: #fbd6d6;
    line-height: 59px;
}
.pro-supvsn-list tbody tr:nth-child(even) {
    background-color: #f0f0f0;
}
.pro-supvsn-list tbody tr:hover {
    background-color: #e0e2e2;
}
.pro-supvsn-list th {
    font-weight: normal;
    border-right:1px solid #e0e2e2; 
    color: #666;
}
.pro-supvsn-list td {
    padding: 24px 2em;
    width: 25%;
    line-height: 16px;
    font-size: 14px;
    border-right:1px solid #e0e2e2; 
}
.pro-supvsn-list tr td:nth-last-child(-n+2) {
    text-align: center;
}
.pro-supvsn-list td:last-child {
    border-right: 0;
}