.list-group-item-mine {
  font-family: 'Roboto-LightItalic', arial;
  color: #FFFFFF;
}

.list-group-mine .list-group-item:hover {
  font-family: 'Roboto-LightItalic', arial;
  background-color: var(--bs-gray-300);
  color: #FFFFFF;
}

.list-group-mine-cell .list-group-item-cell:hover {
  font-family: 'Roboto-LightItalic', arial;
  background-color: var(--bs-gray-300);
  color: #FFFFFF;
}

.card-header-mine {
  font-family: 'Roboto-Italic', arial;
  background-color: #666666;
  color: #FFFFFF;
  font-weight: 1,700;
}

h4 {
  font-family: 'Roboto', arial;
  font-size: 48px;
  font-weight: 1,700;
}

.list-group-item-cell, .list-group-item-action-cell {
  position: relative;
  /*display: block;*/
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.list-group-item-action-cell:focus, .list-group-item-action-cell:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action-cell:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item-action-cell:focus, .list-group-item-action-cell:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action-cell:focus, .list-group-item-action-cell:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.table {
  /*--bs-table-bg: transparent;*/
  /*--bs-table-accent-bg: transparent;*/
  /*--bs-table-striped-color: #212529;*/
  /*--bs-table-striped-bg: rgba(0, 0, 0, 0.05);*/
  /*--bs-table-active-color: #212529;*/
  /*--bs-table-active-bg: rgba(0, 0, 0, 0.1);*/
  /*--bs-table-hover-color: #212529;*/
  /*--bs-table-hover-bg: #495057;*/
  /*width: 100%;*/
  /*margin-bottom: 1rem;*/
  /*color: #212529;*/
  /*vertical-align: top;*/
  /*border-color: #dee2e6;*/
}

.right {
  float: right;
}

.left {
  float: left;
}

.home-description {
  width: 50%;
}

