.modal-fullsize {
    max-width: 80vw;
    min-height: 80vh;
    border-radius: 0;
}

.modal-body {
    position: relative;
    min-height: 30vh;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
    width: 5px;
}

.modal-body::-webkit-scrollbar-track {
    background-color: rgba(255, 243, 243, 0.55);
}

.modal-body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #b22424;
}

#loading-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#comments{
    table-layout: fixed;
    overflow-wrap: break-word;
    font-size: 0.8em;
}