/* DIRTY Responsive pricing table CSS */

/* 
- make mobile switch sticky
*/
pctable {
  box-sizing:border-box;
  padding:0;
  margin:0;
   outline: 0;
   font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
   font-size:14px;
   padding:14px;
   
     }
bxody { 
  font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:14px;
  padding:14px;
}
article {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  height:1000px;
  position:relative;
}
pctable ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
pctable li {
  list-style:none;
  flex:1;
}
pctable li:last-child {
  border-right:1px solid #DDD;
}
pctable button {  /* mobile menu */ 
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 5px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:90px;
  color:#999
}
pctable li.active button {
  background:#aaca1a;
  color:#000;
}
pctable table { border-collapse:collapse; table-layout:fixed; width:100%; }
pctable th { background:#F5F5F5; display:none; }
pctable td, pctable th {
  height:10px;
}
pctable td, pctable th { border:1px solid #DDD; padding:10px; empty-cells:show; }
pctable td, pctable th {
  text-align:left;
}
pctable td+td, pctable th+th {
  text-align:center;
  display:none;
}

pctable td[rowspan="2"] {
  text-align:center;
  display:none;
  empty-cells:hide;
  vertical-align :middle !important;
}

pctable td.default {
  display:table-cell;
  
}
.bg-purple {
  border-top:3px solid #A32362;
}
.bg-blue {
  border-top:3px solid #0097CF;
}
.sep {
  background:#F5F5F5;
  font-weight:bold;
}
.txt-l { font-size:28px; font-weight:bold; }
.txt-top { position:relative; top:-9px; left:-2px; }
.tick { font-size:18px; color:#2CA01C; }
.hide {
  border:0;
  background:none;
}

@media (min-width: 640px) {
  pctable ul {
    display:none;
  }
  pctable td, pctable th {
    display:table-cell !important;
  }
  pctable td, pctable th {
    width: 330px;
  
  }
  pctable td+td,pctable th+th {
    width: auto;
  }
}

.buybtn {opacity: 100 !important;z-index: 0 !important;position:relative  !important; background-color: rgb(15, 167, 218); border-style: solid;border-width: 1px;height: 30px; width: 100px;color: whitesmoke;}
.buybtn:hover {background-color: rgba(15, 167, 218, 0.473);cursor: pointer;}


.ddd {background-color: #fe0000;}