
.nav-tabs > li > a {
    background-color: #EEE;
}

.thumbnails [class*="span"] {
    margin-left: 0;
}

div.banner {
    background-color: #6080ba;
    color: #FFFFFF;
    padding: 14px 7px;
    text-align: center;
}
div.banner h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
div.banner a {
    color: #FFFFFF;
}

#sessions ul.thumbnails, #prints ul.thumbnails {
    padding-top:15px;
}
.package .thumbnail {
    height: 261px;
    border: 3px solid #999;
}
.package .thumbnail.r-shadow {
    border-right: none;
    background: white url(img/shadow-right.png) no-repeat right center
}
.package .thumbnail.l-shadow {
    border-left: none;
    background: white url(img/shadow-left.png) no-repeat left center
}
.package.prices-package .thumbnail {
    height: 276px;
}
.package .thumbnail .caption {
    padding: 6px; /* bootstrap override */
    min-height: 80%; /* pushing footer */
    color: #000000;
}
.package .thumbnail .caption hr {
    margin-bottom: 10px;
    color: #999999;
    background-color: #999999;
    border-top: 1px solid #999999;
}
.package .thumbnail .hdr {
    text-align: center;
}
.package .thumbnail .ft {
    padding-top: 10px;
    line-height: 10px;
}
.package .thumbnail ul {
    margin-left: 0;
}
.package .thumbnail h4 {
    margin-bottom: 0;
}

ul.crowded {
    margin-left: 10px;
}
.package .thumbnail ul li {
    list-style: disc inside none;
}
ul.crowded li {
    line-height: 15px;
    list-style: none inside none;
}

.msg {
    position: absolute;
    font-family: 'Marck Script',cursive;
    color: #999;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 20px;
    left: 174px;
    top: 25px;
    width: 80%;
    z-index: 10;

    /* Safari */
    -webkit-transform: rotate(-25deg);
    /* Firefox */
    -moz-transform: rotate(-20deg);
    /* IE */
    -ms-transform: rotate(-25deg);
    /* Opera */
    -o-transform: rotate(-25deg);
    transform: rotate(-20deg);
}

/* featured */

.package.featured {
    width: 36%;
}
.package.featured .thumbnail {
    border: 3px solid #65b8f2;
    background-color: #FFF9DF;
    height: 290px;
    margin-top: -12px;
}
.package.featured .thumbnail h4 {
    font-size: 22px;
}

.package.prices-package.featured {
    margin-top: -8px;
    width: 40%;
}
.package.prices-package.featured .thumbnail {
    height: 305px;
}

/* sessions */
.session {
    padding-left: 0;
    margin-bottom: 30px;
}
.session .content {
    padding-left: 0;
}
.session .hdr {
    padding: 10px;
    background-color: #6080ba; 
    color: #FFFFFF;
}
.session .hdr.green {
    background-color: #4C8E5A; 
}
.session .hdr.red {
    background-color: #A85252; 
}
.session .hdr.black {
    background-color: #333; 
}
.session h4 {
    margin-bottom: 5px;
}
.session h4 span {
    font-size: 80%;
}
.session ul.fine-print {
    margin-top: 20px;
    margin-left: 0;
    list-style-type: none;
    font-size: 80%;
}
.session ul.fine-print li {
    margin: 7px 0;
    line-height: 10px;
}
.session .content > .restriction {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 80%; /* same as fine-print */
}
