.chris.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.chris.overlay.hidden {
    display: none;
}
#chrisw_addon_confirmatio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #1a2348;
    padding: 30px;
    border-radius: 30px;
    background: #1a2349;
    text-align: center;
}
#chrisw_addon_confirmatio p {
    color: #fff;
    font-weight: bold;
}
#chrisw_addon_confirmatio button {
    display: inline-block;
    margin: 0 10px;
    padding: 11px 30px;
    cursor: pointer;
}
#chrisw_addon_confirmatio  .no {
    background: #eee;
    color: #333;

}
