/**
* Restropress Tips Add-on CSS
**/
.tip-wrapper {
    display: table;
    margin-left: 0;
}
.tip-wrapper li {
    display: table-cell;
    padding-right: 10px;
}
.tip-wrapper li a {
    display: block;
    padding: 8px;
    background: #3333;
    color: #fff;
    font-weight: 500;
}
.tip-wrapper li a.active {
    background: #d9534f;
}
.top25 {
    margin-top: 25px;
}
.section-label a.section-label-a {
    color: #333;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}
.section-label a.section-label-a span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 8px 0 0;
}
.filter-box a b, .menu-cat a b, .section-label a.section-label-a b {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.grey-fields {
    background: #e2e3e3;
    border: 1px solid #c9c7c7;
    color: #1e1e1e;
    padding: 8px 10px;
    width: auto;
}
#rpress_checkout_form_wrap  input#manual_tip_value {
    padding: 8px;
    border: 1px solid #ccc;
}