#available-campaigns-title{
    margin-bottom: 40px;
}
div.campaigncardstatus.campaigncardstatusapproved{
    box-shadow: none;
}
div.campaigncardstatus {
    border: 1px solid #dee2e6;
    height: 100%;
}
.card-title:before{
    content: "";
    display: block;
    margin: 0 auto; 
    width: 90%;
    padding-top: 20px; 
    border-bottom: 2px solid rgba(52,73,94,0.94);
}
.card-title:after{
    content: "";
    display: block;
    margin: 0 auto; 
    width: 90%;
    padding-bottom: 10px; 
    border-bottom: 2px solid rgba(52,73,94,0.94);
}
.card-title span{
    display: block;
    margin: 10px 0 0 0;
}
.info-campaign{
    margin: 0 auto !important;
    width: 90%;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    font-size: 12px !important;
}
.info-campaign li{
    border-radius: 0 !important;
    padding: 5px 15px !important;
}
.box-description{
    margin: 0 auto;
    width: 90%;
    margin-top: 10px;
    background-color: rgba(0,0,0,.05);
    padding: 10px;
    color: #333;
}
.card-footer{
    background: rgba(0,0,0,.05);
}
.content-same-height {
    height: 100%;
    padding: 20px 20px 10px;
    color: #fff;
}
.hidden {
    display: none !important;
}
#campaign-assignment-feedback{
    display: none;
}

@media screen and (max-width: 400px) {
    .btn-get-link, .btn-info-cpa{
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
}