
table thead,
table tfoot {
    background: #cccccc;
    font-weight: bold
}
table tr:nth-of-type(even)
{
    background: #e8e8e8
}
table { margin:0 auto; }
#wide td, #thin td { font-size:1em; }
span.smaller { font-size:smaller }
#thin tbody { border-bottom:1px solid #ddd }
h3,h4 { margin:1.2em 0 0.3em 0; text-align:center; color:#4e97cc }
h5 { margin:0.7em 0 0.3em 0; text-align:center; }
h4 { font-size:1.2em }
p.smaller { font-size:0.9em; text-align:center; line-height:1.2em; margin:6px auto 0 auto }
table.pricing td, th { text-align:center; font-size:0.9em; }
#premplusPricing, #detailedPricing { display:none }
#inboundSms, #outboundSms, #outboundCalls, #forwarding, #email { display:none }
h4 img { width:20px; vertical-align:top; margin-right:15px; cursor:pointer }
#simpleExplain { font-size:0.9em; text-align:center; margin-top:25px }
#simpleVaries { font-size:0.7em; text-align:center; font-weight:bold; margin-top:5px }
#simplePricing { margin:25px auto 0 auto }
#simpleTable { max-width:600px }
table.simpleTable th, table.simpleTable td { padding:10px 40px; line-height:1.4em !important }
table.simpleTable td.firstcell, table.simpleTable th.firstcell { border-right:1px solid #ddd; min-width:180px }
table.simpleTable th { border-bottom: 1px solid #ddd }

/* The switch - the box around the slider */
#pricingSwitch { text-align:center }
#pricingSwitch span.upLabel { vertical-align:8px;color:#444;padding:0 5px }
#pricingSwitch .toggle
{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
/* Hide default HTML checkbox */
#pricingSwitch .toggle input 
{
	display:none;
	width:50px;
	vertical-align:middle;
	box-sizing:border-box;
	padding:0;
	line-height:normal;
	margin:0;
}

/* The slider */
#pricingSwitch .slider
{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
#pricingSwitch .slider:before
{
  position:absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#pricingSwitch input:checked + .slider 
{
  background-color: #2196F3;
}

#pricingSwitch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

#pricingSwitch input:checked + .slider:before
{
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
#pricingSwitch .slider.round
{
  border-radius: 34px;
}

#pricingSwitch .slider.round:before
{
  border-radius: 50%;
} 