h2 {
  margin: 0;
}
hr {
  margin: 50px 0;
}
h3 {
			margin: 30px 0px 10px;
			text-align: left;
			font-family: "Roboto Slab", "Helvetica Neue", "Arial", "Helvetica", sans-serif !important;
			font-weight: 600;
			font-size: 1.5em;
			color: #fff;
		}
ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
li {
	font-size: 14px;
	line-height: 1.428571429;
	color: #26282c;
	text-align: left;
}
.button {
  background-color: #000;
  color: #fff;
  padding: 9px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 21px;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0.5em auto;
}
.button:hover {
  background-color: rgba(0,0,0,0.75);
}
.eos {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.eos a {
  color: rgba(0,0,0,0.25);
  display: inline-block;
}
.eos a:hover {
  color: rgba(0,0,0,0.5);
}
.eos a:hover .cloud {
  color: #e94938;
}
.eos svg {
  display: block;
  width: 190px;
  height: 30px;
  margin: 0 auto;
}
.eos svg path {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  fill: currentcolor;
}
.browsers-table-shadow {
  position: relative;
}
.browsers-table-shadow:before,
.browsers-table-shadow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
}
.browsers-table-shadow:before {
  left: 0;
  background: -moz-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255,255,255,0)));
  background: -o-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}
.browsers-table-shadow:after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, #fff 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(1%, rgba(255,255,255,0.01)), to(#fff));
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, #fff 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, #fff 100%);
}
.browsers-table-scroller {
  overflow: auto;
}
.browsers-table {
  border: 0;
  border-collapse: collapse;
  text-align: center;
  margin: 40px auto;
}
.browsers-table td {
  padding: 0 1em;
}
.browsers-table .button {
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
.browsers-table img {
  display: block;
  margin: 20px auto;
  height: 100px;
}
.browsers-table-4 td {
  width: 25%;
}
.browsers-table-3 td {
  width: 33.33%;
}
.browsers-table-2 td {
  width: 50%;
}
.browsers-table-1 td {
  width: 100%;
}
@media (max-width: 768px) {
  .browsers-table {
	margin: 30px auto;
  }
	h1 {
		font-size: 26px;
	}
  .browsers-table h2 {
	font-size: 18px;
  }
	.browsers-table td {
		padding: 0 .7em;
	}
  .browsers-table img {
	height: 50px;
  }
  .browsers-table .button {
	display: none;
  }
}
