.gumbo-tray-cover {
    background-color:rgba(255,255,255,.8);
    height:100%;
    width:100%;
    position:fixed;
    z-index:5;
    top:0;
    left:0;
    display:none;
}

.gumbo-tray {
    position:absolute;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    z-index:10;
    width:100%;
    height:0px;
    top:0;
}

.gumbo-tray-content {
    position:relative;
    background:#fff;
    -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .15);
    box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .15);
    padding:20px;
    margin:auto;
    display:none;
}

.gumbo-tray-close {
    cursor: pointer;
    opacity: .2;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.gumbo-tray-close:hover{
    opacity: .6;
}
.gumbo-tray-close:before{
    content:"\00d7";
}

.gumbo-tray-close {
    position:absolute;
    top:5px;
    right:8px;
}