.cover-sheet {
  padding: 0;
  background-color: whitesmoke;
  font-size: var(--text-font-size);
}

.cover-sheet > div {
  width: 100%
}

.cover-sheet-slide-button{
  float: right;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-color: gray;
  text-align: center;
  font-weight: bold;
  color: white;
  line-height: 27px;
  cursor: pointer;
}

/* Overwrites */
.uic-dashboards > .cover-sheet {
  background-color: whitesmoke;
  padding: 0;
  font-size: var(--text-font-size);
}

.cover-sheet-list-header {
    padding: 15px;
    font-size: 24px;
    font-weight: 500;
    background-color: #e8e8e8;
    color: black;
}

.cover-sheet-list {
  padding: 0;
  list-style: none;
  color: black;
  border-right: 1px solid gainsboro;
}

.cover-sheet-title{
  margin: 0;
  padding: 15px;
  font-weight: 400;
  background-color: #fafafa;
}

.cover-sheet-list-inline-block {
  float: left;
  display: inline-block;
  word-break: break-word;
}

.cover-sheet-list-headline {
  min-height: 60px;
  padding: 6px 15px;
  font-weight: 500;
  background-color: #f0f0f0;
}

.cover-sheet-list-item {
  padding: 3px 5px 3px 20px;
}

.cover-sheet-list-item::after {
  content: "";
  clear: both;
  display: table;
}
