﻿.table1 {
    width: 85%;
    margin: 0 auto;
    border-collapse: collapse;
}

    .table1 tr {
        line-height: 40px;
        vertical-align: middle;
    }

        .table1 tr td, th {
            border: 1px solid #C5D5C5;
            font-weight: normal;
        }

        .table1 tr th {
            background-color: #F5F5F5;
            width: 35%;
        }

        .table1 tr td {
            text-align: left;
            padding-left: 15px;
        }

.btn1 {
    padding: 5px 10px;
    color: #fff;
    background: #1179ca;
    border: none;
    width: 100px;
    cursor: pointer;
    height: 40px;
    margin: 10px;
}

.inpt {
    width: 130px;
    border: 1px solid #ddd;
    text-indent: 5px;
    height: 30px;
}

.bd p {
    text-align: left;
    padding: 0 12px;
    line-height: 25px;
}

.w95 {
    width: 95%;
    font-size: 0.8em;
}

.red {
    color: #FF0000;
}

.note {
    color: #b3b6be;
    padding-left: 12px;
}
