/* bold panel titles */
.panel-title {
	font-weight: bold;
}

/* hide offer code initally and indent slightly */
#offerCode {
	display: none;
	margin-left: 10px;
}

/* pad out divs like <p>'s */
#presalePanel .panel-body div.p {
	margin: 10px 0px 10px 0px;
}
/* no top padding on first p */
#presalePanel .panel-body div.p:first-child {
	margin-top: 0px;
}
/* no bottom padding on last p */
#presalePanel .panel-body div.p:last-child{
	margin-bottom: 0px;
}

/* remove default margin from well in "presale info" block */
#presalePanel .well {
	margin-bottom: 0px;
}

/* override default styles to allow for subheader text */
.content-header {
	line-height: 20px !important;
	padding-top: 0px !important;
	height: auto !important;
}
.content-header h1 {
	height: 55px !important;
}

.page-content {
	padding-top: 10px;
}

.meaningless-change {
	padding: 0px;
}

.darkenabled {
	opacity: 0.3;
}