.agreement-main {
    padding: 40px 0;
}
.agreement-title {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.agreement-content {
    padding-bottom: 150px;
}
.agreement-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.agreement-content ol {
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.agreement-content ol li {
    list-style: decimal;
    font-size: 14px;
}
.agreement-content ul {
    padding-left: 20px;
}
.agreement-content ul li {
    list-style: square;
}
.agreement-content ol ol li {
    list-style: square;
}
.agreement-content ol ul {
    padding-left: 20px;
}
.agreement-content ol ul li {
    list-style: square;
}
.agreement-version {
    font-size: 12px;
    color: #888;
    text-align: right;
}
.agreement-content table {
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
}
table th {
    background: #eee;
    width: 60px;
    text-align: center;
}
table tbody {
    border: none !important;
}
 table td, table th {
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 13px;
}
table tbody tr:first-child td {
    background-color: #eee;
    text-align: center;
    font-weight: bold;
}