/*MAIN COLOR */
@import "mail_color.css";


/*************************
*******Rates CSS******
**************************/

.Rates_page table th{
    background: var(--color_background_Menu);
    font-family: var(--text-info_title_font);
    font-size: 19px;
    text-align: center;
}

.Rates_page table tr{
    background: none;

}

.Rates_page table tr td {
    text-align: center;
}


