body {
    margin: 0;
    overflow: hidden;
    background: black;
}

body {
    overflow: hidden;
}

#gradient {
    height: 100px;
    width: 100%;
    position:absolute;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,0)); /* Standard syntax; must be last !*/
    z-index: 1;
    pointer-events: none;
}

.title {
    text-align : center;
    z-index : 1;
    background : rgb(220, 220, 220);
    font-family : Helvetica;
    font-size : 14px;
    font-weight: 600;
    /*box-shadow: 0px -20px 80px rgba(0,0,0,.4);*/
}

.close {
    font-family: Helvetica;
    color : black;
    z-index : 2;
    /*font-weight: bold;*/
    font-size : 20px;
    padding-left: 4px;
}