.close-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
    background-color: white !important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.close-button img {
    max-width: 50px;
}

.topright {
    position: absolute;
    right: 0;
    top: 0
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.font-size-16px {
    font-size: 16px !important;
}

.margin-top-10px {
    margin-top: 10px;
}

.rev-modal {
    width: 100%;
    min-height: 100px;
}

.error-content {
    text-align: center;
    margin-top: 100px;
}

.congratulations {
    text-align: center;
    margin-top: 40px;
}

.congrats-content {
    text-align: center;
    margin-top: 10px;
}

.edge-error {
    text-align: center;
    margin-top: 50px;
}

.asterics {
    font-size: 12px;
    color: #e8565d;
    font-weight: 300;
}

.edge-info-tooltip {
    width: 20px;
    height: 20px;
}

.margin-left-20px {
    margin-left: 20px;
}