body {
  background-color: #fff;
  padding:50px;
  font: 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color:#595959;
  font-weight:400;
}


h1, h2, h3, h4, h5, h6 {
  color:#222;
  margin:0 0 20px;
}

p, table, pre, dl {
  margin:0 0 20px;
}

ul, ol {
  margin:0 0 20px; 
  padding-left: 20px;
}

h1, h2, h3 {
  line-height:1.1;
}

h1 {
  font-size: 28px;
  font-weight: 500;
}

h2 {
  color:#393939;
  font-weight: 500;
}

h3, h4, h5, h6 {
  color:#494949;
  font-weight: 500;
}

a, a:link, a:focus, a:hover, a:active, a:visited {
  color: hwb(202 7% 33%);
  text-decoration-line: none;
}

.wrapper {
  width:830px;
  margin:0 auto;
}


blockquote {
  border-left:1px solid #e5e5e5;
  margin:0;
  padding:0 0 0 20px;
  font-style:italic;
}

code, pre {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;  /* Use system fonts */
  color:#333;
}

pre {
  padding:8px 15px;
  background: #f8f8f8;
  border-radius:5px;
  border:1px solid #e5e5e5;
  overflow-x: auto;
}

table {
  width:100%;
  border-collapse:collapse;
}

th, td {
  text-align:left;
  padding:5px 10px;
  border-bottom:1px solid #e5e5e5;
}

dt {
  color:#444;
  font-weight:500;
}

th {
  color:#444;
}

img {
  max-width:100%;
}

header {
  width:270px;
  float:left;
  position:fixed;
  -webkit-font-smoothing:subpixel-antialiased;
}

header ul {
  list-style:none;
  height:40px;
  padding:0;
  background: #f4f4f4;
  border-radius:5px;
  border:1px solid #e0e0e0;
  width:270px;
}

header li {
  width:89px;
  float:left;
  border-right:1px solid #e0e0e0;
  height:40px;
}

header li:first-child a {
  border-radius:5px 0 0 5px;
}

header li:last-child a {
  border-radius:0 5px 5px 0;
}

header ul a {
  line-height:1;
  font-size:11px;
  color:#999;
  display:block;
  text-align:center;
  padding-top:6px;
  height:34px;
}

header ul a:hover {
  color:#999;
}

header ul a:active {
  background-color:#f0f0f0;
}

strong {
  color:#222;
  font-weight:500;
}

header ul li + li + li {
  border-right:none;
  width:89px;
}

header ul a strong {
  font-size:14px;
  display:block;
  color:#222;
}

section {
  width:500px;
  float:right;
  padding-bottom:50px;
}

small {
  font-size:11px;
}

hr {
  border:0;
  background:#e5e5e5;
  height:1px;
  margin:0 0 20px;
}

footer {
  width:500px;
  float:left;
  position:fixed;
  bottom:50px;
  -webkit-font-smoothing:subpixel-antialiased;
}

@media print, screen and (max-width: 960px) {

  div.wrapper {
    width:auto;
    margin:0;
    
  }
  

  header, section, footer {
    float:none;
    position:static;
    width:auto;
  }

  header {
    padding-right:320px;
  }

  section {
    border:1px solid #e5e5e5;
    border-width:1px 0;
    padding:20px 0;
    margin:0 0 20px;
  }

  header a small {
    display:inline;
  }

  header ul {
    position:absolute;
    right:50px;
    top:52px;
  }
}

@media print, screen and (max-width: 720px) {
  body {
    word-wrap:break-word;
  }

  header {
    padding:0;
  }

  header ul, header p.view {
    position:static;
  }

  pre, code {
    word-wrap:normal;
  }
}

@media print, screen and (max-width: 480px) {
  body {
    padding:15px;
  }

  header ul {
    width:99%;
  }

  header li, header ul li + li + li {
    width:33%;
  }
}

@media print {
  body {
    padding:0.4in;
    font-size:12pt;
    color:#444;
  }
}

.fab {
  color: #000000;
  font-size: 2em!important;
  padding-right: 10px!important;
}


.fas {
  color: #000000;
  font-size: 2em!important;
  padding-right: 10px!important;
}

mark_harvard {
  background-color: hwb(202 7% 33%)!important;
  color: white!important;
  box-shadow: 0 0 0 0.5px hwb(202 7% 33%)!important;
}

mark_gold {
  background-color: #C69214;
  color: white;
  box-shadow: 0 0 0 0.5px #C69214;
}

mark_black {
  background-color: #2F323A;
  color: white;
  box-shadow: 0 0 0 .5px #2F323A;
}

mark_laker {
  background-color: #C47AC0;
  color: white;
  box-shadow: 0 0 0 0.5px #C47AC0;
}

mark_blue {
  background-color: #258EA6 ;
  color: white;
  box-shadow: 0 0 0 0.5px #258EA6;
}

mark_yellow {
  background-color: #E9C46A;
  color: white;
  box-shadow: 0 0 0 0.5px #E9C46A;
}

mark_green {
  background-color: #2A9D8F;
  color: white;
  box-shadow: 0 0 0 0.5px #2A9D8F;
}

mark_orange {
  background-color: #F4A261;
  color: white;
  box-shadow: 0 0 0 0.5px #F4A261;
}

mark_turq {
  background-color: hwb(202 7% 33%);
  color: white;
  box-shadow: 0 0 0 0.5px #hwb(202 7% 33%);
}

mark_red {
  background-color: #E76F51;
  color: white;
  box-shadow: 0 0 0 0.5px #E76F51;
}

mark_twitter {
  background-color: hwb(202 7% 33%);
  color: white;
  box-shadow: 0 0 0 0.5px #hwb(202 7% 33%);
}

mark_light_purple {
  background-color: #A7A5C6;
  color: white;
  box-shadow: 0 0 0 0.5px #A7A5C6;
}

mark_charcoal {
  background-color: hwb(202 7% 33%);
  color: white;
  box-shadow: 0 0 0 0.5px #hwb(202 7% 33%);
}

mark_dodger {
  background-color: hwb(202 7% 33%);
  color: white;
  box-shadow: 0 0 0 0.5px #hwb(202 7% 33%);
}

mark_old_lavender {
  background-color: #736372;
  color: white;
  box-shadow: 0 0 0 0.5px #736372;
}

.tab { margin-left: 50px; }

/* Remove background color from the top navigation */
.topnav {
  background-color: transparent;
  overflow: hidden;
  text-align: right;  /* Align the navigation items to the right */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;  /* Use system fonts */
  padding-right: 20px; /* Optional: Adjust padding as needed */
}

/* Style the links inside the navigation bar */
.topnav a {
  color: hwb(202 7% 33%); /* Use your body text color */
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;  /* Use system fonts */
  font-size: 20px;
  font-weight: bold;  /* Make the text bold */
  display: inline-block; /* Make sure links stay in one line */
}

/* Change the color of links on hover */
.topnav a:hover {
  color: black;
}

/* Optional: Change the active/current link */
.topnav a.active {
  font-weight: bold; /* Or use another style to highlight the active tab */
}

button {
  padding: 8px 15px;
  margin-top: 0px;
  margin-bottom: 10px;  /* Space between the button and surrounding elements */
  border: none;
  background-color: transparent;  /* Remove the background color */
  color: hwb(202 7% 33%);  /* Set the text color to match your body text */
  border-radius: 0px;
  cursor: pointer;
  transition: transform 0.3s ease;  /* Only transform on hover */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;  /* Use system fonts */
  font-size: 20px;  /* Adjust font size if necessary */
  text-align: right;  /* Align the text to the right */
  display: block;  /* Make sure the button takes the full width, allowing text to be right-aligned */
  padding: 0;  /* Remove any padding */
}

button:hover {
  color: black;  /* Change text color on hover */
  transform: scale(1.05);  /* Slightly enlarge on hover */
}
