body {
  font-family: "Raleway", Arial, sans-serif;
}

.table-striped {
  border-collapse: collapse;
  margin: 2px;
  font-size: 0.9em;
  font-family: "Raleway", Arial, sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.table-striped thead tr {
  background-color: #005F57;
  color: #ffffff;
  text-align: left;
}
.table-striped th,
.table-striped td {
  padding: 12px 15px;
}

.clickable-img {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

.col-left {
  float: left;
  width: 60%;
  height: 100vh;
  height: 100dvh;
  background-color: white;
  color: black;
  overflow: scroll;
  padding: 2px;
  margin: 3px;
}

.col-right {
  float: left;
  width: 30%;
  height: 100vh;
  height: 100dvh;
  background-color: white;
  color: black;
  padding: 2px;
  margin: 5px;
}
