.panel-body {
    padding: 0;
}

.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.fancy-collapse-panel .panel-heading a {
    padding: 1.75rem 2.5rem;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    color: #555;
    position: relative;
    text-decoration: none;
}

.fancy-collapse-panel .panel-heading a:hover {
    background-color: #f9f9f9;
} 
.fancy-collapse-panel .panel-heading a.collapsed i:before {
    content: none;
}

.fancy-collapse-panel .panel-heading a.collapsed i:after {
    content: "\f107";
}

.fancy-collapse-panel .panel .panel-heading a {
    border-top: 7px solid #555;
    color: #555;
}

.fancy-collapse-panel .panel:nth-child(1) .panel-heading a {
  border-top: 7px solid #fd7e14;
  color: #fd7e14;
}

.fancy-collapse-panel .panel:nth-child(2) .panel-heading a {
  border-top: 7px solid #f24f7c;
  color: #f24f7c;
}

.fancy-collapse-panel .panel:nth-child(3) .panel-heading a {
  border-top: 7px solid #E60F04;
  color: #E60F04;
}

.fancy-collapse-panel .panel:nth-child(4) .panel-heading a {
  border-top: 7px solid #bd56bf;
  color: #bd56bf;
}

.fancy-collapse-panel .panel:nth-child(5) .panel-heading a {
  border-top: 7px solid #333;
  color: #333;
}

.fancy-collapse-panel .panel:nth-child(6) .panel-heading a {
  border-top: 7px solid #970a02;
  color: #970a02;
}

.fancy-collapse-panel .panel:nth-child(7) .panel-heading a {
  border-top: 7px solid #00cc99;
  color: #00cc99;
}

.fancy-collapse-panel .panel:nth-child(8) .panel-heading a {
  border-top: 7px solid #47ad77;
  color: #47ad77;
}

.fancy-collapse-panel .panel:nth-child(1) .fixed-table-body thead th {
    background-color: #fd7e14!important ;
}

.fancy-collapse-panel .panel:nth-child(2) .fixed-table-body thead th {
    background-color: #f24f7c!important ;
}

.fancy-collapse-panel .panel:nth-child(3) .fixed-table-body thead th {
    background-color: #E60F04!important ;
}

.fancy-collapse-panel .panel:nth-child(4) .fixed-table-body thead th {
    background-color: #bd56bf!important ;
}

.fancy-collapse-panel .panel:nth-child(5) .fixed-table-body thead th {
    background-color: #333!important ;
}

.fancy-collapse-panel .panel:nth-child(6) .fixed-table-body thead th {
    background-color: #970a02!important ;
}

.fancy-collapse-panel .panel:nth-child(7) .fixed-table-body thead th {
    background-color: #00cc99!important ;
}

.fancy-collapse-panel .panel:nth-child(8) .fixed-table-body thead th {
    background-color: #47ad77!important ;
}