ul {
    list-style: disc;
}

ol, ul {
   margin-left: 20px;
    font-family: 'Lato', sans-serif;
   color: #333;
   line-height: 1.5em;
}

.tcpt_single_column {
    width: 31%;
}
.tcpt_single_column ul li.plan {
    font-size: 12px;
    min-height: 35px;
    padding: 22px 5px;
        line-height: 18px;}
.tcpt_single_column ul li.price {
    font-size: 40px;
    padding: 0px 0px 20px 0px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.tcpt_single_column ul li {
    padding-left: 10px;
}
.tcpt_single_column ul li {
    padding-left: 10px;
    font-size: 14px;
}
.tcpt_single_column ul li.sign-up a {
    color: #fff;
    background-color: #39b4ff;
    padding: 14px 12px;
}
.notinc{
position:relative;}
.notinc:after {
    content: "X";
    color: #000;
    position: absolute;
    left: 50%;
    top: 35%;
    font-size: 19px;
    display: table-cell;
}
.notinc, .notinc h3{
color:transparent;
-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
@media (max-width: 600px) {
.tcpt_single_column {
    width: 100%;
}
}

#catapult-cookie-bar {
    font-size: 16px;
    color: #ffffff;
}

button#catapultCookie {
    color: #fff!important;
    border: 0;
    padding: 6px 9px;
    border-radius: 3px;
}




