.table_horez {
  border-spacing: 1;
  border-collapse: collapse;
//  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.table_horez * {
  position: relative;
}
.table_horez td, .table_horez th {
  padding-left: 4px;
  padding-right: 4px;
}
.table_horez thead tr {
  color:#FCDE1E;
//  height: 60px;
  background: #0C2E6D;
  font-size: 16px;
  padding: 0px 0;
}
.table_horez tbody tr {
//  height: 28px;
  border-bottom: 1px solid #FCDE1E;
  cursor: pointer;
}
.table_horez tbody tr:last-child {
  border: 0;
}
.table_horez td, .table_horez th {
  text-align: left;
}
.table_horez td.l, .table_horez th.l {
  text-align: right;
}
.table_horez td.c, .table_horez th.c {
  text-align: center;
}
.table_horez td.r, .table_horez th.r {
  text-align: center;
}

@media screen and (max-width: 5.5em) {
  .table_horez {
    display: block;
  }
  .table_horez > *, .table_horez tr, .table_horez td, .table_horez th {
    display: block;
  }
  .table_horez thead {
    display: none;
  }
  .table_horez tbody tr {
//    height: auto;
    padding: 2px 0;
    border-bottom: 1px solid #0C2E6D;
  }
  .table_horez tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  .table_horez tbody tr td:last-child {
    margin-bottom: 0;
  }
  .table_horez tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
  }
/*  .table_horez tbody tr td:nth-child(1):before {
    content: "Code";
  }
  .table_horez tbody tr td:nth-child(2):before {
    content: "Stock";
  }
  .table_horez tbody tr td:nth-child(3):before {
    content: "Cap";
  }
  .table_horez tbody tr td:nth-child(4):before {
    content: "Inch";
  }
  .table_horez tbody tr td:nth-child(5):before {
    content: "Box Type";
  }*/
}
body {
//  background: #9BC86A;
//  font: 400 14px 'Calibri','Arial';
  padding: 20px;
}

blockquote {
  color: white;
  text-align: center;
}

.table_horez tbody tr:hover {
  background-color: #ECF7F9;
  cursor: pointer;
}

.table_horez {
  border-spacing: 1;
  border-collapse: collapse;
//  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.table_horez * {
  position: relative;
}
.table_horez td, .table_horez th {
  padding-left: 4px;
  padding-right: 4px;
}
.table_horez thead tr {
  color:#FCDE1E;
//  height: 60px;
  background: #0C2E6D;
  font-size: 16px;
  padding: 0px 0;
}
.table_horez tbody tr {
//  height: 28px;
  border-bottom: 1px solid #FCDE1E;
  cursor: pointer;
}
.table_horez tbody tr:last-child {
  border: 0;
}
.table_horez td, .table_horez th {
  text-align: left;
}
.table_horez td.l, .table_horez th.l {
  text-align: right;
}
.table_horez td.c, .table_horez th.c {
  text-align: center;
}
.table_horez td.r, .table_horez th.r {
  text-align: center;
}

@media screen and (max-width: 5.5em) {
  .table_horez {
    display: block;
  }
  .table_horez > *, .table_horez tr, .table_horez td, .table_horez th {
    display: block;
  }
  .table_horez thead {
    display: none;
  }
  .table_horez tbody tr {
//    height: auto;
    padding: 2px 0;
    border-bottom: 1px solid #0C2E6D;
  }
  .table_horez tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  .table_horez tbody tr td:last-child {
    margin-bottom: 0;
  }
  .table_horez tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
  }
/*  .table_horez tbody tr td:nth-child(1):before {
    content: "Code";
  }
  .table_horez tbody tr td:nth-child(2):before {
    content: "Stock";
  }
  .table_horez tbody tr td:nth-child(3):before {
    content: "Cap";
  }
  .table_horez tbody tr td:nth-child(4):before {
    content: "Inch";
  }
  .table_horez tbody tr td:nth-child(5):before {
    content: "Box Type";
  }*/
}
body {
//  background: #9BC86A;
//  font: 400 14px 'Calibri','Arial';
  padding: 20px;
}

blockquote {
  color: white;
  text-align: center;
}

.table_horez tbody tr:hover {
  background-color: #ECF7F9;
  cursor: pointer;
}

.googleCalendar{
  position: relative;
  height: 0;
  width: 50%;
  padding-bottom: 50%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}