html{
  font-size: 62.5%;
}
table {
  border-collapse: collapse;
}
table, th, td {
  border: none;
}
th, td {
  padding: 8px;
  text-align: left;
}
.row-header{
  font-family: 'Neue Einstellung Regular';  
  color:#fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: right;
  margin: 0px;
  padding-left: 45px;
}
.row-text{
  max-width: 580px;
  font-family: 'Neue Einstellung Regular';  
  color:#fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #fff;
}
#last-row{
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: none;
}
#row1{
	margin-top: 50px;	
}
.row{
	margin-bottom: 75px;
}
#privacy{
	color: yellow;
	font-weight: bold;
}
#row4 button{
  font-family: 'Neue Einstellung Regular';
  padding: 5px 25px;
  font-size: 24px;
  font-size: 2.4rem;
  border-width: 0px;
  border-color: #777;
  border-radius: 15px;
  border-style: solid;
  background-color: #00FFE1;
  color: #000;
}
#row4 button:hover{
  background-color: #94fff2;
}
@media(max-width: 767px){
.row-header{
	text-align: left;
	padding: 0px;
}
.row-text{
	border-left: none;
	padding: 0px;
	margin-top: 5px;
}
#row4{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
}