.simple-list .views-row {
  width: 100%;
  display: flex;
  margin: 0 0 5px 0;
  align-items: center;
}

.simple-list .picture {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 8px 0 0;
  background: #c2c2c2;
  flex-grow: 0;
  flex-shrink: 0;
}

.simple-list .picture a {
  width: 100%;
}

.simple-list .title {
  line-height: 1.4em;
  font-weight: bold;
  font-size: 15px;
}

.ui-tabs-nav {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: stretch;
}

.ui-tabs-nav li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  flex-shrink: 1;
  flex-grow: 1;
}

.ui-tabs-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light_blue);
  color: #272727;
  /*padding: 10px;
  font-weight: bold;*/
  padding: 2px;
  font-size: 12px;
}

.ui-tabs-nav li.ui-tabs-active a,
.ui-tabs-nav li:hover a {
  background-color: var(--blue);
}
