.popup-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}

.popup-wrapper .popup-container {
    width: 700px !important;
    height: auto;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.popup-wrapper .popup-container .popup-container-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.popup-wrapper .popup-container .popup-container-header h4 {
    float: left;
}

.popup-wrapper .popup-container .popup-container-content {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 0;
}

.popup-wrapper .popup-container .popup-container-content input {
    width: 65%;
}

.aui .popup-wrapper .table-row > table thead th {
	border-bottom: 1px solid #ddd;
 font-size: 18px;
 color: #333;
 font-weight: 400;
 background: #f9f9f9;
 text-align: left;
 padding: 15px 24px;
 line-height: 25px;
} 

.aui .popup-wrapper .table-row > table tbody td {
	padding: 15px 24px;
 line-height: 25px;
} 

.aui .popup-wrapper .table-row {
	margin-top: 30px;
	min-height: 200px;
	max-height: 400px;
	overflow-y: auto;
}