.urn-modal-container {
    display: inline-block;
    color: #333;
}

.urn-modal {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.urn-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 2px solid #666;
    width: 80%;
    max-width: 500px;
    text-align: center;
}

.urn-modal-title {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-bottom: 10px;
}

.urn-modal-selector {
    margin-bottom: 10px;
}

.urn-switch-account {
    color: #333;
}

.urn-switch-account button {
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    border-radius: 0
}

.urn-switch-account button:hover, .urn-switch-account button:focus {
    background-color: #e8e8e8;
    outline: none;
}

.urn-switch-account-tooltip {
    display: block;
    font-size: 10px;
    margin-top: 3px;
    line-height: 14px;
}