body { 
  font-family: Arimo,Verdana, sans-serif; 
  font-size: 0.8em;
}
h2 {
  font-size: 2em;
  width: 8em;
  color: white;
  background-color: tomato;
  padding: 10px;
}
#ensl_intro { 
  float: right; 
  width: 400px;
  border: 1px solid black;
  padding: 10px;
  margin: 20px 25px 10px 10px;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #DCB900;
}
a:hover {
  text-decoration: underline;
}

.ens_resign_page {
	font-size: 1.2em;
	margin-left: 2em;
}

.ens_resign_page ul {
	list-style-type: none;
}

.ens_resign_page li {
	margin: 1em 0;
}

.ens_resign_page .ens_resign_moreinfo_container {
	text-align: center;
}
.ens_resign_page .ens_resign_moreinfo {
	margin-top: 2em;
	max-width: 600px;
	border: 1px solid black;
	padding: 2em;
	display: inline-block;
	text-align: left;
}

.ens_resign_page input[type=submit] {
	font-weight: bold;
	font-size: 1.3em;
}

.ens_resign_page .ens_resign_details {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: disc;
}

.ens_resign_page .ens_resign_details li {
	margin: 0;
}

.ens_resign_done {
	color: white;
	font-weight: bold;
	background-color: #00a20b;
	max-width: 600px;
	padding: 2em;
}

.ens_keep_done {
	color: white;
	font-weight: bold;
	background-color: #00a20b;
	max-width: 600px;
	padding: 2em;
}