#abc-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#abc-popup {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#abc-popup h2 {
	color: #252424;
    border-bottom: 1px solid rgba(10, 72, 116, .078);
	padding: 4% 0;
	font-size: 16px;
    font-weight: 700;
	text-transform: uppercase;
}

#abc-popup h5 {
    border-top: 1px solid rgba(10, 72, 116, .078);
	padding: 4% 0;
	font-size: 14px;
    font-weight: 500;
	font-style: italic;
	max-width: 400px;
}


#abc-confirmation {
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
    width: 93%;
    max-width: 1140px;
    margin-top: 0px;
    padding: 10px 0px 10px;
    text-align: center;
    font-style: italic;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.sticky-footer #abc-confirmation {
    position: relative;
}

#abc-confirmation b {
	color: #147fd4;
}

#abc-thank-you {
    text-align: center;
    margin-top: 20px;
}

#abc-confirm {
	color: #666;
	margin-left: 12px;
}

.wp-list-table {
    width: 100%;
    margin-top: 20px;
}

.wp-list-table th, .wp-list-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.wp-list-table th {
    background-color: #f1f1f1;
    text-align: left;
}
