html {
    scroll-behavior: smooth;
}
.t {
    display: table;
    width: 100%;
}
.tct {
    display: table-cell; 
    padding-right: 1em; 
    padding-left: 0.4em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-right: solid 1px #eeeeee; 
    border-bottom: solid 1px #eeeeee;
    font-weight: bold;
    width: 8%;
}
.tcp {
    display: table-cell; 
    padding-left: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #eeeeee;
    width: 92%;
}
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.collapsible2 {
  cursor: pointer;
  text-align: left;
}
.collapsible:hover {
  background-color: #555;
}
.collapsible2:hover {
  background-color: #bbb;
}
.collapsible:after, .collapsible2:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.content2 {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}