.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.table-file-content {
    margin: 20px auto 0;
    width: 90%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
}

.table_xx {
    width: 50%;
    min-width: 250px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 15px;
}

.table_file {
    margin: 10px 0;
}

.table_file img {
    width: 24px !important;
    height: 25px;
    float: left;
    margin: 0 6px 0 10px !important;
}

.table_file a {
    color: #4978bb;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.table_account {
    border: 1px solid #dededd;
    background: #fff;
}

.table_account h3 {
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #dededd;
    font-size: 14px;
    color: #000000;
}

.table_account p {
    line-height: 20px !important;
    font-size: 12px !important;
    color: #000000 !important;
    padding: 10px !important;
}