.wpbn_wrapper {
    background: transparent;
    padding: 10px;
    border-radius: 2px;
}
.wpbn_wrapper button.is-primary {
    background: #130863;
    font-size: 20px !important;
}
.wpbn_wrapper button.button {
    margin: 1px 0;
    display: block;
    color: #fff;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
	text-align: left;
}
.wpbn_wrapper .box {
    background: #f2f2f2;
    box-shadow: none;
    padding: 5px 12px;
}
.wpbn_wrapper .fullbox {
    width: 100%;
}
.wpbn_wrapper .box button {
    background: #ececec;
    font-size: 18px;
    color: #140864;
}
.wpbn_wrapper .box p {
    margin: 5px 0px 5px 0;
}
.wpbn_wrapper .box ul, .wpbn_wrapper .box ol {
	margin: 0;
	padding-left: 15px;
	color: #ddd;
}
.wpbn_wrapper .box .box {
    background: #fff;
}