.ff-el-pop-content {
    background: #ededed;
    color: #000;
    text-align: left;
    top: 30% !important;
    left: 30% !important;
}

.ff-el-pop-content table {
    background: #fff;
}

.ff-el-pop-content table thead {
    background: #203971;
}

.ff-el-pop-content table thead th {
    color: #fff;
}

.ff-el-pop-content table thead th,
.ff-el-pop-content table td {
    border: 1px solid #ccc;
    padding: 5px;
}

.ff-el-pop-content table td ul {
    padding-inline-start: 20px
}