.custom-tooltip {
  --bs-tooltip-bg: var(--bs-dark);
  --bs-tooltip-opacity: 75%;
}

audio {
  width: 200px;
  /* Adjust the width as needed */
  height: 35px;
  /* Adjust the height as needed */
}

a {
  /* text-decoration: none; */
  color: rgba(1, 62, 97, 0.836);
}

.linkfnt {
  font-size: 12px;
}

#listfnt {
  font-size: 12px;
}

.contribs {
  width: 250px;
}

.contributor {
  width: 600px;
}

td,
th {

  text-align: left;
  padding: 5px;

}

/* tr:nth-child(odd){
      background-color: #dddddd;
  } */
* {
  box-sizing: border-box;
}

.items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.item {
  height: 100%;
  margin: 4px;

  width: 100%;
  max-width: calc(33% - 8px);
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

.icos {
  width: 15px;
}

.icos-sm {
  width: 10px;
  height: 10px;
}

.column .left {
  width: 100%;
  float: left;
  /* background-color: blue; */
  padding: 5px;
}

.nav-link.active {
  background-color: burlywood;

}


.redtext {
  color: green;
  size: 12px;
  font-weight: bold;
}

.column .right {
  width: 100%;
  float: left;
  /* background-color:cornflowerblue; */
  padding: 5px;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.container .box {
  width: 100%;
  margin: 10px;
  display: table;
}

.img-thumbnail {
  border: none;
}
.container .box .box-row {
  display: table-row;
}

.container .box .box-cell {
  display: table-cell;
 /* border: 0px solid black;*/
  /* width: 25%; */
  padding: 10px;
}

.container .box .box-row .box1 {
  vertical-align: top;
  width: 150px;
  /* background-color: blue; */
}

.container .box .box-row .maincontent {
  vertical-align: top;
  width: 100%;
  /* background-color: blue; */
}

.container .box .box-row .contributor {
  vertical-align: top;
  float: left;
  padding-left: 1%;
  width: 50%;
  /* background-color: blue; */
}

.userlist {

  width: 600px;
}

.contain {
  display: grid;
  grid-template-rows: 15px 15px;
  grid-template-columns: 1fr 20px;
  /* grid-template-columns: repeat(auto-fit, minmax(1fr, 100px)); */
}

.item {
  padding: 0.1em;
  /* background-color: #fb7185;
  font-weight: 700;
  color: var(--clr-light);
  border: 10px solid var(--clr-accent); */
}

mark {
  padding: 0;
  background: #f0ee73;
}

.uppercase-text {
  text-transform: uppercase;
}