/* HEADER */ .sePage .sePageMain { margin-top: 0px; }
/* FOOTER */ .sePageFooter { margin-top: 0px; }

.se-ncc-hero .block-bg-img {
padding: 13%;
}

.se-ncc-footer .block-bg-img {
padding: 10% 15px;
}

/* A LA CARTE PRICE TABLE */
table {
 line-height: .3; 
 font-size: 15px; 
 font-weight: bold; 
/* text-align:center;*/
 height: 40%;
 left: 10%;
 margin: 10px auto;
 overflow-y: scroll;
 position: static;
 width: 90%;
}

/* thead th {
 color: #FFF;
 letter-spacing: 1px;
 text-transform: uppercase;
} */

tr {
/* border-bottom: 1px solid #FFF; */
 margin-bottom: 5px;
 color:#3b4f8b;
}

th, td {
 font-weight: 400;
 padding: 10px;
 text-align: left;
 width: 25%;
}
