.pleg-subinfo-more{
    cursor:pointer;
    color:#007bff;
    text-decoration:underline;
    font-size:70%;
}
.pleg-name{
    font-weight:bold;
}
.more-offer-data-popup.more-offer-data-popup-open{
    display:block;
}
.more-offer-data-popup{
    position:fixed;
    display: none;
    top:calc(50% - 150px);
    /*height: 450px;*/
    width:400px;
    left:50%;
    margin-left:-200px;
    z-index:10000;
    /*display:none;*/
    background:#fff;
    border-radius:10px;
    text-align:left;
    padding:15px 15px;
    border:2px solid #ccc;
}
.more-offer-data-popup table{
    margin:0 0 15px;
    width:100%;
}
.more-offer-data-popup table tr td{
    padding:0px 5px;
    font-size:90%;
    border:1px solid #ccc;
}
.more-offer-data-popup-close{
    position:absolute;
    right:20px;
    top:5px;
    font-size:30px;
    width:10px;
    height:10px;
}
.more-offer-data-popup-close button{
    margin:0;
    padding:0;
    color:#000;
    opacity:1;
    font-size:30px;
}
.planpricing .pricing{
    margin-bottom: 60px;
}
.planpricing .col-md-3:nth-child(4n + 1) {
    clear: both;
}