@charset "utf-8";
/* CSS styles for index.php */

.page_section {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 100px;
}

.page_section_title {
    color: #DD372C;
    font-size: 20px;
}

.page_section table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.page_section table {
    margin-bottom: 50px;
}