/* Shires Index links */
.accordion {
  color: #606060;
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}

details {
  border-bottom: 1px solid #ddd;
}

details:last-of-type {
  border-bottom: none;
}

summary {
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 600;
  background-color: #f7f7f7;
  list-style: none;
}

summary:hover {
  background-color: #becbd2;
}

details[open] summary {
  background-color: #becbd2;
}

details p {
  padding: 12px 16px;
  margin: 0;
  background-color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

details>summary {
  list-style-type: none;
}

details>summary::-webkit-details-marker {
  display: none;
}

details>summary::before {
  content: '+ ';
}

details[open]>summary::before {
  content: '- ';
}

details[open]>summary {
  margin-bottom: 0.5rem;
}

details ul .details{
list-style-type: none;
margin:0;
padding:0; }

.details li a {font-weight: normal;
font-size:16px !important;
color: #57707d;
text-align: left;
list-style-type: none;
text-decoration:none;}

.details li a:hover {color: #808080;
text-decoration: underline;}

li.details {
list-style: none;
margin: 0; }

/* End Shires Index links */