@import url("nav.css");
@import url("footer.css");

* {
	margin: 0px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
	height: 100%;
	padding-top: 60px;
	margin-bottom: 60px;
}

h2 {
	color: #373737;
	font-size: 28px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 40px;
}

p {
	color: #666;
	line-height: 2;
	font-size: 18px;
	text-align: justify;
}

table {
	width: 90%;
}

table tr:nth-child(odd) {
	background: #fff;
}

table tr:nth-child(even) {
	background: #f9f9f9;
}

table th {
	padding: 6px 15px;
	background-color: #373737;
	color: #fff;
	text-align: center;
}

table td {
	padding: 6px 15px;
	text-align: center;
	border: 1px solid #373737;
}

ul > li {
	font-size: 1.3em;
}

.content-image {
	margin: 50px;
	width: 60%;
}

.release-notes h3 {
	width: 60%;
	padding-bottom: 5px;
	margin: 10px 0px;
	font-weight: 700;
	border-bottom: 1px solid #373737;
}

.release-notes h4 {
	font-weight: 600;
	font-size: 1.8em;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #373737;
}

.release-notes ul {
	padding-left: 50px;
	margin: 0px;
}

ul.rel-notes li {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
}

.release-notes ul p {
	font-size: 1.3em;
	line-height: 1.2em;
}

.faq-list {
	font-size: 1.2em;
}

.faq {
	padding-top: 70px;
	margin-top: -70px;
}

.faq h3 {
	font-size: 1.4em;
	font-weight: 700;
}

.faq p {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 30px;
}

.link-heading {
	padding-top: 70px;
	margin-top: -70px;
	text-decoration: none;
}

.link-heading a {
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	.content-image {
		width: 90%;
	}
}

@media screen and (max-width: 600px) {
	table {
		width: 100%;
	}
}