/* Page name styles
-------------------------------------------------- */

.project-header-img {
    /*background:
        linear-gradient(
          rgba(0,0,0,0.75),
          rgba(0,0,0,0.25)
        ),
        url(/img/bgBrandedCode.jpg);*/
    background-image: url(crystalCaveBanner.jpg);
}

.accordion-header {
    background:
    repeating-linear-gradient(
        45deg,
        #004ca8,
        #004ca8 20px,
        #006cb8 20px,
        #006cb8 40px
    );
}

.accordion-text {
    color: white;    
}

table {
    font-size: 12pt;
}

td {
    height: 22px;
    width: 22px;
}