
#gameSection h2 {
	margin-bottom: 5px;
}
#gameSection h3 {
	margin: 5px 0;
}
#gameSection p {
	color: #333;
    font-size: 16px;
    text-align: left;
    margin: 0 0 15px 0;
    font-weight: normal;
    line-height: 1.6;
}

#after h1 {
	font-size: 2.1875rem;
	text-align: center;
	margin-bottom: 5px;
}
#after h2 {
	font-size: 1.6rem;
	margin-bottom: 5px;
}
#after p {
	color: #333;
    font-size: 16px;
    text-align: left;
    margin: 0 0 15px 0;
    font-weight: normal;
    line-height: 1.6;
}
#after ol li {
	color: #333;
    font-size: 15px;
    text-align: left;
    margin: 0 0 15px 0;
    font-weight: normal;
    line-height: 1.5;
}

#footer {
	font-size: 18px;
    padding: 20px 0 5px 0;
}
#footer p {
    line-height: 1.8;
}

.btn.btn-xs {
    font-size: 16px;
    line-height: 18px;
    padding: 1px 5px;
}

.m-t-40 {
	margin-top: 40px;
}
.m-b-60 {
	margin-bottom: 60px;
}
.m-b-80 {
	margin-bottom: 80px;
}
.m-b-100 {
	margin-bottom: 100px;
}