.accordion-container {
  margin-top:40px;
}
ul {
  margin: 1em 0 1em 18px;
  padding: 0;
  list-style: disc;
}


li {
  margin-bottom:5px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.2em;
}

.accordion::after {
  content: "+";
  text-align: center;
  width: 15px;
  right: 30px;
  transform: translate(0, -15%);
  position: absolute;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-acc,
.accordion:hover {
  background-color: #ccc;
}

.active-acc::after {
  content: "\2013";
}

/* Style the accordion panel. Note: hidden by default */
.panel-acc {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.WaGadgetLoginForm .loginLink {
position: relative;
display: inline-table;
width: 58px;
height: 21px;
overflow: hidden;
background: #C97B20;
color: white;
line-height: 16px;
vertical-align: top;
text-decoration: none;
cursor: pointer;
padding-top: 41px;
font-size: 14px;
}

.WaGadgetLoginForm .loginLink:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font: normal 25px/50px 'WA-theme-icons';
text-align: center;
text-indent: 0;
content: '\e613';
padding-bottom: 10px;
}

.WaGadgetLoginForm .loginLink:hover, .WaGadgetLoginForm .loginLink.hover {
background: #206699;
}

.WaGadgetLoginForm .authenticated .loginLink {
position: relative;
display: inline-block;
width: 58px;
height: 10px;
overflow: hidden;
background: 0;
color: #206699;
line-height: 75px;
vertical-align: top;
text-decoration: none;
cursor: pointer;
}