/* This CSS file will be loaded at last. Any CSS customization should be placed here */
.vbsearchinputmodhors {
background: #81d742;
border-radius: 4px;
color: #fff;
cursor: pointer;
font-weight: bold;
margin: 23px 0 0 15px;
padding: 7px 20px;
border: 0;
}
.vbselectr a, .vbselectr-result {
    transition: all 400msease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400msease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    background: #81d742;
    cursor: pointer;
    border-radius: 4px;
    color: var(--vbo-contrast-text-color);
    margin: 8px 0 0;
    padding: 8px;
    width: 100%;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}