.am-table > thead > tr > th {
    font-size: 15px;
    font-weight: bold;
    border-bottom: none;
}
.am-table-compact > tbody > tr > td {
    font-size: 13px;
}
.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
    padding: 0;
    text-align: center;
    line-height: 40px;
    border-color: #f0f0f0;
    color: #282828;
}
.am-table {
    margin: 30px auto;
}
.am-table-bordered, .am-table-bordered > thead + tbody > tr:first-child > td, .am-table-bordered > thead + tbody > tr:first-child > th {
    border-color: #f0f0f0;
}
.tip_content p {
    line-height: 1.5;
    font-size: 13px;
    color: #282828;
    margin-bottom: 2em;
}
p.content_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0.8em;
}
p.copyright {
    text-align: center;
}