/* .rTableRow */
.rTableRow0 {
    border: solid 1px #ccc;
    border-right: none;
}

.rTableHead:nth-child(1) {
    width: 20%;
}

.rTableHead:nth-child(2) {
    width: 46%;
}

.rTableHead:nth-child(3) {
    width: 17%;
}

.rTableHead:nth-child(4) {
    width: 17%;
}

/* .rTableCell */
.rTableCell:nth-child(1) {
    width: 17%;
}

.rTableCell:nth-child(2) {
    width: 46%;
}

.rTableCell:nth-child(3) {
    width: 17%;
}

.rTableCell:nth-child(4) {
    width: 10%;
}

/* .rTableCell2 */
.rTableCell2 {
    width: 38%;
}
