/**
 * @author Henry Rojas Douglas <henry.rojas@bvmedia.cr>
 * @version 1.0.1
 * @package foodstampbalance
 * @copyright OnPoint
 */
.blue-title {
	color: blue;
}

h2.blue-title {
	color: blue;
	text-decoration: underline;
}

.succesful-box {
	margin-bottom: 10px;
}

span.successful-message {
    background-color: #f9f9f9;
    border: 1px solid #349664;
    border-radius: 6px;
    color: #349664;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 16px auto 0px;
    padding: 12px;
    width: 100%;
}

.sponsored-box {
    background-color: #f3fdff;
    border: 1px solid #66c3f1;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 8px;
    padding-right: 4px;
}

.sponsored-tag {
    color: #ccc;
    font-size: 11px;
    margin: 14px 0px 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: right;
}

.sponsored-img {
    background-image: url(../images/NetspendVisa.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 64px;
}

.nv {
    font-size: 12px;
    margin-bottom: 4px;
}

.sponsored-text {
    font-size: 17px;
    text-align: left;
    text-transform: uppercase;
}

.sponsored-text strong {
    text-transform: uppercase;
}

.accent-text {
    color: #0346a6;
}
.sponsored-box > div > a {
    text-decoration: none;
}

.sponsored-button {
    background: linear-gradient(#64dd32, #009030);
    border: 1px solid #009030;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: 8px 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    width: fit-content;
}

.sponsored-terms, .sponsored-terms a {
    color: #86b4c4;
    font-size: 11px;
}

.sponsored-button:hover, .sponsored-button:active {
    background: linear-gradient(#64dd32, #009030);
    color: #fff;
}
