.ff-btn-submit {
    background-color: #7EBA27 !important;
    color: #ffffff;
    margin-top:10px;
    margin-bottom:10px;
}


#_header_row-158-10 .oxy-icon-box-heading  {
    display:none;
}
#_header_row-158-10 .oxy-icon-box .oxy-icon-box-text {
    margin-bottom: 0px !important;
}

#_header_row-158-10 .oxy-icon-box-link {
    display:none;
}

#_icon_box-186-10_text {
    display:none;
}

.rk-sponsor-link {
    border-top-color: #7eba27;
    border-right-color: #7eba27;
    border-bottom-color: #7eba27;
    border-left-color: #7eba27;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-radius: 3px;
    padding: 10px 16px;
    background-color: #7eba27;
    border: 1px solid #7eba27;
    color: #ffffff;
}

.rk-sponsor-link:hover {
    border-top-width: 1;
    border-right-width: 1;
    border-bottom-width: 1;
    border-left-width: 1;
    border-top-color: #7eba27;
    border-right-color: #7eba27;
    border-bottom-color: #7eba27;
    border-left-color: #7eba27;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-radius: 3px;

    background-color: #4d4c4c;
    border: 1px solid #4d4c4c;
    color: #ffffff;
}


.rk-ff-message {
    border: 1px solid #7EBA27;
    background-color: #f2ffd7;
    padding:5px;
}
.sponsor-img {
    height:60px;
    margin-left: auto;
    margin-right: auto;
}

.rk-sponsor-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.rk-sponsor-table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

.rk-sponsor-table tr:nth-child(even){background-color: #f2f2f2;}

.rk-sponsor-table tr:hover {background-color: #ddd;}

.rk-sponsor-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #7eba27;
    color: white;
}


@media screen and (max-width: 768px) {

    .rk-sponsor-table {border:none;}

    .rk-sponsor-table tr,
    .rk-sponsor-table td {
            display: block;
            border: 1px solid #ddd;
        }

    .rk-sponsor-table tr { margin-bottom: 20px; }


}


