@font-face {
	font-family : "OpenSans";
	src : url("font/opensans-bold-webfont.eot");
	src : url("font/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/opensans-bold-webfont.woff2") format("woff2"), url("font/opensans-bold-webfont.woff") format("woff"), url("font/opensans-bold-webfont.ttf") format("truetype"), url("font/opensans-bold-webfont.svg#open_sansbold") format("svg");
	font-weight : bold;
	font-style : normal;
}
@font-face {
	font-family : "OpenSans";
	src : url("font/opensans-regular-webfont.eot");
	src : url("font/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/opensans-regular-webfont.woff2") format("woff2"), url("font/opensans-regular-webfont.woff") format("woff"), url("font/opensans-regular-webfont.ttf") format("truetype"), url("font/opensans-regular-webfont.svg#open_sansregular") format("svg");
	font-weight : normal;
	font-style : normal;
}
body { 
	word-break: break-word;
	font-family: OpenSans, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: rgb(227, 227, 227);
	font-size: 100%;
	width: 100%;
	overflow-x: hidden;
	height: auto; 
	padding-bottom: 3em;
}
a {
    line-height: 1.02em;
    text-decoration: underline;
	padding-bottom: 0px;
	border-bottom: 0px solid black;
}
a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: black;
}
a:active {
  color: black;
}

a.button {
    min-width: 5em;
    transition: background-color 0.2s ease-in-out, color 0.15s ease-in;
    vertical-align: bottom;
	text-decoration: none;
}
a.button {
    position: relative;
    display: inline-block;
    padding: 1.6em 2.8em 1.5em;
    border-radius: 4em;
    font-size: 10rem;
    line-height: 1.02em;
    letter-spacing: 0.04em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
a.button {
    font-size: 10px;
    line-height: 12px;
}
p,li {
	font-size: 1rem;
	line-height: 1.8em; 
	letter-spacing: .04em;
	margin-top: 1rem;
	margin-bottom: .5rem; 
}
.logo {
    position: absolute;
	top: 2rem;
	left: 4rem;
	width:125px;
	height: 125px;
    z-index: 1;
	display:inline-block; 
}
h2 {
	font-size: 2rem; 
	margin-top: .46em; 
	margin-bottom: .12em; 
	line-height: 1.02em;
	letter-spacing: .04em;
	font-weight: 900;
}
h2 span {
	color:#b50000;
}
.content {
	vertical-align: middle; 
	width: 50%; 
	margin: auto;
}
.border {
	margin-top: .46em;
	border-style: solid; 
	padding: 0 0.8em 0 0.8em;
}
table.list td {
	vertical-align: top;
	padding: 0.8em;
}
table.list li {
    padding: 0;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 1024px) { 
   #processor-table {
	   //margin-left: -25%;
	   width: 100%;
	   margin-top: 50px;
   }
}
@media (max-width: 600px) {
	#processor-table tbody p {
		//font-size: 17rem;
	}
	#processor-table tbody .button {
		font-size: 10px;
	}
}
@media (max-width: 450px) {
	#processor-table tbody p {
		//font-size: 16rem;
	}
	#processor-table tbody .button {
		font-size: 9px;
		padding: 1em 1.5em 1em;
	}
}
#processor-table {
  border-spacing: 0px;
}
#processor-table td {
	padding-right: 10px;
}
#processor-table td:last-child {
	padding-right: 0;  text-align: center;
}
#processor-table tbody td {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid rgb(41, 51, 58);
}
#processor-table .button  {
	background-color: #b50000;
}
#processor-table .button:hover {
	background-color: rgb(41, 51, 58);
	color: rgb(255, 255, 255);
}

/* media queries */
@media (max-width: 1024px) {
  h2 {
	  font-size: 3.5vw;
  }
  p, li {
	  font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .content {
	  width: 80%; 
	}
  .logo {
	  visibility: hidden;
  }
}
@media (max-width: 512px) {
  h2 {
	  font-size: 4.5vw;
  }
  p, li {
	  font-size: 3.5vw;
  }
}