table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #467fbf;
  font-size: 16px;
  color: white;
}
table tbody tr {
  height: 48px;
  border-bottom: 1px solid #E3F1D5;
  font-size: 16px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: center;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}

@media screen and (max-width: 35.5em) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 8px 0;
  }
  table tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Code";
  }
  table tbody tr td:nth-child(2):before {
    content: "Stock";
  }
  table tbody tr td:nth-child(3):before {
    content: "Cap";
  }
  table tbody tr td:nth-child(4):before {
    content: "Inch";
  }
  table tbody tr td:nth-child(5):before {
    content: "Box Type";
  }
}

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

 .list-numbered {
     list-style: none;
     padding-left: 0;
        columns: 2;
		-webkit-columns: 2;
        -moz-columns: 2;
    text-align: center;
    font-size:18px;
 }
.list-numbered > li {
    list-style: none;
    position: relative;
 }
 
 .list-numbered > li:before {
    content: '✓';
    color: #467fbf;
    position: absoute;
	padding-right: 10px
 }
 
 
.service-list {margin: 0; padding: 0;}

.service-list div {
  margin: 20px;
}

.service-list ul {
  list-style-type: none;
  width: 100%;
}

.service-list h3 {
  font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}

.service-list li img {
  float: left;
  margin: 0 20px 0 0;
}

.service-list li p {
  font: 200 12px/1.5 Georgia, Times New Roman, serif;
  font-size: 16px
}

.service-list li {
  padding: 10px;
  overflow: auto;
}

.service-list li:hover {
  background: #eee;
  cursor: pointer;
}