/* Remove Restrictions */
#remove_restrictions_container {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    text-align: left;
    padding: 15px;
    top: 30%;
    left: 50%;
    width: 740px;
    min-height: 240px;
    margin-top: -120px; /* set to a negative number 1/2 of your height */
    margin-left: -370px; /* set to a negative number 1/2 of your width */
}

#rr_dummy_frame {
    display: none;
}

#rr_action_area1 {
    display: block;
}

#rr_action_area2 {
    display: none;
}

.rr_background_white {
    background-color: #ffffff;
}

