/* This CSS file will be loaded at last. Any CSS customization should be placed here */
.vrilistgoonlist a, .vricontinue, .vricompleteorderdiv a, .vrirelitemsubmit {
    font-size: .9em;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: bold;
    background: #D6D943;
    border-radius: 4px;
    padding: 9px 15px;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    border: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}