.proposal ul {
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom-left-radius: .6rem;
	border-bottom-right-radius: .6rem;
	box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .26);
	width: 100%;
	z-index: 3;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

.proposal-visible ul {
	display: block;
}

.proposal li {
	color: #b4b4b4;
	cursor: pointer;
	font-size: 1rem;
	height: 2.6rem;
	line-height: 2.6rem;
	padding-left: 1rem;
	text-align: left;
	transition: background 0.2s;
}

.proposal li:hover,
.proposal li.active {
	background-color: #e6e6e6;
	color: #000;
}

.proposal li:last-of-type {
	border-bottom-left-radius: .6rem;
	border-bottom-right-radius: .6rem;
}
.proposal.proposal-visible {
    width: 100%;
}

/* For the Padding on the Mail Proposal (EAL Plugin) Register/login Form */
.eael-lr-form-wrapper ul, .eael-lr-form-wrapper ol, .eael-lr-form-wrapper .eael-form-msg ul, .eael-lr-form-wrapper .eael-form-msg ol {
    padding-left: 0px!important;
}
.email-suggestion {
	padding: 5px 0px;
}
.proposal.proposal-visible strong {
	color: #222;
}
button.email-suggestion-confirm {
    background-color: #009c00 !important;
    Padding: 8px 6px !important;
    color: white !important;
    font-size: 12px !important;
    text-transform: uppercase;
    border-radius: var(--border-radius);
}
button.email-suggestion-ignore {
    background-color: red!important;
    Padding: 8px 6px !important;
    color: white !important;
    font-size: 12px !important;
    text-transform: uppercase;
    border-radius: var(--border-radius);
}