.euOuterWrapper{
	font-family: Arial, Helvetica, Verdana, Trebuchet, Gill Sans, Avantgarde,  sans-serif;
}

.euToggleList{
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid transparent;
	font-family: inherit !important;
	padding: 0 30px !important;
}

.euToggleList__title{
	list-style-type: none;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.euToggleList__statusIndicator{
	content: "\2B";
	float: left;
	font-size: 105% !important;
	line-height: 1.46 !important;
	margin-left: -30px !important;
	padding: .5rem 0 !important;
	width: 30px;
	transition: 1s;
}

.euToggleList__title:last-child{
	border-bottom: 1px solid transparent;
	backface-visibility: hidden;
}

.euToggleList__headline{
	font-size: 105% !important;
	font-family: inherit !important;
	line-height: 1.46 !important;
	margin: 0 !important;
	padding: .5rem 0 !important;
	font-weight: normal !important;
}

.euToggleList__content{
  backface-visibility: hidden;
  padding: 0 0 0 0;
  display: none;
}

.euToggleList__paragraph{
	font-family: inherit !important;
  font-size: 80% !important;
  margin: 0 0 1rem 0 !important;
	line-height: 1.46;
	padding-left: 0 !important;
}
