h1 {
	margin-top: 50px;
}

h2 {
	margin-top: 50px;
	text-align: center;
}

@media only screen and (min-width: 800px) {
	h2 {
		margin-top: 100px;
	}
}

.divContent {
	max-width: 800px;
	margin: 0px 40px;
	padding-top: 50px;
}

@media only screen and (min-width: 800px) {
	.divContent {
		margin: 0px auto;
	}
}

.SupportTitle {
	margin-top: 2rem;
	font-weight: bold;
}

.lstSupportServices, .lstGetStartedTV {
	margin-left: 1.75rem;
}

.lstSupportServices li, .lstGetStartedTV li {
	line-height: 2rem;
	list-style-position: outside;
}

.lstGetStartedTV {
	margin-bottom: 30px;
}

.divTVButton {
	text-align: center;
}

.divTVButton {
	margin: 60px auto;
}

.btnTV {
	line-height: 3rem;
	text-decoration: none;
	margin: auto;
	padding: 0 22px;
}

@media only screen and (min-width: 800px) {
	.btnTV {
		margin: 0px auto;
		padding: 0 3rem;
	}
}
