﻿.wc-optionbar
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    position: fixed;
    z-index: 100;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 68px;
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
}

    .wc-optionbar .wc-optionbar-button
    {
        /*background-color: transparent;*/
        white-space: normal;
        word-wrap: break-word;
        border: none;
        color: #3a5795;
    }

        .wc-optionbar .wc-optionbar-button:hover
        {
            background-color: gainsboro;
        }

    .wc-optionbar .wc-optionbar-button-template
    {
        white-space: normal;
        font-size: 0px;
        padding: 8px;
        line-height: normal;
    }

    .wc-optionbar .wc-optionbar-button .wc-optionbar-button-icon
    {
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 22px;
        width: 22px;
        height: 22px;
        color: #3a5795;
    }

    .wc-optionbar .wc-optionbar-button .wc-optionbar-button-text
    {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
    }
