.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: #fdd067;
}

.aboutTitle {
  color: #1c355e;
  font-family: 'Crimson Text', serif;
  font-weight: 300;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 30px;
  word-spacing: 4px;
  letter-spacing: 1px;
}



.aboutText {
  color: #1c355e;
  font-family: 'Crimson Text', serif;
  font-weight: 300;
  line-height: 250%;
  width: 80%;
  margin-left: 10%;
}

.aboutText a {
    color: #1c355e;
    text-decoration: underline;
}
.aboutText a:hover {
    color: #1c355e;
    text-decoration: underline;
}
