﻿.w4-dropdown-click, .w4-dropdown-hover {
    position: relative;
    display: inline-grid;
    cursor: pointer
}

    .w4-dropdown-hover:hover .w4-dropdown-content {
        display: block;
    }

    .w4-dropdown-hover:first-child, .w4-dropdown-click:hover {
        background-color: #ff6a00;
        color: #000
    }

        .w4-dropdown-hover:hover > .w4-button:first-child, .w4-dropdown-click:hover > .w4-button:first-child {
            background-color: #ff6a00;
            color: #000;
        }

.w4-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: relative;
    left: 0px;
    top: 0px;
    min-width: 160px;
    max-width: 173px;
    max-height:100%;
    margin: 0;
    padding: 0;
    z-index: 2
}

.w4-btn, .w4-button {
    border: none;
    display: inline-block;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    min-width: 100%;
    min-height: 100%
}

    .w4-btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }
