.section-break {
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  font-size: 11px; 
  
}

/*.tablepress-id-1 td {*/
/*    position: relative;*/
/*}*/
/*.tablepress-id-1 .info-box {*/
/*    display: none;*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    top: 0;*/
/*    left: 50%;*/
    /*border: 2px solid #ff0000;*/
/*    width: 800px;*/
/*    height: 800px;*/
/*    padding: 5px;*/
/*    background-color: #ffffff;*/
/*}*/
/*.tablepress-id-1 td:hover .info-box {*/
/*    display: block;*/
/*}*/

.pricing-popup{
  display: none;
}

.pricing-table .more-info:hover,
.tablepress-id-1 .more-info:hover {
    border-color: #f26a2a;
    color: #f26a2a;
}

.pricing-table .more-info,
.tablepress-id-1 .more-info {
    color: #0f9ca6;
    width: 22px;
    height: 22px;
    font-size: 13px;
    border-radius: 50%;
    border: 2px solid #0f9ca6;
    margin-left: 15px;
    text-align: center;
    font-weight: 700;
    transition: .3s all ease-in-out;
    display: inline-block;
}