select,input {
	font-family: CentraLight;
	color: #2e303b;
}

.form-field {
	display: flex;
	flex-direction: column;
	width: 50%;
	min-width: 200px;
	margin: 0 16px 0 16px;
}

label {
	margin: 10px 0 1px 0;
	font-weight: 700;
}

select {
	max-width: 160px;
}


#submit, button {
	margin-top: 0.5rem;
}

#submit, button {
	background-color: #5f2994;
	border: 1px solid #5f2994;
	color: #ffffff;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1em;
}

#submit:hover, button:hover {
	background-color: #ffffff;
	color: #5f2994;
}

#unsubscribe {
	height: 16px;
	width: 16px;
}

table {
	border: 0;
}

table th {
	padding: 0.25em;
	border: 0;
}

table td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: 0;
}

table tr:nth-child(odd) {
	background-color: #efebee;
}

ul.bulletless {
	list-style-type: none;
	margin-block-start: 0.25em;
}

#email,#fullName {
	width: 100%;
}

.redirect-uri {
	position: relative;
}
