@charset "utf-8";
/* CSS Document */
.page_content p, .page_content {font-family: sweet-sans-pro,sans-serif;}

.content-box {margin:2% auto;}
.content-box p {font-size:1.2em;}

.image img {width:100%;}
.divider {background-color:#e86100; height:10px; margin:2% auto;}


.gameday .parking-lots {margin:2% auto;}
.gameday .parking-lots .item {}
.gameday .parking-lots .item:nth-child(odd) {background-color:#eaeaea;}
.gameday .parking-lots .item .col-sm-6 {padding:.5% 1%;}
.gameday .parking-lots .item .lot::before {content:"Lot: ";}
.gameday .parking-lots .item .remove::before {content: "Remove by: ";}
.gameday .note {background-color:#eaeaea; margin:2% auto; padding:3%;}
.gameday .questions .question {color:#e86100;}

.tow-locks .questions .question {color:#e86100;}

@media (min-width:768px) {
	.gameday .parking-lots .item .lot::before {content:"";}
	.gameday .parking-lots .item .remove::before {content: "";}
}