﻿body {
}

.table-follow-up > tbody > tr > th:nth-child(1) {
    width: 57px;
}

.table-follow-up > tbody > tr > th:nth-child(2) {
    width: 108px;
}

.table-follow-up > tbody > tr > th:nth-child(3) {
    width: 108px;
}

.table-follow-up > tbody > tr > th:nth-child(4) {
    width: 186px;
}

.table-follow-up > tbody > tr > th:nth-child(5) {
    width: 195px;
}

.table-follow-up > tbody > tr > th:nth-child(6) {
    width: 195px;
}

.table-follow-up > tbody > tr > td > label {
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: left;
    margin: auto;
}

.table-follow-up > .label {
    font-weight: normal;
}

.integral-list {
    padding-top: 20px;
}

    .integral-list > li {
        width: 243px;
        float: left;
        height: 26px;
        line-height: 26px;
    }

        .integral-list > li > label {
            float: left;
            font-weight: normal;
            color: #999;
            width: 95px;
            margin-top: 5px;
        }

        .integral-list > li > input {
            width: 80px;
            border-radius: 2px;
            text-indent: 0;
            padding-left: 10px;
            box-sizing: border-box;
            font-style: normal;
            outline: none;
            border: none;
            border: 1px solid #e2e2e2;
            height: 40px;
            line-height: 40px;
            background-color: #fff;
            text-align: center;
        }

            .integral-list > li > input:focus {
                border: 1px solid #498DFA;
            }

        .integral-list > li > span {
            margin-left: 4px;
        }
