table[summary=accord] {border-width: 0px !important}

table[summary=accord] tr {
  display: block !important;
  background-color: #fff !important;
}

table[summary=accord] tr th {
  cursor: pointer;
  font-size: 26px;
  font-size: 2.6rem;
  text-transform: uppercase;
  position: relative;
  padding: 16px;
  padding-top: 12.8px;
  padding-bottom: 17.6px;
  background-color: #eaeaea;
  color: #000;
  margin: 0;
  margin-bottom: 2px;
  position: relative;
  display: block !important;
  width: 100%;
  font-family: "AlternateGotNo2d";
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}


    
table[summary=accord] tr th.active, table[summary=accord] tr th:hover {
    background-color: #ddd;
}

table[summary=accord] tr th:after {
  font-family: "FontAwesome";
  content: "\f067";
    font-size: 18px;
    width: 24px;
    height: 24px;
    background-color: #f93;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0;
    margin-top: 1.5px;
    line-height: 26px;
    float: right;
    color: #fff;
    text-align: center;
}

table[summary=accord] tr th.active:after {
  content: "\f00d" !important;
  background-color: transparent !important;
  color: #333 !important
}

table[summary=accord] tr td {
  padding: 0 16px !important;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  display: block;
  color: #333;
  margin: 0 8px;
  width: calc(100% - 16px);
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #fff;
  transition: max-height 0.2s ease-out;
}

table[summary=accord] tr td > :last-child {margin-bottom: 0px !important}

table[summary=accord] tr td:before {
  display: block;
  width: 100%;
  margin: 0px;
  background-color: transparent;
  height: 16px;
  position: relative;
  content: "";
}

table[summary=accord] tr td:after{
  display: block;
  width: calc(100% + 32px);
  margin: 0px 0px 0px -16px;
  background-color: transparent;
  height: 16px;
  position: relative;
  content: "";
}

table[summary=accord] tr:last-of-type td:after {border-bottom: 1px solid #eaeaea}

