.applist-container.applist-growing-container {
  max-height: 581px;
  min-height: 196px;
  overflow-y: auto;
  width: 400px;
  height: 581px;
  position: absolute;
}

.app-list {
  padding: 28px;
  margin: 0px;
  display: block;
}

.app-list-item {
  display: inline-block;
  min-height: 98px;
  min-width: 32px;
  height: 98px;
  width: 100px;
}

.app-list-item-container {
  position: absolute;
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 4px;
}

.app-list-item-container img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  border-radius: 8px;
  padding: 2px;
}

.app-list-item-container span {
  padding: 4px;
  display: block;
  white-space: normal;
  font-size: 14px;
  font-family: Lato;
  text-align: center;
  color: rgba(0,0,0,0.87);
  min-width: 64px;
  height: 32px;
  max-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.app-list-item:hover {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.03s ease-in-out;
}

.applist-container.applist-growing-container div.app-list-divider {
  min-height: 0.5px;
  background-color: #eee;
  width: 80%;
  margin-left: 40px;
  /*margin-right: 28px;*/
}

.applist-container.applist-growing-container {
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  transition: box-shadow 0.03s ease-in-out;
}

span.applist-title {
  font-family: Lato;
  padding: 8px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,0.4);
}

span.applist-title-footer {
  font-family: Lato;
  padding: 8px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,0.4);
}

span.applist-title-footer a:hover {
  text-decoration: inherit;
  color: rgba(0,0,0,0.8);
}

span.applist-title-footer a {
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  font-weight: bold;
  font-family: Lato;
}

