.pricingdiv{
    margin: 0px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    color: #B5B5B5;
    align-items: initial;
}

.pricingdiv ul.theplan{
    /* Remove default bullets */
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    color: black;
    width: 360px; /* width of each table */
    margin-right: 10px; /* spacing between tables */
    margin-bottom: 1em;
    border: 1px solid #eee;
    transition: all .5s;
}

.pricingdiv ul.theplan.login{
    background: #034090;
    color: white !important;
    text-align: left;
    padding: 10px 15px;
}

.pricingdiv ul.theplan.login .title-login {
    font-size: 1.2em;
    font-weight: bold;
}
.pricingdiv ul.theplan .ethighlight{
    margin: 15px 0;
    font-size: 20px;
    color: #231e23;
}

.pricingdiv ul.theplan:hover{ /* when mouse hover over pricing table */
    transform: scale(1.05);
    transition: all .5s;
    z-index: 100;
}

.pricingdiv ul.theplan .center{
    margin: 0 auto;
    text-align: center;
}

.pricingdiv ul.theplan img{
    max-width: 80%;
    height: auto;
}

.pricingdiv ul.theplan li{
    padding: 10px 10px;
    position: relative;
    border-bottom: none;
}

.pricingdiv ul.theplan li.title{
    font-weight: bold;
    text-align: center;
    padding: 18px 10px 10px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;*/
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.2em;
}

.pricingdiv ul.theplan:nth-of-type(2) li.title{
    color: #000000;
}

.pricingdiv ul.theplan:nth-of-type(3) li.title{
    color: #000000;
}

.pricingdiv ul.theplan li.text{
    font-size: 15px;
    padding: 5px 20px;
    text-align: left;
    color: #231e23;
}

.pricingdiv ul.theplan li.text::before,
.pricingdiv ul.theplan li.text-login::before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #75b843; /* Change the color */
    font-weight: bolder; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
}

.pricingdiv ul.theplan li.text ul li::before{
    content: "+";  /* Add content: \2795 is the CSS Code/unicode for a bullet */
    color: #75b843; /* Change the color */
    font-weight: bolder; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -3.4em;
}



.pricingdiv ul.theplan li.text ul li{
    padding: 0;
    margin-bottom: 5px;
    font-size: 12px;
}
.pricingdiv ul.theplan li.text ul{
    list-style: none;
}

.pricingdiv ul.theplan li b{
    text-transform: uppercase;
}
.pricingdiv ul.theplan li.title b{
    font-size: 250%;
}

.pricingdiv ul.theplan:last-of-type{ /* remove right margin in very last table */
    margin-right: 0;
}

/*very last LI within each pricing UL */
.pricingdiv ul.theplan li:last-of-type{
    margin-top: auto; /*align last LI (price botton li) to the very bottom of UL */
}

.pricingdiv a.pricebutton{
    overflow: hidden;
    border: .0625rem solid #034090;
    background-color: transparent;
    color: #034090;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1rem;
    padding: .3125rem 1rem;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    text-decoration: none;
    color: white;
}

.pricingdiv li.feature-freeuser{
    background: #75b843;
    text-align: center;
}

body .pricingdiv a.pricebutton-freeuser{
    background: #75b843;
    border-color: #75b843;
    text-align: center;
}
.pricingdiv a.pricebutton-freeuser:hover{
    background-color: white;
    color: #75b843;

}

.pricingdiv li.feature-freeuser{
    background: #75b843;
    text-align: center;
}

.pricingdiv a.pricebutton-freeuser{
    background: #111111;
    text-align: center;
}


.pricingdiv li.feature-esb-partner{
    background-color: #034090;
    text-align: center;
}

.pricingdiv a.pricebutton-esb-partner{
    background: #034090;
    text-align: center;
}

.pricingdiv a.pricebutton.login{
    background: #75b843 !important;
    text-transform: uppercase;
    font-size: 1em;
    padding: 12px 25px;
}


@media only screen and (max-width: 600px) {
    .pricingdiv ul.theplan{
        border-radius: 0;
        width: 100%;
        margin-right: 0;
    }

    .pricingdiv ul.theplan:hover{
        transform: none;
        box-shadow: none;
    }

    /*.pricingdiv a.pricebutton{
         display: block;
    }*/
}

.restriction-icon img{
    width: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.restriction a.esb-user-link{
    color: #75b843;
}

.restriction.partner-restriction a.esb-user-link{
    color: #034090;
}
ul.theplan.login input[type="submit"]{
    margin-top: 20px;
}
.pricingdiv a.pricebutton.pricetobuy{
    background-color: #034090;
}
.guide-badge{

    color: white;
    padding: 4px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: .8rem;
    font-weight: bold;
}
.guide-badge.guide-badge-premium{
    background-color: black;
}
.guide-badge.guide-badge-user{
    background-color: #75b843;
}
.guide-badge.guide-badge-partner{
    background-color: #034090;
}
.ce-guide-listing .f3-widget-paginator{
    padding-left: 15px;
    margin-top: 1rem;
    list-style: none;
    font-size: 0.9rem;
    position: absolute;
    bottom: -50px;
}
.ce-guide-listing .f3-widget-paginator li{
    display: inline-block;
    margin-right: 15px;
}
.ce-guide-listing .f3-widget-paginator li::after{
    content: " / ";
    margin-left: 15px;
}
.ce-guide-listing .f3-widget-paginator li:last-child::after{
    content: "";
}
.ce-guide-listing .f3-widget-paginator li a{
    color: black;
}
.ce-guide-listing .f3-widget-paginator li.current{
    font-weight: bold;
}