﻿.table1 {
    width: 80%;
    margin: 0 auto;
}

    .table1 tr {
        line-height: 40px;
        vertical-align: middle;
    }

        .table1 tr td, th {
            border: 1px solid #C5D5C5;
        }

        .table1 tr th {
            background-color: #F5F5F5;
        }

        .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-left: 12px;
    line-height: 25px;
}

.red {
    color: #FF0000;
}

.bd .title {
    font-weight: bold;
    margin: 5px 0;
}

.bd .table1 tr td {
    text-align: center;
    padding-left: initial;
}

.sel {
    border: 1px solid #ddd;
    text-indent: 5px;
    height: 30px;
    width: 60px;
}
