* {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    list-style: none;
}

table td,
table th {
    border: 1px solid #666;
    padding: 10px;
}

table th {
    background-color: #f7f7f7;
}

table th:last-child,
table tbody tr td:last-child {
    width: 15%;
}

table tr td:first-child [type="text"] {
    width: 50px;
}

table [type="text"] {
    padding: 5px 10px;
}
table [type="button"] {
    padding: 3px 5px;
}
tbody tr td {
    width: 25%;
}
.record-content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.record-content h6 {
    font-size: 16px;
    margin: 20px 0;
}
.pagination{
    padding:0 20px 0 10px;
    text-align: right;
    color: #5d5d65;
}
.pagination select {
    height: 28px;
}
.pagination a{
    display: inline-block;
    color: #5d5d65;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
    vertical-align: middle;
}
.pagination a:hover{
    text-decoration: none;
    border: 1px solid #0070cc;
}
.pagination span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    margin: 0 5px;
    border-radius: 4px;
    vertical-align: middle;
}
.pagination span.current{
    color: #fff;
    background-color: #0070cc;
    border: 1px solid #0070cc;
}
.pagination span.ellipsis {
    text-align: center;
    background: #f7f7fa;
    border: 1px solid #ddd;
    width: 30px;
    padding: 0;
}
.pagination span.disabled {
    border: none;
}
