#show_div_header{
    width:100%;
    height:45px;
    line-height:45px;
    background: rgba(0,0,0,.1);
    font-size: 22px;
    font-weight: bold;
    color:#111;
}

#show_div_header .go_back{
    height:100%;
    line-height:45px;
    float: left;
    color:rgba(255,255,255,.9);
    font-size: 18px;
    padding:0px 10px;
    background: #AA3D3F;
    cursor: pointer;
}
#show_div_header .go_back i{
    color:rgba(255,255,255,.7);
    margin-right: 10px;
}

#show_div_header .go_back:hover{
    background: #A82628;
}

#show_div_header .go_back:active{
    background: #A55252;
}


#show_div_footer{
    width:100%;
    height:45px;
    background: rgba(0,0,0,.1);

}

#show_div .content{
    width:100%;
    height:calc(100% - 90px);
}

#show_panel_content{
    width:100%;
    height:100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,f6f6f6+53,ffffff+100 */
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 53%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.jsq{
    width:100%;
    height:100%;
    overflow: hidden;
    position: relative;
}

.jsq header{
    width:calc(100% - 120px);
    height:50px;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.jsq .jsqbody{
    width:100%;
    height:calc(100% - 100px);
    background: rgba(0,0,0,.1);
}

.jsq .jsqtimer{
    width:100px;
    height:75px;
    right:10px;
    top:10px;
    background:rgba(255,100,100,.5);
    position: absolute;
}