.a25{
    font-size: 30px;
    color: #004d6c;
}
.a25table {
    border-collapse: separate !important;
    margin: 0 auto 10px auto;
    /* max-width: 600px; */
    width: 100%;
    border: 1px #cbcbcb solid;
    border-radius: 15px;
    
}
.a25table h2{
    margin-top: 20px;
    font-size: 20px;
    color: #004d6c;
    text-align: center;
    line-height: 24px;
}
.a25table td{
    padding: 10px 10px 10px 10px;
    min-width: 10px;
    line-height: 16px;
}
.a25td{
    padding: 10px 10px 10px 10px;
    width: 100px !important;
    text-align: center;
}
.a25tde{
    padding: 10px 10px 10px 10px;
    width: 15px !important;
    text-align: center;
}

.a25img {
    width: 100%;
    max-width: 600px;
    margin: auto auto;
    display: block;
}