@charset "utf-8";
body {
	font-family: 'proxima_regular', sans;
	font-size: 16px;
	line-height: 28px;
	color: #41525d;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
a {
    color: #009ddc;
}
a:hover {
    color: #000;
}
*:focus {
    outline: none !important;
}
.clear{clear:both}
.skyblue  {background-color:#009ddc; color:#fff; text-decoration:none}
.skyblue a{ color:#fff; text-decoration:none}
.greenpastel,  .greenpastel a{background-color:#14b77a; color:#fff;text-decoration:none}
.topnav{font-size:11px; text-transform:uppercase}
.skyblue.topnav a {
    display: inline-block;
    padding: 4px 15px 3px 15px;
}
.skyblue.topnav a:hover {
    text-decoration: underline;
}
.skyblue.topnav .fa {
    margin-right: 5px;
}
.floatleft {
 float:left
}
.floatright {
 float:right
}
#menucont, #topcont, .container{margin:0 auto;width:98%; max-width:1200px; }
.container{ overflow:hidden}
#topcont {
    text-align: right;position: relative; z-index:1;
}

#banner {
	color: #FFF;
	background-color: #191a27;
	clear: both;
}
#banner-inner {
	color: #FFF;
	background-color: #191a27;
	min-height: 274px;
	clear: both;
}
#banner-inner .container{
	background-image: url(../img/vps.jpg); width:100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;min-height: 274px;
}

#banner-inner .container.colo{
	background-image: url(../img/colo.jpg);
	width:100%;	 
}
#banner-inner .container.gservers{
	background-image: url(../img/gameservers.png);
	width:100%;	 
}
#banner-inner .container.blankbanner{
	background-image: url(../img/blankbanner.png);
	width:100%;	 
}
#banner-inner .container.dedi{
	background-image: url(../img/dedi.png);
	width:100%;	 
}
#banner-inner .container.ddos{
	background-image: url(../img/ddosbanner.png);
	width:100%;
}
#banner-inner .container.cpanelhost{
	background-image: url(../img/hostingbanner.png);
	width:100%;	 
}
#banner-inner .container h1 {
	font-size: 44px;
	font-weight: normal;
	text-transform: uppercase;
	padding:63px 0 20px 0;
}
#banner-inner .container .fa.fa-check-circle {
	color: #009ddc;margin: 0 8px;font-size: 17px;
}
.bannerprice {
float: right;
    background: #14b77a;
    width: 153px;
    height: 116px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    text-align: center;
    margin-top: 64px;
    font-family: proxima_bold, sans-serif;
    font-size: 36px;
    padding-top: 37px;
}
.bannerprice span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: proxima_light, sans-serif;
}
.bannerprice a {
    display: block;
    color: #fff;
    text-decoration: none;  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.bannerprice a:hover {
    
    color: #f3f5f8;
    
}
.silver {
	background-color: #f3f5f8;
	border-top: solid 1px #e7eaef;
	border-bottom: solid 1px #e7eaf;
}
.noborder {
	border: 0 !important;
	
}
.pad-0 {
	padding: 0 0 0 0 !important;
}
.pad-90 {
	padding: 90px 0!important;
}
.pad-60 {
	padding: 60px 0!important;
}

.pad-50 {
	padding: 50px 0!important;
}
.pt-50 {
	padding-top: 50px!important;
}
.pt-10 {
	padding-top: 10px!important;
}
.pt-0 {
	padding-top: 0px!important;
}
.pad-30 {
	padding: 30px 0!important;
}
.pad-20 {
	padding: 20px 0!important;
}
.pad-10 {
	padding: 10px 0!important;
}
.mr-0 {
	margin-right:  0 !important;
}

.ml-0 {
	margin-left:  0!important;
}
.mr-10 {
	margin-right:  10px !important;
}

.ml-10 {
	margin-left:  10px!important;
}
.mr-5 {
	margin-right:  5px !important;
}

.ml-5 {
	margin-left:  5px !important;
}
h1, h2, h3, h4, ul {
	font-weight: normal;
	margin: 0px;
	padding: 0px; list-style:none; 
}
h1, h2 {
	font-size: 36px; font-family: 'proxima_regular';    padding-bottom: 10px; line-height:normal
}
h3, h4 {
font-family: 'proxima_semibold';}

h5 {
    font-size: 24px;
    font-weight: normal;
    padding: 20px 0;
    margin: 0;
}

#whyus h3 {
    font-size: 24px;
    line-height: normal;
    padding: 10px 0;
    font-family: proxima_regular, sans-serif;
}
p{margin: 0px;
	padding: 0px;}
.pad-side-30{ padding: 0px 30px!important;}
.pad-side-20{ padding: 0px 20px!important;}
.pad-side-10{ padding: 0px 10px!important;}

.pad-l-50{ padding-left: 50px!important;}
.pad-l-30{ padding-left: 30px!important;}
.pad-l-20{ padding-left: 20px!important;}
.pad-l-10{ padding-left: 10px!important;}

.pad-r-50{ padding-right: 50px!important;}
.pad-r-30{ padding-right: 30px!important;}
.pad-r-20{ padding-right: 20px!important;}
.pad-r-10{ padding-right: 10px!important;}
.pad-b-50{ padding-bottom:50px!important;}
.pad-b-30{ padding-bottom:30px!important;}
.pad-b-20{ padding-bottom: 20px!important;}
.pad-b-10{ padding-bottom: 10px!important ;}
.pad-b-0{ padding-bottom:  0px!important ;}

.line-normal{ line-height:24px}

.center-text {text-align:center}

.bordered {border: solid 1px #e7eaef}
.bordered-tb {border-top: solid 1px #e7eaef; border-bottom: solid 1px #e7eaef}
.bordered-t {border-top: solid 1px #e7eaef; }
.bordered-b { border-bottom: solid 1px #e7eaef}

.f-30{font-size:30px}
.f-24{font-size:24px}
.fourboxes, .threeboxes, .fiveboxes {
  display: flex;
  flex-wrap: wrap;
}
.fourboxes li, .threeboxes li {
	display: flex; 
  padding: 0.5em;
	width: 100%;
    
 
}
.fiveboxes li {
	display: flex; 
  
	width: 100%;
    
 
}
.list-content {
   background: #FFF;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(231, 234, 239, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(231, 234, 239, 1);
    box-shadow: inset inset 0px 0px 0px 1px rgba(231, 234, 239, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 0 1em 2em 1em;
	width: 98%;
}

.list-content-transparent {
   background: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(231, 234, 239, 0);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(231, 234, 239, 0);
    box-shadow: inset inset 0px 0px 0px 1px rgba(231, 234, 239, 0);
   
}
.fiveboxes .list-content {
    width: 100%;border-radius: 0;
}
.sharedbg {
	background-color: #000;
	background-image: url(../img/shared-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 60px 0;
}

.sharedbg.room {
    background-image: url(../img/room.jpg);
}


ul#ddosfeat {
    padding-bottom: 90px;
}
@media all and (min-width: 600px) and (max-width: 980px) {
.fourboxes li {
    width: 47%;
  }
}
@media all and (min-width: 981px) {
.fourboxes li {
    width: 23%;
  }
 
}
@media all and (min-width: 960px) {

 .fiveboxes li {
    width: 20%;
  }}
  
  @media all and (max-width: 959px) {

  .fiveboxes .specs {
    width: auto;
    padding: 20px 0;
    margin: 0 auto;
    background-image: none;
    border-top: solid 1px #dadada;
}.fiveboxes li {
    margin-bottom: 20px;
}
.sharedbg {
    background: none;
    padding: 0;
    padding-bottom: 30px;
}}

ul.fourboxes img, ul.fiveboxes img, ul.threeboxes img {
    margin-left: auto;
    margin-right: auto;
}
.list-content p {
	flex: 1 0 auto;
}
.threeboxes li { width: 31%;}

@media all and (max-width: 860px) {
.threeboxes li {
    width: 98%;
  }
  p.pad-30.hideonmob {
    display: none;
}
ul#ddosfeat {
    padding-bottom: 30px;
}
}

.fourboxes h3, .fiveboxes h3 {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 35px 0 15px 0;
}
.price {
	font-size: 14px;
	line-height: normal;
	color: #546678;
}
.price b {
	color: #14b77a; font-family:'proxima_extra', sans;
	font-size: 36px; font-weight:normal
}
.price b span {
	 
	font-size: 30px;
}
.align-img-right{float:right}
/*buttons*/
.button{
display:inline-block;padding: 2px 45px 0 45px;
    line-height: 36px; text-align:center; text-transform:uppercase;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.19);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.19); text-decoration:none;
 font-size:14px; letter-spacing:1px;
background-color:#fff; color:#14b77a !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	font-family:'proxima_semibold', sans;
 }
 .button:hover{ color:#000!important;}
 .fourboxes .button{
    /* width: 125px;*/
    margin: 0 auto;}
	 .fiveboxes .button{
    /* width: 125px;*/
    margin: 0 auto 30px auto;
	    padding-right: 25px;
    padding-left: 25px;
	}
	
.primary{background-color:#009ddc; color:#fff!important;}
.primary:hover{background-color:#13b4f4;color:#fff!important; }

.success{background-color:#14b77a; color:#fff!important;}
.success:hover{background-color:#26c489;color:#fff!important; }
/*network block*/
.equinix {
	color: #FFF;
	background-color: #009ddc;  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; overflow:hidden; padding:30px 40px 20px 40px
}
.equinix li {
    float: left; 
    width: calc(100% - 520px);  
}
li.logoeq {
    width: 270px;
}

li.buteq {
    width: 250px;
    float: right;
    text-align: right;padding-top: 9px;
}.container.logobg {
	background-image: url(../img/logobg.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;margin: 30px auto 0 auto !important;
}
.icongreen{
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.18);
	width:61px;
	height:61px;
	background-color:#14b77a;
	
	background-repeat: no-repeat;
	background-position: center center;
	 -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
}
.icongreen.security{background-image:url(../img/icg1.png);background-position: 50% 58%;}
.icongreen.cloud{background-image:url(../img/icg2.png);}
.icongreen.gear{background-image:url(../img/icg3.png);}
.icongreen.money{background-image:url(../img/icg4.png);}
.icongreen.online{background-image:url(../img/icg5.png);}
.icongreen.speed{background-image:url(../img/icg6.png);}
.icongreen.hardware{background-image:url(../img/hardware.png);    background-position: 50% 17px;}
.icongreen.netw{background-image:url(../img/icg7.png);}
.icongreen.conf{background-image:url(../img/icg8.png);}
.icongreen.upgr{background-image:url(../img/icg9.png);}
/*TESTIMONIALS*/

.skyblue.bordered-b {
    border-bottom: solid 1px #72b9d6;
}
 
/*FOOTER*/
.form-control {
    display: inline-block;
    width: 50%;
    height: 45px;
    padding: 8px 15px 1px 15px;
    font-size: 16px; font-family:'proxima_bold', sans;
    line-height: 2;
    color: #ffffff;
    background-color: #191a27;
    background-image: none;
    border: 1px solid #191a27;
    border-radius: 4px;
   -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.19);
      -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -moz-appearance: none;-webkit-appearance: none;
}
select.form-control {
	padding-right: 30px;
	background-color: #191a27;
	background-image: url(../img/arrdown.png);
	background-repeat: no-repeat;
	background-position: 96% 20px
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}.half li {
	float: left;
	width: 50%; padding:40px 0
}
.skyblue.foot .button {
    font-family: proxima_bold;
    letter-spacing: normal;
    padding-top: 7px;
    padding-bottom: 0px;
    font-size: 16px;
}
.skyblue.foot {
    padding-top: 7px;
}
.skyblue.foot h1 {
    font-size: 30px;
    padding-bottom: 0;
    margin: 0;
}
.blackbg {
	color: #f3f5f8;
	background-color: #191a27;
}
ul#parners {
    overflow: hidden;
}
ul#parners li {
    float: left; text-align:center
}
ul#footernav {
    line-height: 24px;overflow: hidden;
}
.skyblue.foot p {
    padding: 0;
    margin: 0;
}
ul#footernav li.footerlogo{
	width:239px;
	background-image: url(../img/logofooterdg.png);
	background-position: center top;
	border-right:solid 1px #323342;
	background-repeat: no-repeat;
	height: 120px;
}
ul#footernav li{
    float: left; width:calc(25% - 60px) 
}
#footernav h4 {
    padding-left: 30px;
    font-size: 13px;
    text-transform: uppercase;
}
#footernav a {
    padding-left: 30px;
   display:block; font-size:14px; color:#fbfcfd; text-decoration:none;   -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#footernav a:hover {
    padding-left: 35px; color:#bec7d0
}
#footernav h4 span {
    display: block;
    height: 3px;
    width: 50px;
    margin-bottom: 15px;
    background: #50515b;
}#copy {
	font-size: 13px;
	color: #c2c9d2;
	background-color: #25273a;
	overflow: hidden;
}
#copy a {
    color: #c2c9d2;
    text-decoration: none;
}
#copy a:hover {
    color: #fff;
  
}
#copy span {
    padding: 0 15px;
}
#copyright {
    float: right;
}
/*inner page*/
.lined span{
    display: block;
    background: #14b77a;
    width: 40px;
    height: 3px;margin-top: 15px;
}

.skyblue .lined span {
    background: #fff;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#breadcrumb a {
    text-decoration: none;
    color: #009ddc;
}

i.fa.fa-chevron-right {
    color: #009ddc;
    font-size: 10px;
    margin: 0 5px;
}
.specs {
	text-align: left;
	padding: 20px 0px 20px 20px;
	background-image: url(../img/grad.png);
	background-repeat: repeat-x;
	background-position: left top;	 border-top: solid 1px #e3e3e3;
}
.specs .fa {
    color: #a9bdc5 !important;
}
h3 b {
    font-family: proxima_bold;
}.ltsilver {
	background-color: #fbfdff;
}
table.logos {
    float: right;
    text-align: center;
    font-size: 12px;
    line-height: normal;
}

 
.solus .floatright img {
    width: 100%;
    height: auto;
    max-width: 648px;
}
.solus .floatleft {
    width: 40%;
}
.solus .floatright {
    width: 60%;
}

.halfp{
    width: 50%;
}
.hyperv .floatleft.halfp img {
    width: 100%;
    height: auto;
    max-width: 561px;
}
.hyperv .floatright.halfp {
    width: 45%;
    padding-left: 5%;
}


ul.threecols li {
    float: left;
    width: 29.333%;
    margin-right: 4%;
    border-bottom: dashed 1px #dadada; padding:5px 0
}
h3.featurescategory .fa {
    color: #14b77a;
    font-size: 18px;
}

h3.featurescategory {
    font-size: 19px;
    text-transform: uppercase;
    font-family: proxima_semibold;
    text-align: center;
    padding: 30px 0 10px 0;
    border-bottom: solid 3px #e7eaef;
    margin-bottom: 30px;
}
ul.threecols .fa {
    color: #009ddc;
    margin: 0 2px;
}#colo-plans .silver.noborder {
	width: 99%;
}
#colo-plans .silver.noborder, #hosting-plans .silver.noborder {
    width: calc(100% - 2px);
    margin: 0 auto 1px auto;
    padding-top: 20px;
}
.center-text.lined span {
    margin-left: auto;
    margin-right: auto;
}
ul.twocols li {
    width: 45%;
    float: left;
}
ul.twocols .floatright {
    float: right;
}
.highlight.grey {
    border: solid 1px #e3e5e7;
    background: #f3f5f8;
    padding: 7px 20px;
    margin: 7px 0;
    border-radius: 4px;
}

p.iconleft {
    padding-left: 78px;
}
p.iconleft.uptimenetwork {
	background-image: url(../img/uptimeblue.png);
	background-repeat: no-repeat;
	background-position: left top;
}

p.iconleft.connectivity{
	background-image: url(../img/ntw.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bluetext {
    color: #009ddc;
}
.greentext{
    color:#14b77a}
p.caption {
     background-image: url(../img/opaque.png);
    background-repeat: repeat;
    color: #fff;
    position: relative;
    bottom: 58px;
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
}

.floatleft.twofromthree {
    width: calc(100% - 440px);
    padding: 0;    padding-bottom: 20px !important;
}

.floatright.slider {
    width: 440px; padding-top:20px
}
#imagesformobile{display:none}
.bestseller{
	background-image: url(../img/popular.png);
	background-repeat: no-repeat;
	background-position: right top;
}

p.hicon b {
    display: block;
     
}

p.hicon {
    padding-bottom: 30px;
    background-image: url(../img/cpic1.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding-left:60px
}
p.hicon.sec {
    background-image: url(../img/cpic2.png);
}

p.hicon.file {
    background-image: url(../img/cpic3.png);
}

p.hicon.domain {
    background-image: url(../img/cpic4.png);
}
.floatright.cpanelscreen img {
    max-width: 524px;
    float: right;
}
.floatleft.half.cpaneldesc {
    width: 50%;
}

.floatright.cpanelscreen {
    width: 45%;
}

.bannerprice.ddoslabel {
    background: #009ddc;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 17px;
    font-family: proxima_regular;
    padding-top: 54px;
    height: 99px;
}

#ddosfeat p {
    text-align: left;
    padding: 30px;
}

h3.lighter {
    font-family: 'proxima_regular';
    font-size: 24px;
    text-align: center;
}
.borderedimg {
    border-top: solid 3px #e7eaef;
    border-bottom: solid 3px #e7eaef;
    margin: 30px 0 20px 0;
    text-align: center;
    padding: 30px 0;
}
.borderedimg {
    border-top: solid 3px #e7eaef;
    border-bottom: solid 3px #e7eaef;
    margin: 30px 0 20px 0;
    text-align: center;
    padding: 30px 0;
}
.ddoscomment {
    color: #717d86;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: proxima_bold, sans-serif;
    letter-spacing: 1px;
}
span.red {
    color: #e45353;
}
span.green {
    color: #31c08b;
}

span.blue {
    color: #009ddc;
}

i.fa.fa-check-circle.white{
    color: #fff;
}
.compareddos ul.twocols li {
    width: 48% ;
     
}
.borderedimg img {
    max-width: 564px;
    width: 100%;
    height: auto;
}
.blueline {
    background: #31b4e9;
    width: 100%;
    height: 1px;
    clear: both;
    overflow: hidden;
    margin: 40px 0;
}
.fix {
     
    overflow: hidden;
    
}.blackgraph {
	color: #FFF;
	background-color: #191a27;
	background-image: url(../img/pattern-black.png);
	background-repeat: repeat;
}
.graph {
	background-image: url(../img/graph.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
.graph h3 {
	font-size: 36px;
	font-weight: normal;
	background-color: #191a27;
	display: inline-block;
	font-family: proxima_regular, sans;
}
/*gs*/
.silvertitle {
    padding: 20px 0;
    background: #ececed;
    margin: 3px auto 20px auto;
    width: calc(100% - 4px);
}
#gameservers p {
    padding: 20px 30px 20px 30px;
}

#gameservers p img {
    margin: 20px 0;
}
#gameservers a.button.primary {
    margin: 0 auto 30px auto;
    padding-right: 25px;
    padding-left: 25px;
}
img.set1,img.set2, img.set3{width: 100%; height:auto}
img.set1 {
    max-width: 284px;
    
}

img.set2 {
    max-width: 192px;
     
}

img.set3 {
    max-width: 282px;
    
}

/*dedi*/
.photobg {
    background-size: cover;
    background-image: url(../img/overview1.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 24px 0 0 0;
}

.photobg h3 {
    font-family: proxima_light;
    font-size: 33px;
    font-weight: normal;
        padding-bottom: 14px;
    padding-top: 6px; text-shadow:#000 1px 1px
}

.photobg h3 span {
    font-size: 14px;
    display: block;
    font-family: proxima_regular, sans-serif;
    letter-spacing: 2px; text-transform:uppercase
}
.photobg.photo2 {
    background-image: url(../img/overview2.png);background-size: auto;
}
.photobg.photo3 {
    background-image: url(../img/overview3.png);
	padding-top: 0; /*disable if there is no label and h3.special */
}.special {
	background-image: url(../img/special-label.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h3.special {
    padding-top: 30px;
}

/* dedicated servers */
.bannerprice.specialoffers {
    background: #e45353;
    font-size: 30px;
    height: 102px;
    padding-top: 51px;
    font-family: proxima_light, sans-serif;
}
ul.twocols.exact li {
    width: 50%;
}

.addons {
    border: solid 1px #e3e5e7;
    border-radius: 4px;
    width: 85%;
    margin: 0 auto;
}

.addons h4 {
    background: #14b77a;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
    font-family: proxima_light;
}
.addons span {
    text-align: left;
    width: 130px;
}
.addons .row {
    padding: 10px 25px;
    border-bottom: solid 1px #dadada;
}
.addons b {
    color: #009ddc;
}
.lightrow {
background: #f2f4f6}

ul.tencols li {
    float: left;
    text-align: center;
    width: 10%;
    font-size: 13px;
}

ul.tencols li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

ul.tencols {
    margin-top: 50px;
}
span.small {
    font-size: 12px;
}

/*dedicated plans*/
#dedicated-servers-plans .price b span {
    color: #14b77a;
}
.ddrow {
    font-size: 16px;
    border-bottom: solid 1px #e3e5e7; padding-left:20px
}

#dedicated-servers-plans .specs {
    padding-left: 0px;
}

#dedicated-servers-plans .button {
    margin-bottom: 30px;
}

/*plain text body*/
#plaintext p {
    padding-bottom: 30px;
}
b.small {
    font-size: 14px;
    color: #5a6269;
    font-weight: normal;
}