#reconnect-modal, #authorizing-modal {
    transition: visibility 0s linear 1000ms;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    /*width: 100%;*/
    /*height: 100%;*/
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    padding: 4em;
}

#components-reconnect-modal > .components-reconnect-dialog p {
    color: rgba(0, 0, 0, 0.7) !important;
}

.markup h3 {
    margin-top: 1rem;
}

.markup ul {
    list-style-position: inside;
}
