/* This is a CSS file */
.table-center {
    text-align: center !important;
}
.none-center {
    display: block;
    width: 100%;
    text-align:center;
}
.point-box {
    float: left;
    width: 20%;
    background-color: #fff;
    border-right: 1px solid #ddd;
}
.point-box li {
    display: block;
    height: 28px;
    text-align: center;
    padding: 3px;
}
.point-box li:first-child {
    font-size: 10px;
    line-height: 1.1em;
}
.point-box li img {
    width: 80%;
}
.yes-line {
    background-color: #ffdce6;
    color: #ff2257;
    line-height: 1.6em;
}
.question-line {
    background-color: #deffdc;
    color: #06d800;
    line-height: 1.6em;
}
.no-line {
    background-color: #fff;
    color: #000;
    line-height: 1.6em;
}
.total-line {
    background-color: #ededed;
    color: #000;
    font-weight: bold;
    line-height: 1.6em;
}

.cs-block1 table tr th:nth-child(5) {
    width: 30%;
}
.cs-block1 table tr th:nth-child(6) {
    width: 6%;
}
.cs-block1 table td.td-inspection {
    padding: 3px;
}
.cs-block1 table tr th:nth-child(7) {
    width: 6%;
}
.cs-block1 table td.td-other {
    padding: 3px;
}
.cs-block1 table tr th:nth-child(8) {
    width: 6%;
}
.cs-block1 table tr td:nth-last-child(3),
.cs-block1 table td.td-last {
    padding: 3px;
}
.cs-block1 table tr th:nth-child(9) {
    width: 18%;
}
.cs-block1 table td[data-last-date] {
    padding: 5px 2px;
}

.result-final {
    width: 80%;
}
