.simple-modal {
    width: 100%;
    /*
  right: 25px;
  */
    bottom: 0px;
    margin-top: 10px;
    position: relative;
    position: fixed;
    margin: 0;
    color: #808080;
    font-size: 13px;
    font-weight: normal;
    background-color: #000000;
    z-index: 99999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.simple-modal .simple-modal-header {
    margin: 0;
    text-align: center;
    /* border-bottom: 1px solid #EEEEEE;*/
}

.simple-modal .simple-modal-header h1 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    /* font-weight: bold;*/
    /* line-height: 36px;*/
}

.simple-modal .simple-modal-body {
    padding-bottom: 2px;
    /* Extra style */
}

.simple-modal .simple-modal-body div.contents {
    overflow: hidden;
}

.simple-modal .simple-modal-body p {
    font-size: 13px;
    font-weight: normal;
    color: #CCC;
    text-align: center;
}

.simple-modal .simple-modal-body p img {
    display: block;
    /*margin: 0 auto 10px auto;*/
}

.naslovCookie {
    font-size: 22px;
    padding: 15px 0 15px 0;
    color: #FFF;
    font-weight: bold;
}

.simple-modal a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

.simple-modal a:hover {
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
}