.occgov-hero__callout-img-block img {
  display: block;
}

p.graybox {
  background: #f1f1f1;
  padding: 10px;
}

.inline-btn a,
.inline-btn a:link,
.inline-btn a:visited {
  background-color: #0071bc;
  background-position: center;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font: 600 18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
  height: 40px;
  -moz-box-shadow: 1px 2px 5px #444;
  -webkit-box-shadow: 1px 2px 5px #444;
  -ms-box-shadow: 1px 2px 5px #444;
  box-shadow: 1px 2px 5px #444;
  padding: 7px 12px 9px 12px;
  margin: 20px 0 20px 12px;
  text-decoration: none;
  width: auto;
}

.table_brdr {
  /*Remove spacing between table cells (from Normalize.css)*/
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  margin-left: 8px;
  width: 99%;
  table-layout: fixed;
}

.table_brdr caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}

.table_brdr td {
  font-size: inherit;
}

.table_brdr tr:nth-of-type(even) {
  background: #F9F9F9;
}

/*Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432*/
.table_brdr thead {
  background-color: #FFF;
  border-bottom: 1px solid #000;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}

/*
striping:
even - #fff (white)
odd  - #f2f2f2 (light gray)
*/
.table_brdr_odd td {
  background-color: #eee;
}

/*nth-child selector for modern browsers*/
.table_brdr_striped tr:nth-child(2n-1) td {
  background-color: #eee;
}

/*BORDERED TABLES*/
.table_brdr_bordered td {
  border-bottom: 1px solid #AAA;
}

.table_brdr_bordered tbody>tr:last-child>td {
  border-bottom-width: 0;
}

.issuance-ct table.table_brdr td {
  padding: 7px;
  border-bottom: none;
  border-collapse: collapse;
  border-spacing: 0px;
  vertical-align: top;
}

.table-title {
  text-align: left;
  background-color: #FFF !important;
  color: #222 !important;
}

td.table-header {
  font-weight: bold !important;
}
