.tabellaOfferta {
  line-height: normal;
  text-align: center;
  font-size: 19px;
  color: black;
}

.tabellaOfferta > span {
  display: block;
}

.tabellaOfferta .offertaContainer {
  float: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tabellaOfferta .offertaContainer:after {
  content: "";
  display: block;
  width: 50%;
  margin: 0 auto;
  height: 15px;
  -webkit-box-shadow: 2px 10px 6px -5px rgba(240, 240, 240, 1);
  -moz-box-shadow: 2px 10px 6px -5px rgba(240, 240, 240, 1);
  box-shadow: 2px 10px 6px -5px rgba(240, 240, 240, 1);
  clear: both;
}

.tabellaOfferta .offertaContainer:last-child:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.bold {
  font-weight: bold;
}

.offertaContainerTop,
.offertaContainerDown {
  float: left;
}

.offertaContainerTop {
  width: 40%;
}

.offertaContainerDown {
  width: 60%;
}

@media (min-width: 576px) {
  .tabellaOfferta .offertaContainer {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .tabellaOfferta {
    font-size: 16px;
  }

  .tabellaOfferta .offertaContainer {
    /*float: left;*/
    display: inline-block;
    /*width: 19%*/
  }

  /* two items */
  .offertaContainer:first-child:nth-last-child(2),
  .offertaContainer:first-child:nth-last-child(2) ~ .offertaContainer {
    width: 49%;
  }

  /* three items */
  .offertaContainer:first-child:nth-last-child(3),
  .offertaContainer:first-child:nth-last-child(3) ~ .offertaContainer {
    width: 32%;
  }

  /* two items */
  .offertaContainer:first-child:nth-last-child(4),
  .offertaContainer:first-child:nth-last-child(4) ~ .offertaContainer {
    width: 24%;
  }

  /* two items */
  .offertaContainer:first-child:nth-last-child(5),
  .offertaContainer:first-child:nth-last-child(5) ~ .offertaContainer {
    width: 19%;
  }

  .tabellaOfferta .offertaContainerDown {
    padding-top: 10px;
    -webkit-box-shadow: 10px 0px 6px -5px rgba(240, 240, 240, 1);
    -moz-box-shadow: 10px 0px 6px -5px rgba(240, 240, 240, 1);
    box-shadow: 10px 0px 6px -5px rgba(240, 240, 240, 1);
  }

  .tabellaOfferta .offertaContainer:last-child .offertaContainerDown {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /*annulla l'ombra sotto*/
  .tabellaOfferta .offertaContainer:not(:last-child):after {
    display: none;
  }

  .offertaContainerTop,
  .offertaContainerDown {
    float: none;
    width: auto;
  }
}

@media (min-width: 992px) {
  .tabellaOfferta {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
}
