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

.wvas_item{
    display: inline-block;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    height: 45px;
    width: 50px;
    max-width: 100%;
    cursor: pointer;
}

.wvas_variations td.label{
    vertical-align: top;
    color: gray;
    padding: 0;
}

table.wvas_variations{
    width: 100%;
    border: none;
}

.wvas_item_container > div{
    display: inline-block;
}

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

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

