#barwrap {
    margin-bottom: 30px;
}

.bar {
    text-align: center;
    padding: 8px;
    padding-top: 0;
    background-color: #eee;
    max-height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #333;
    /*border-bottom: thick ridge rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 13px .5px rgba(0,0,0,.3);
    box-shadow: 0 2px 13px .5px rgba(0,0,0,.3);*/
    display: none;
    z-index: 3008;
}

#head-image {
    margin-right: 1%;
    position: relative;
    top: 8px;
}

#text {
    position: relative;
}

#ok {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    font-size: 25px;
}

#ok a {
    color: #3EAAEE;
    text-decoration: none;
}