@charset "UTF-8";

#add+section .heading p {
    background: #e5eaff;
    padding: 15px 50px 7px 50px;
    color: #303e81;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
#add+section .heading .h {
    text-decoration: underline;
    text-decoration-color: #e5eaff;
    text-decoration-thickness: 5px;
}
#add+section .heading.block_header_1 p:before{
    display: none;
}
#add+section .content_wrapper {
    border: 4px solid #303e81;
    padding: 20px;
}
table.add_table .inner_item_txt p {
    margin-bottom: 20px;
}
table.add_table div thead, div th {
    background: #303e81;
    color: #fff;
}
table.add_table div thead, div th, table.add_table div thead, div tr, table.add_table div thead, div td table.add_table div thead, div td {
    padding: 5px;
}
#add+section {
    margin: 30px 20px;
padding-top:0px;
padding-bottom:0px;
}
table {
margin-bottom: 10px !important;
}
@media screen and (max-width: 402px) {
table.add_table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
table.add_table th, table.add_table td {
    white-space: nowrap;
}
table.add_table td {
width: 100%;
} 
}