/* Page Specific Custom Styles -  Global style in theme editor */



/* ========== Pricing Table Blocks ==========  */

@media only screen and (max-width: 1000px){
    div#block-1597176314160_0, div#block-1597176314160_1, div#block-1597176314160_2{
        width: 100%;
    }
}


/* ========== Table ==========  */



table {
  border-collapse: collapse;
  width: 100%;
  /*-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);*/
   /* box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);*/
}

td, th {
  text-align: left;
  padding: 15px;
  vertical-align: middle;
}

tr{
    background: #EDF0F1;
}

tr:first-child {
    background: white !important;
}

tr:nth-child(odd) {
  background: #F8F9FA;
}

.text-center{
  text-align: center;
}

.center-img {
    margin: 10px auto;
    display: table;
}

span.x {
    color: #CF342C;
    font-size: 26px;
}