.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}


@media print {
    img,
    tr {
        page-break-inside: avoid
    }
    .table {
        border-collapse: collapse!important;
    }
    .table td,
    .table th {
        background-color: #fff!important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important;
    }
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

/******************************************************

                    ABOUT COLLAPSE

******************************************************/

#collapseAbout {
  background-color: #994725;
}

.aboutTitle {
  color: #fdfbf8;
  font-family: astoria, Sans-Serif;
  font-weight: 300;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 30px;
  word-spacing: 4px;
  letter-spacing: 1.5px;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .aboutTitle {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

.aboutText {
  color: #fdfbf8;
  font-family: brandon-grotesque;
  font-weight: 300;
  line-height: 250%;
  width: 80%;
  margin-left: 10%;
}

.aboutText a {
    color: #fdfbf8;
    text-decoration: underline;
}
.aboutText a:hover {
    color: #666767;
    text-decoration: underline;
}
