.stock-state-section h3 {
  padding-bottom: 0px;
}

.stock-state-section table {
  cellpadding: 0;
  cellspacing: 0;
  border: 1px solid white;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  color: #7d7d7d;
}

.stock-state-section tr th {
  text-align: left;
  padding-bottom: 15px;
  font-family: times new roman;
  font-weight: 200;
}

.stock-state-section tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.stock-state-section tr td:first-child, .stock-state-section tr td:nth-child(4) {
  padding-left: 10px;
  border: 1px dotted lightgray;
  border-top: none;
  border-left: none;
  width: 225px;
  max-width: 225px;
  font-weight: bold;
}

.stock-state-section tr td:nth-child(2), .stock-state-section tr td:nth-child(5) {
  padding-left: 10px;
  border: 1px dotted lightgray;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 210px;
  max-width: 210px;
}

.stock-state-section tr td:nth-child(3) {
  width: 10px;
  border: none;
}

.more-reading {
  font-size: 1.1em !important;
}

.more-reading p, .more-reading a {
  font-size: 1.1em !important;
  font-weight: bold;
}

.FAQ-Link {
  float: right;
  display: inline-block !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  cursor: pointer !important;
  padding: 10px 20px !important;
  border: 1px solid #018dc4 !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  font: normal normal bold 16px/normal Arial, Helvetica, sans-serif !important;
  color: rgba(255, 255, 255, 0.9) !important;
  -o-text-overflow: clip !important;
  text-overflow: clip !important;
  background: #0199d9 !important;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) !important;
  text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66) !important;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) !important;
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) !important;
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) !important;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) !important;
}

.FAQ-Link:hover {
  background: #066d96 !important;
}

.sticky-menu {
  background-color: white;
  z-index: 999;
  height: 40px;
  display: block;
  clear: both;
}

.sticky-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  clear: both;
}

.sticky-menu ul li {
  display: inline;
  float: left;
  width: calc(25% - 2px);
  height: 100%;
  border: 1px solid green;
}

.sticky-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
