/**
 * h1 Styles
 */
/**
 * h2 Styles
 */
/**
 * h3 Styles
 */
/**
 * h4 Styles
 */
/**
 * h5 Styles
 */
/**
 * h6 Styles
 */
/**
 * Container for components .container class
*/
/*
* Content + Two Sidebars Layout
* Pages: Spikes, Brixx, Tax
*/
.miax-link {
  position: relative;
  bottom: 1px;
  padding: 1px 0;
  line-height: 21px;
  /** text-decoration: none; **/
  overflow: hidden;
  display: inline-block;
  font-weight: 300;
}

.miax-icon-new-tab {
  display: inline-block;
  pointer-events: none;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  margin-bottom: 2px;
  margin-left: 0.5rem;
}
.miax-icon-new-tab::before {
  font-family: "Font Awesome 5 Free";
  content: url("../images/external-link-text.svg");
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: text-bottom;
  line-height: 1;
  font-size: 1rem;
  position: absolute;
  top: 0;
}