body {
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0;
}
p {
  margin: 0 0 10px 0;
}
.wrapper {
  padding: 20px;
  margin: 0 auto;
  width: auto;
  background-color: #fcfcfc;
  border-top: 1px solid #f4f4f4;
}
.wrapper h3 {
  color: #000;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 35px; 
  background: transparent url(https://f057a20f961f56a72089-b74530d2d26278124f446233f95622ef.ssl.cf1.rackcdn.com/site/icons/rup5-32.png) no-repeat 0 0;  
background-position: 0px 4px;
  padding-top: 8px;
  vertical-align: middle;
  padding-bottom: 4px;
}
.features {
  margin: 0;
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.features li {
  margin-bottom: 8px;
  padding-left: 4px;
}
.features li:before {
  position: absolute;
  left: 3px;
  content: '\2713';
  font-weight: 400;
  color: #fff;
  background-color: #0690ce;
  border-radius: 16px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

p.thankyou {
  background: #707070;
  padding: 12px;
  color: white;
  text-align: center;
  margin: 0;
}

@media screen and (min-device-width : 3840px)
{
	.wrapper h3,
	.wrapper .features,
	.features-rtl,
	.wrapper p
  {
    font-size: 100%;
  }
}

.interface{display: none;}
/* .algorithms{display: none;} */