.bigtext {

font-size: 1.4em;
line-height: 1.3em;
}

.headertag {

    padding-top: 20px;
}

.fixed_bg{ background:url(/Portals/0/CATWALK.jpg) center center repeat fixed;}

.two-col-special {
    
    overflow: auto;
    margin: 0;
    padding: 0;
}

.two-col-special li {
    display: inline-block;
    width: 30%;
    margin: 0;
    padding: 0;
    vertical-align: top; /* In case multi-word categories form two lines */
}
.two-col-special li:before {
    content: '+';
    padding: 5px;
    margin-right: 5px; /* you can tweak the gap */
    color: blue;
    background-color: white; /* in case you want a color... */
    display: inline-block;
}






