/* Modal styles */

li.placeholder {
    background: #ffffff !important;
    border: 3px dashed #c5c5c5;
}


ul.dream-list li {
    width: 24%;
    float: left;
    height: 100px;
    background: #000;
    margin: 0.5%;
    font-size: 15px;
}

ul.dream-list a {
    text-decoration: none !important;
}

ul.dream-list li {
    border-radius: 6px;
}

ul.dream-list li:hover {
    opacity: 0.8;
}


ul.dream-list {
    padding: 0px !important;
    margin: 0px;
}

.datumsanj {
    margin: 10px;
    color: #fff !important;
    font-weight: 600;
    font-family: 'Montserrat';
}

.opissanj {
    margin: -8px 10px 10px 10px;
    height: 100%;
    color: #fff;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 20px;
}




#dream-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

/* Dream list */
.dream-list {
    list-style: none;
    padding: 0;
}

.dream-list li {
    margin-bottom: 10px;
}

.dream-list a {
    text-decoration: none;
    color: #007cba;
}

.dream-list a:hover {
    text-decoration: underline;
}
