@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    background-color: #202124;
    color: white;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

#engineroom_msgs {
    max-width: 80%;
    max-height: 400px;
    overflow: auto;
}

#dropZone {
    width: 80%;
    height: 10em;
    border: 2px dashed #cccccc;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1730b1;
    margin: 0 auto;
    font-size: xx-large;
}
#dropZone.dragover {
    background-color: #e9ecef;
    border-color: #007bff;
    color: #007bff;
}

.mp3-item {
    display: inline-block;
    width: 150px;
    margin: 10px;
    text-align: center;
}
.control-icons {
    cursor: pointer;
}

.play-buttons {
    font-size: 2em;
    cursor: pointer;
}

.modal-dialog {
    max-width: unset;
}

.zenon-lista {
    color: #202124;
}