/*  START OF TABLE RESET  */
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*  END OF TABLE RESET  */

table {
  background-color: #333;
  padding: 100px 200px;
  margin-top: 20px;
}

tbody tr:nth-child(odd) { background: #444; }

tbody tr:last-child { border-bottom: 2px solid #ddd; }

.table > tbody > tr > td {
  border-top: none;
  padding: 8px 55px;
}

#item-name {
  min-width: 20vw;
  padding-left: 60px;
}

#item-length, #item-girth, #item-pcs {
  min-width: 10vw;
  padding-left: 40px;
}

.indented {
  margin-left: 8vw;
  line-height: 0.8em;
}

button { vertical-align: middle;  }

.noticia { color: #999; }

.pclogo {
  max-width: 30vw;
  height: auto;
}

@media only screen and (max-width: 760px) {

  .pclogo {
    max-width: 60vw;
    height: auto;
  }

  .indented {
    margin-left: 6vw;
    line-height: 1em;
  }
}