/* GENERIC FIXES */

/* remove extra space from unused template areas when not logged in as an administrator */

.templatearea-empty {
	display: none !important;
}

body{
    color:#777;
}

body > .dynamic-content{
  color: white;
}

.table.with-controls>tbody>tr>td,
.table.with-controls>tbody>tr th, .instructor-title a, .cart-table-total-wrap{
  color: rgb(129,138,145)
}

.package-modifiers .modifier .modifier-content .modifier-item:hover{
  background: rgb(38,38,38) !important;
}

.modal-content{
  background-color: #003b5c;
}

.package-modifiers .modifier .modifier-content .modifier-item .modifier-item-price span, .nav-tabs > li > a{
  color: white;
}

.close{
  color: white;
}

/* remove template area shadow and border */

.templatearea .data-templatearea-content {
	box-shadow: none !important;
}

.templatearea {
	border: 0px;
}

.item .item-event-info{
	color:#ffffff
}

.item .item-event-info strong{
	color:#f19e33;
}

/* preserve spacing for pass descriptions */

.single-item .single-item-description {
	white-space: pre-line;
}

/* add footer padding */

footer.foot > div{
    padding-top:20px;
}