/* https://github.com/Jamesits/TheOtherShoes */
#the-other-shoes-modal-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1145141919810;
    display: grid;
    place-items: center;
    background-color: rgba(1, 1, 1, 0.5);
}
#the-other-shoes-modal-dialog > #notification {
    margin: auto;
    padding: 20px 10px;
    background: #D30000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}
#the-other-shoes-modal-dialog > a {
    display: inline-block;
    color: unset;
    text-decoration: underline;
    margin: 8px 8px auto 8px;
}
