
.app_montage_skip {
    margin:0px 10px 0;
}

.app_montage_tddiv {
    padding:7px;
}

.app_montage_table {
    border-collapse:collapse;
}

.app_montage_table td {
    padding:3px;
}

#add_zeit, #add_chat {
    position:absolute;
    right:30px;
    top:100px;
}

#chat {
    width:90%;
    padding:10px 5%;
    max-width:500px;
    margin:auto;
}

#chat hr {
    margin:10px 0;
}

.chat_bild, .chat_bild img {
    width:100%;
}

#new_chat {
    display:none;
}

#item-response{
    margin-top: 5rem;
    background-color: white;
    position: absolute; 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%);
    display: none;
    background-color:#c11624;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

#item-response.show{
    display: block;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}