body {
    background: #ecedf0;
}

#divTop {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 76px;
    vertical-align: middle;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    clear: both;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: height .3s; /* Safari */
    transition: height .3s;
}
#divTop.extended {
    height: 152px;
    -webkit-transition: height .3s; /* Safari */
    transition: height .3s;
}
#divContent {
    position: relative;
    margin-top: 76px;
    padding-top: 40px;
    width: 100%;
    min-height: 1000px;
    background: #ecedf0;
    clear: both;
    z-index: 100;
}
#divBottom {
    height: 76px;
    max-width: 100%;
    line-height: 70px;
    background: #EDEDED;
    clear: both;
}

.qContainer {
}
.qTitle {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.qCodeblock {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 20px;
}

/* Star */
.fas.fa-star {
    color: #ffc107;
}
/* Trash */
.fas.fa-trash-alt {
    color: #dc3545;   
}

.hide { display: none; }
.btn {cursor: pointer;}
.paddingLeft { padding-left: 40px; }
.paddingRight { padding-right: 40px; }
.paddingTop { padding-top: 40px; }
.paddingBottom { padding-bottom: 40px; }
