.vpn-page {
	width: 900px;
	color: #a6adcd;
}

.vpn-page h1 {
	color: #96e57d;
	float: right;
	font-size: 48px;
	clear: both;
}

.vpn-page h2 {
	color: #e58c7d;
	float: left;
	font-size: 48px;
	clear: both;
}

.vpn-page h3, .vpn-page h4 {
	font-size: 32px;
	color: #7179a2;
	text-align: left;
	margin-top: 20px;
}

.vpn-page table th {
	color: #7179a2;
	font-size: 24px;
}

.vpn-page table td, .vpn-page table th {
	text-align: left;
	vertical-align: top;
	padding: 0 20px;
}

.vpn-page table td.green {
	background-color: #6aa84f;
	color: #fff;
}

.vpn-page table.protocols th {
	font-size: 18px;
}

.vpn-page table.protocols td {
	font-size: 14px;
}

.vpn-page ul li {
	list-style: none;
}

.vpn-page ul li ul li {
	padding-left: 20px;
}

.vpn-page p {
	text-align: left;
	padding: 20px 0;
}

.clear {
  clear: both;
}

.big .style .right {
  width: 580px;
  border-radius: 6px;
}

.big .style .right p {
  font-size: 14px;
}

#items ul li ul li {
  padding: 0;
  color: #a6adcd;
  display: table;
  font-size: 16px;
  clear: both;
}

#items ul li:first-child ul li {
  margin-left: 0px;
  color: #cecece;
}

#items ul li:first-child ul li:nth-child(1),#items ul li:first-child ul li:nth-child(2) {
  margin-left: 0;
  color: #a6adcd;
}

#os.light {
  clear: both;
  background: none;
  margin-top: 32px;
}

#protocols {
  margin: 0 auto;
  max-width: 1300px;
  text-align: left;
  margin-bottom: 64px;
}

#protocols > p {
  color: #cbd0e9;
  font-size: 14px;
  margin: 12px 24px;
}

#protocols ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}

#protocols ul li {
  width: 280px;
  background: #242731;
  color: #fff;
  text-align: left;
  border-radius: 12px;
  padding: 24px;
  display: block;
  margin: 12px;
}

#protocols ul li h3 span {
  font-size: 14px;
  font-weight: 300;
}

#protocols ul li h4 {
  color: #e6e9f7;
  font-size: 14px;
  margin-bottom: 6px;
}

#protocols ul li p {
  font-size: 14px;
  margin-top: 6px;
  color: #a6adcd;
}

#protocols ul li p.last {
  font-size: 12px;
  margin-top: 6px;
  color: #cbd0e9;
}

#protocols ul li p strong {
  font-size: 14px;
}
