﻿    .product-container {
        width: auto;
        margin: 0 auto;
        border-radius: 10px;
        background: #53ACCE;
    }

    .interest {
        color: #fff;
        font-size: 70px;
        font-weight: bold;
        padding: 0px;
        margin-bottom: -30px;
    }

    .percent {
        font-size: 31px;
    }

    .strong {
        padding: 3px;
        font-size: 14px;
        color: #1da427;
        background: #e9e9e9;
        border-radius: 0 0 10px 10px;
    }
    .intro {
        width: auto;
        margin: 5px auto;
        border-radius: 5px;
        background: #53ACCE;
        color: #fff;
        text-align: center;
    }
    .introPayChannel {
        width: auto;
        border-radius: 5px;
        background: #326c84;
        color: #333;
        text-align: center;
    }

    .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}
        .margTop5PX
{
            margin-top:5px;
}