#cookiesNotification {
    position: fixed;
    bottom: 0px;
    padding: 10px 20px;
    width: 100%;
    left: 0px;
    z-index: 1000000;
    text-align: left;
    background: #F0EDE4;
    float: left;
    color: black;
    text-shadow: none;
    font-size: 16px;
}

.cookiesNotificationText {
    width: 80%;
    max-width: calc(100% - 150px);
}

.cookiesNotificationApprove:hover {
    background-color: #F6A033;
}

.cookiesNotificationApprove {
    width: 10%;
    min-width: 100px;
    right: 50px;
    position: absolute;
    text-align: center;
    line-height: 40px;
    float: right;
    top: 50%;
    height: 40px;
    margin-top: -20px;
    background-color: #F6B033;
    cursor: pointer;
    border: none;
    box-shadow: 0px 3px 0px 0px #F67933;
    transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
}

.imageInfoPanel {
    background: #e7d32d;
    height: 20px;
    padding: 10px;
    min-width: 200px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    border: none;
    line-height: 20px;
    font-size: 20px;
    font-family: 'Open Sans', 'Roboto', 'Roboto Condensed', sans-serif;
    font-weight: 300;
    box-shadow: 0px 0px 50px #000000;
    color: #272020;
    font-size: 16px;
}

.imageInfoPanel_navigator {
    font-weight: bold;
    position: absolute;
    top: 0px;
    height: 100%;
    cursor: pointer;
}

.imageInfoPanel_left {
    float: left;
    left: 0px;
}

.imageInfoPanel_right {
    float: right;
    right: 0px;
}

#fscontent {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}