.the-cube {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

.the-cube > div {
    max-width: 250px;
    background: white;
    text-align: center;
    margin: 80px auto;
    padding: 20px;
}

.the-cube-host-list p {
    margin: 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 12px;
}

.the-cube-host-list p small {
    font-size: 0.7em;
}
