@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=cf89cc27-e8e4-49eb-b993-24ab57236ed5&fontids=5310067");

@font-face{
  font-family:"Arial W05 Narrow5310067";
  src:url("../Fonts/5310067/a59c86da-34b7-4530-94e1-4ecbc5a29fb1.woff2") format("woff2"),url("Fonts/5310067/f27a5cd7-0400-46f7-9a18-c1ebddd268e4.woff") format("woff");
}

html,
body {
  margin: 8px 8px 0px 8px;
}

html,
body, 
p,
.h1 {
  font-family: Arial W05 Narrow5310067, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.1;
}

table {
  margin-left: -3px;
}

td {
  padding-right: 1em;
  vertical-align: top;
}

a {
  color: blue;
  text-decoration: none;
  z-index: 10;
}

a:hover,
.highlight {
  color: white;
  background-color: #0000ff;
}

.external {
  cursor: alias;
}


/* Secondary Pages
-------------------------------------------------- */
.h1 {
  border-top: 2px dotted blue;
}

.list-header {
  margin-bottom: 0px;
}

ul {
  margin-top: 0px;
}

li {
  margin-left: -15px;
  list-style-type: circle;
}

button {
  margin-bottom: 15px;
  margin-left: -5px;
}

.button:hover,
img:hover {
  background-color: white;
}

code {
  font-family: monospace;
  font-size: 14px;
}

img {
  width: 100%;
}

.half {
  width: 50%;
  float: left;
}

.quarter {
  width: 24%;
}

.mobile {
  display: none;
}

/* Mobile
-------------------------------------------------- */

@media screen and (max-width: 650px) {
  .no-mobile {
    display: none;
  }
  .mobile {
    display: block;
  }

  .quarter {
    width: 49%;
  }
} 

