/* movies.css */
.menu-container {
  display: flex;
  flex-wrap: wrap;
  background-color: LightBlue;
}

.menu-container > div {
  background-color: #f1f1f1;
  width: 60px;
  margin: 6px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}

.movie-container {
/*  display: flex;
  flex-wrap: wrap;*/
  background-color: LightBlue;
/*  border: 4px solid red; */
}

.section {
/*  background-color: LightBlue; */
  width: 100%;
}

.item-container {
/*  background-color: #f1f1f1; */
  display: flex;
  flex-wrap: wrap;
/*  width: 100%;  */
/*  border: 4px solid black; */
/*  margin: 6px;
  text-align: center; */
/*
  line-height: 40px;
  font-size: 16px;
*/
}

.item-name {
/*  background-color: #f1f1f1; */
  box-sizing: border-box;
  width: 30%;
  margin: 4px 6px;
  text-align: left;
  font-size: 24px;
  padding-left: 6px;
/*  line-height: 40px;
  font-size: 16px; */
}

.have-name {
  box-sizing: border-box;
  width: 30%;
  margin: 4px 6px;
  padding-left: 24px;
  font-size: 24px;
}
.nohave-name {
  box-sizing: border-box;
  width: 30%;
  margin: 4px 6px;
  padding-left: 24px;
  color: grey;
  font-size: 24px;
}

.item-small {
/*  background-color: #f1f1f1; */
  width: 3%;
  margin: 4px 8px 2px 4px;
  text-align: left;
  padding-left: 4px;
}

.item-large {
  width: 32%;
  margin: 4px 8px 4px 4px;
  padding-left: 4px;
  text-align: left;
}
