.plugnmeet-action-button {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

#plugnmeet-merge-confirm-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.plugnmeet-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.plugnmeet-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    z-index: 1051;
}

.plugnmeet-modal-header {
    padding: 2px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.plugnmeet-modal-body {
    padding: 2px 16px;
}

.plugnmeet-modal-footer {
    padding: 2px 16px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

.plugnmeet-modal-close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    cursor: pointer;
}
