.rulesCont {
	margin: 25px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
ol {
	list-style-position: outside;
	padding-left: 20px;
	margin: 0;
}
h2, h1 {
	font-size: 14px;
	margin: 0;
}
h1:not(#disabledSBTextHeader) {
	margin-bottom: 10px;
	text-align: center;
}
p, ol {
	line-height: 16px;
	font-size: 11px;
	margin: 5px 0 0;
}
ol li {
	padding-bottom: 16px;
}
.rulestitle {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}
.rulestitle a {
	margin-right: 10px;
	padding: 4px 6px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
}
.clear {
	clear: both;
}
.rulessectiontitle {
	font-weight: bold;
}
.contOuter {
    box-shadow: inset 0 0 0 .1rem #cbcbcb;
}

@media (max-width: 64em) {
    .contOuter {
        width: auto;
    }
}
