.wrap {
    margin-top: 30px;
}
h3,h2 {
    font-size: 1.4em;
    color: #2f2bad;
    margin: 0;
    border-bottom: 2px solid #eee;
    padding: 0px 15px 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}
form {
    background: #fff;
    margin-top: 15px;
    padding: 15px;
    border-radius: 3px;
    max-width: 600px;
    color: #666;
}
#campaign_id {
    border-radius: 3px;
    min-width: 300px;
}
.form-table th {
    width: 100px;
    color: #666;
    display: none;
}
.form-table td {
    padding: 5px 0px 15px 0px;
}
.wrap .button {
    background: #f71568;
    color: #fff;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 8px 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    font-weight: 400;
    border-radius: 3px;
    outline: 0!important;
    font-size: 1em;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    height: auto;
    text-shadow: none;
}

.wrap .button:hover,
.wrap .button:active,
.wrap .button:focus {
    background-color: #f94486;
    box-shadow: none;
}

.wrap .submit {
    padding: 0;
}

@media (max-width: 782px) {
    #campaign_id {
        min-width: auto;
    }
}
