.table_component {
  overflow: auto;
  width: 100%;
}

.table_component table {
  border: 1px solid #d5d4d2;
  height: 100%;
  width: 100%;

  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

.table_component caption {
  caption-side: top;
  text-align: left;
}

.table_component th {
  border: 1px solid #d5d4d2;
  background-color: #eceff1;
  color: #000000;
  padding: 5px;
}

.table_component td {
  border: 1px solid #d5d4d2;
  padding: 5px;
}

.table_component tr:nth-child(even) td {
  background-color: #e1e1e1;
  color: #000000;
}

.table_component tr:nth-child(odd) td {
  background-color: #f5ecec;
  color: #000000;
}

.collapsible {
  background-color: #f1f1f1;
  color: #333;
  cursor: pointer;
  padding: 5px;
  text-align: left;
  border: none;
  outline: none;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.collapsible:hover {
  background-color: #ddd;
}

.collapsible:after {
  content: "\002B"; /* Plus symbol */
  font-size: 20px;
  float: right;
  margin-left: 10px;
}

.collapsible.active:after {
  content: "\2212"; /* Minus symbol */
}

.colcontent {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fafafa;
  border: 1px solid #be3a26;
  border-radius: 5px;
  margin-top: 0px;
}

.colcontent p {
  margin: 15px 0;
}

header{
position: fixed;
width: 100%;
}

.hdr {
  color: #be3a26;
}

.thmbnail{
  border: 5px solid #be3a26;
  padding: 2px;
  margin: 5px;
  max-width:inherit;
}

ft {
  color: #be3a26;
  font-family: Consolas, Arial;
  text-decoration: none;
  text-align: right;
  margin: 1px auto 0;
  padding: 5px;
  cursor: pointer;
  margin-left: 1px;
  margin-right: 10px;
}


.social {
  float: right;
  display: inline-flex;
  justify-content: right;
  padding: 8px 1px;
  background: #be3a26;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pad {
  padding: 4px;
  font-size: medium;
}

.padthick {
  padding: 10px;
  font-size: medium;
  background: linear-gradient(to right, white, #bcbcbb);
}

#footer {
  position: fixed;
  bottom: .5px;
  width: 100%;
  background-color: #f5f5f5;
}

.logo {
  filter: grayscale(1);
  width: 20px;
  height: 20px;
}

.logo:hover {
  filter: grayscale(0);
}

.nav-item {
  margin-left: 10px;
}

.navbar-container {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
}

.navbar-logo {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.container {
  margin-top: 0px;
}

.navbar-logo img {
  max-width: 100%;
  height: auto;
  padding: 10px;
}

.navbar-content {
  width: 90%;
  display: flex;
  flex-direction: column;
}

.top-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.top-row a {
  margin-left: 15px;
  color: #e31e1e;
  text-decoration: none;
}

.top-row a:hover {
  color: #007bff;
}

.bottom-row {
  background-image: linear-gradient(to right,
      white,
      rgb(255, 102, 0),
      rgb(255, 102, 0),
      rgb(255, 102, 0),
      rgb(255, 102, 0),
      rgb(255, 102, 0),
      rgb(255, 102, 0));
}

.bottom-row .navbar-nav .nav-link {
  color: #ffffff;
}

.bottom-row .navbar-nav .nav-link:hover {
  color: #080808;
}

.column {    
width: 33%;
}

.headerblock {
  height: 100px;
}

@media (max-width: 768px) {
  .headerblock {
    height: 200px;
  }

  .column {
    width: 100%;
  }

  .navbar-container {
    flex-direction: column;
  }

  .navbar-logo {
    width: 100%;
    text-align: center;
  }

  .navbar-content {
    width: 100%;
  }

  .container {
    margin-top: 0px;
  }

  .bottom-row {
    background-image: linear-gradient(to right,
        rgb(255, 102, 0),
        rgb(255, 102, 0));
  }

  ft {
  color: #be3a26;
  font-size:x-small;
  text-align: right;
  margin: 1px auto 0;
  padding: 1px;
  cursor: pointer;
  margin-left: 3px;
  margin-right: 3px;
}
}
