/* TABLE */
#tm-table .fca-ept-main i {font-size: 150%;}

#tm-table .fca-ept-main .fca-ept-comparison-div {width: 38%;}

#tm-table ul.fca-ept-comparison li, ul.fca-ept-comparison li strong {
  color: #ffffff !important;
}

#tm-table .fca-ept-features-div .fca-ept-features li {
  font-weight: bold; 
  text-transform: uppercase;
  font-family: inherit;
}

#tm-table .fca-ept-features-div ul.fca-ept-features > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#tm-table .fca-ept-main * {
  text-transform: capitalize;
}

#tm-table .fca-ept-main div.fca-ept-layout5 div.fca-ept-comparison-div {width: 33%;}
#tm-table .fca-ept-main .fca-ept-price-div {display: none;}
#tm-table .fca-ept-main div.fca-ept-layout5 div.fca-ept-column{    
  padding: 0;
  border-radius: 5px;
  margin: 2px;
  box-shadow: 0px 0px 2px #444;
}

#tm-table .fca-ept-main .fca-ept-plan-div {padding:  10px;}
#tm-table .fca-ept-main .fca-ept-column.fca-ept-most-popular {
  border: 3px solid #373fd9;
  transform: scale(1.02);
  z-index: 0;
}

#tm-table .fca-ept-column ul li:nth-child(even) {background: #efefef;}
#tm-table .fca-ept-column ul li:nth-child(odd) { background: #ffffff;}
#tm-table .fca-ept-comparison li:nth-child(even) {background: #13175c;}
#tm-table .fca-ept-comparison li:nth-child(odd) {background: #333894;}
#tm-table .fca-ept-main .fca-ept-plan {
  color: #292c38 !important;
  font-family: 'Athiti', sans-serif;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 700 !important;
}

#tm-table .fca-ept-most-popular .fca-ept-features-div .fca-ept-features {font-weight:bold}
#tm-table div.fca-ept-layout5 div.fca-ept-comparison-div .fca-ept-comparison li {
  min-height: 57px;
  font-size: 113%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#tm-table ul.fca-ept-comparison li:first-child {border-radius: 5px 0 0 0;}
#tm-table ul.fca-ept-comparison li:last-child {border-radius: 0 0 0 5px;}

#tm-table .fca-ept-most-popular .fca-ept-plan-div {
  background: url("https://blogsdir.imgix.net/1951/files/images/logo.png?h=50");
  background-repeat: no-repeat;
  background-size: 155px 60px ;
  background-position: center;
  display: block;
  margin: 0 auto;
}

#tm-table .fca-ept-main .fca-ept-most-popular .fca-ept-plan {
  visibility: hidden;
}