@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
}
html {
	font-size: 2px;
}
.container {
	background-color: #000;
	padding: 10px 20px 10px 20px;
}
.header {
	position: relative;
	width: 100%;
	text-align: center;
}
.header img {
	width: 150px;
	margin: 20px auto;
}
.main-title {
	position: relative;
	display: block;
	bottom: 20px;
}
.main-title h1, h5 {
	margin: 0;
	font-size: 12rem;
	color: #fff;
	line-height: 30px;
	letter-spacing: 1.5px;
	font-family: verdana;
}
.main-title p {
	color: #fff;
	font-family: verdana;
	letter-spacing: 1.1px;
	font-size: 6rem;
	line-height: 8rem;
	padding: 20px 0 20px 0;
}
table {
	width: 100%;

}
td, th {
	color: #fff;
	font-family: verdana;
	letter-spacing: 1.1px;
	font-size: 6rem;
	
}
th{
	font-size: 8rem;
		padding: 10px 0 10px 0;
}
td{
	vertical-align: text-top;
	padding: 3px;
}
.title {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.title p, .how-to-install p{
	color: #fff;
	font-family: verdana;
	letter-spacing: 1.1px;
	font-size: 6rem;
	margin: 0;
	padding: 0;
	line-height: 8rem;
}
.title b {
	color: yellow;
}
.color-grey{
	color: gray;
}

a{
	text-decoration: none;
	color: #000;
	background-color: #FFDF42;
	display: block;
	width: 150px;
	padding: 10px 0 10px 0;
	margin: 40px auto;
	text-align: center;
}

a:hover, a:active, a:visited{
	text-decoration: none;
	color: #000;
}

a:active{
	text-decoration: none;
	color: #000;
}

.how-to-install h2{
		margin: 0;
	font-size: 9rem;
	color: #fff;
	line-height: 30px;
	letter-spacing: 1.5px;
	font-family: verdana;
}

a:visited{
	text-decoration: none;
	color: #000;
}.fa{
    padding-right:10px;
}
