body {font-family: Arial; font-size: 16px;}

/* Style the tab */
.tab {
  overflow: hidden;
/*  border: 3px solid #00573d; */
  background-color: #00573d;/*97b059;*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  color: #ecf0f1;
  float: left;
  border: none;
  border-right: 2px solid #ecf0f1;
  outline: none;
  cursor: default;
  padding: 4px 8px;
  transition: .3s;
  font-size: 16px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #00a73d; /* 708c2c;*/
  color: #ecf0f1;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #00873d;
  color: #ecf0f1;
/*  border: 3px solid #00873d; */
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 1px 3px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-top: none;
}



/* ----  Show/Hide sections  ---------------------------------------------------- */

.collapsible, .sactive {
  background-color: #00573d;
  color: #ecf0f1;
  cursor: default;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible:hover {
  background-color: #00873d;
}

.collapsible:after {
  content: '\002B';
  color: #ecf0f1;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.sactive:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  /*background-color: #f1f1f1;*/
}




/* lists with right-margin */
ul li {line-height: 110%; padding: 0.em 0 0.em 0; margin: 0 5ex 0 0; }