.info {
    margin: 2px;
}

.info div {
    background-color: #d8d8d8;
    text-align: center;
    margin-bottom: 2px;
    padding: 5px;
}

.windowOverlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cccccc;
    align-items: center;
    justify-content: center;
}

.windowOverlay .overlayContentFrame {
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
}

.windowOverlay .overlayContentFrame .overlayContent {
    padding: 16px;
    background-color: white;
    border: 1px solid #666666;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.windowOverlay .overlayContentFrame .overlayContent .overlayLoading {
    width: 64px;
    height: 64px;
    background-image: url('/talk/forum/static/images/loadinfo_big.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.windowOverlay .overlayContentFrame .overlayContent .overLayError {
    font-weight: bold;
    color: mediumvioletred;
}
