.page-section {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.page-section:last-child{
	border-bottom:none;
}
/* === reprint page == */
#ctl00_ctl00_cphMainContainer_cMainContainer_cbContent  table {
   width:100%;
    border:1px solid #ccc;
}
#ctl00_ctl00_cphMainContainer_cMainContainer_cbContent  table:first-of-type tr td {
text-align:center;
}

#ctl00_ctl00_cphMainContainer_cMainContainer_cbContent  table th {
background-color:#4AB2DF;
color:#fff;
font-weight:bold;
text-align:center;
border-right:1px solid #439FC6;
border-bottom:1px solid #439FC6;
}

#ctl00_ctl00_cphMainContainer_cMainContainer_cbContent  table th:last-child {
border-right:none;
}


#ctl00_ctl00_cphMainContainer_cMainContainer_cbContent  table tr td {
background-color:#DDECF7;
    padding:5px;
}

#ctl00_ctl00_cphMainContainer_cMainContainer_cbContent  table tr td:nth-child(odd) {
background-color:#C1DEF1;
}
#ctl00_ctl00_cphMainContainer_cMainContainer_cbContent  table tr td:first-child {
background-color:#fff;
}

.main-content main {
    background: #fff;
    padding-top: 20px;
    margin-bottom: 20px;
}

.main-content main>section {
    padding-bottom: 20px;
}

.main-content {
    background: transparent;
    padding-top: 0;
}
