ul.documentation {
  margin-top: 30px;
  padding-left: 0;
  list-style-type: none;
}

ul.documentation:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

ul.documentation li {
  float: left;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  transition: all 0.2s ease-in-out;
  max-width: 240px;
  width: 100%;
}

ul.documentation li:hover {
  border: 1px solid #00529b;
}

ul.documentation li a {
  font-weight: bold;
  color: #0076de;
  height: 160px;
  width: 100%;
  text-align: center;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.documentation li a:before {
  position: absolute;
  content: "\f1c1";
  height: 60px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  top: 30px;
  left: 0;
  right: 0;
  font-size: 30px;
}

.weeds ul {
  list-style-type: none;
}

.weeds li {
  float: left;
  margin-right: 15px;
  margin-left: 0;
}

.weeds li div {
  color: #fff;
  font-size: 16px;
  padding: 5px 0 9px;
  background: #00529b;
  text-align: center;
}

table.table {
  display: table;
  table-layout: fixed;
}

table.table td,
table.table th {
  border: 1px solid #c4c4c4;
  padding: 0.45rem;
}

table.table tbody tr:nth-of-type(even) {
  background: #f5f5f5;
}

table.features th img {
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
}
table.features th img + div {
  color: #00529b;
  line-height: 1.2;
  padding-bottom: 16px;
}

table.table tbody td:not(:first-child),
table.table tbody th:not(:first-child) {
  text-align: center;
}

.t-table-row {
  display: table-row !important;
}

.tab-pane ul {
  margin-bottom: 1rem;
}

.tab-pane h3,
.tab-pane .h3 {
  font-size: 30px;
  color: #00529b;
}

* + .row { margin-top: 24px; }
.row.product-details	+ * { margin-top: 24px; }
.row.product-details img {
	margin-bottom: 16px;
	display: block;
	border: 1px solid #E5E5E5;
	max-width: 100%;
}
.row.product-details h3,
.row.product-details .h3 {
	font-size: 24px;
	line-height: 1.2;
}
.row.product-details p {
	margin: 0;
}
.row.product-details	ul {
	padding: 0 0 0 24px;
.row.product-details	ul li strong {
	display: block;
	color: #00315c;
}
.row.product-details	ul li + li {
	margin-top: 8px;
}