#scid-dialog-favorite-file-delete1 {
    width: 320px !important;
}
#scid-dialog-favorite-file-delete1 .white-round-shadow {
    background: #ffffff !important;
    padding: 20px 22px 24px !important;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
#scid-dialog-favorite-file-delete1 .scid-dialog-content {
    color: #333333;
    font-size: 15px;
    line-height: 1.36;
}
.favorite-file-delete-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
}

#scid-dialog-favorite-file-delete1 a.button-orange,
#scid-dialog-favorite-file-delete1 a.button-gray {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    text-decoration: none;
    height: 36px;
    border: 0 !important;
    line-height: 36px !important;
    background: #ff0000;
    padding: 0 15px !important;
    position: relative;
    color: #ffffff !important;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px !important;
    text-align: center;
    margin: 0 !important;
    text-transform: uppercase;
    box-shadow: none !important;
    transition: background-color .3s;
}
#scid-dialog-favorite-file-delete1 a.button-gray {
    background: #999999;
}
#scid-dialog-favorite-file-delete1 a.button-gray:hover,
#scid-dialog-favorite-file-delete1 a.button-orange:hover {
    text-decoration: none;
    border: none 0 !important;
    background-color: #db0000;
    color: #ffffff !important;
}
#scid-dialog-favorite-file-delete1 a.button-gray:hover {
    background-color: #757575;
}