/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /*
    Front-end styles
*/

.wvas_item{
    display: inline-block;
    max-width: 100%;
    cursor:pointer;
}

.wvas_variations .label{
    vertical-align: middle;
}
.wvas_variations{
    width: 100%;
    border: none;
    border-collapse: initial;
    border-spacing: 0;
    line-height: normal;
}
.wvas_variations:after{
    content: '';

}
.wvas_variations tr td{
    border: none;
    min-width: 90px;
}

.wvas_variations tr{
    width: 100%;
    display: block;
}

