.table td, .table th {
    white-space: nowrap;
}
.conference_help .btn,
.conference_control .btn {
    font-size: 80%;
    font-weight: 400;

}
.conference_help .btn {
    margin: 4px;
}

.letterpress {
    text-shadow: 1px 1px #ddd;
}
canvas.particles-js-canvas-el {
     z-index: -1;
     position: fixed;
     left: 0;
     top: 0;
 }
.btn-outline-success,
.btn-outline-secondary {
    background-color: white;
}
.desktop .left_pane_centered {
    position: fixed!important;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    height: auto!important;
    padding-bottom: 50px!important;
    width: 574px!important;
    border-radius: 7px;
}

.mobile .left_pane_centered {
    position: absolute!important;
    top: 0;
    left: 0;
    height: 100%!important;
    padding-bottom: 0!important;
    width: 100%!important;
    border-radius: 0;
    border: 0!important;
    box-shadow: #000 0 0 0!important;
    border-right: 0!important;
}

.conf-info-delim {
    border-bottom: 2px solid #33afff;
}