body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Selawik, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: #f2f9fd;
}

.main {
  padding-left: 16px;
}

@font-face {
  font-family: "Selawik";
  src: url("fonts/Selawik-Regular.eot");
  src: url("fonts/Selawik-Regular.eot?#iefix") format("embedded-opentype"),
  url("fonts/Selawik-Regular.woff2") format("woff2"),
  url("fonts/Selawik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Frutiger";
  src: url("fonts/Frutiger.eot");
  src: url("fonts/Frutiger.eot?#iefix") format("embedded-opentype"),
  url("fonts/Frutiger.woff2") format("woff2"),
  url("fonts/Frutiger.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SemiCondensed";
  src: url("fonts/NotoSansSemiCondensed-Medium.woff2") format("woff2"),
  url("fonts/NotoSansSemiCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Selawik, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: darkgreen;
}

#top {
border-top: solid 0.1em #c5dafc;
background-image: url("images/footer.png");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: inherit;
/*background-image: linear-gradient(#c5dafc,#e6e6e6);*/
height: 155px;
}

a.chromium-logo:hover {
  transform: rotate(-360deg);
  transition: all 0.6s ease-out;
}

a.chromium-logo {
  float: left;
  margin-left: 16px;
  background-image: url("images/Supermium.png");
  background-size: cover;
  background-position: center;
  margin-right: 0.5em;
  width: 94px;
  height: 90px;
  margin-top: 15px;
  margin-right: 14px;
}

.topnav {
  overflow: hidden;
  background: url("images/dark-gradient-small-er.png") repeat;
  background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(68, 68, 68, 0.2) 50%, rgba(147, 147, 147, 0.5) 100%), linear-gradient(88deg, rgb(22 22 22) 0%, rgb(22 22 22) 50%, rgb(22 22 22) 100%);
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 14.4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Selawik, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-top: 10px;
}

.topnav a:hover {
  background-size: auto, auto;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  background-image: url("images/gloss_bottom.png");
  background-repeat: repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;

  background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.20) 50%, rgba(255,255,255,0.50) 100%), linear-gradient(90deg, rgba(0,64,128,1) 0%, rgba(0,128,128,1) 50%, rgba(0,128,128,1) 100%);

  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='images/gloss_bottom.png',
    sizingMethod='scale');

  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='images/gloss_bottom.png',
    sizingMethod='scale')";
}

.topnav a.active {
  background-size: auto, auto;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  background-image: url("images/gloss_bottom.png");
  background-repeat: repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.20) 50%, rgba(255,255,255,0.50) 100%), linear-gradient(90deg, rgba(0,64,128,1) 0%, rgba(0,128,128,1) 50%, rgba(0,128,128,1) 100%);
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .sitemap {
  display: none;
  }
}

@media (min-width: 820px) {
  .topnews {
    border: 1px solid rgb(151, 182, 255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Selawik, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: 220px;
    color: black;
    background-color: #fffeb3;
    margin-top: 26px;
    margin-right: 16px;
    float: right;
    font-size: 10.5pt;
    padding: 8px;
  }

  .toc {
    border: 1px solid rgb(151, 182, 255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Selawik, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: 220px;
    color: black;
    background-color: #ddf7ff;
    margin-top: 26px;
    margin-right: 16px;
    float: right;
    font-size: 10.5pt;
    padding: 8px;
  }

  .announcement {
    border: 1px solid rgb(168, 23, 23);
    border-radius: 5px;
    width: 500px;
    text-align: center;
    padding: 8px;
    background-color: #ffb3b3;
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Selawik, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    margin-bottom: 16px;
  }
}

@media (max-width: 820px) {
  td.topnewstext {
    margin: 0px;
    vertical-align: top;
    font-size: 10.5pt;
  }
}

@media (max-width: 820px) {
  td {
    padding: 8px;
  }
}

@media (max-width: 820px) {
  .topnews {
    text-align: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Selawik, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: black;
    float: right;
    display: none;
  }
}

.maintable {
  text-align: left;
  color: black;
}

dl.extra-box.orange,
.big-tag.orange {
  background: url("images/download-orange-win.png") repeat;
}
dl.extra-box {
  border-radius: 0px;
  display: block;
  margin-bottom: 5px;
  min-height: 59px;
  padding: 10px 10px 8px;
  position: relative;
  width: 300px;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Selawik, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#topBtn {
display: none;
position: fixed;
bottom: 20px;
right: 10px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-image: url("images/up41.png");
color: transparent;
cursor: pointer;
padding: 13.4px;
border-radius: 0px;
width: 50px;
background-color: transparent;
}

#topBtn:hover {
background-color: transparent;
}

.footer {
  background-image: url("images/gloss_bottom.png");
  background-repeat: repeat;
  background-size: 100% 100%;
  height: 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Selawik, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: 14.4pt;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  padding-top: 0px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  -moz-background-size: 100% 100%;

  background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.20) 50%, rgba(255,255,255,0.50) 100%), linear-gradient(90deg, rgba(0,64,128,1) 0%, rgba(0,128,128,1) 50%, rgba(0,128,128,1) 100%);

  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='images/gloss_bottom.png',
    sizingMethod='scale');

  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='images/gloss_bottom.png',
    sizingMethod='scale')";
}

.feed {
  margin-top: 10px;
  margin-right: -200px;
  float: right;
}

.vl {
  border-left: 1.5px solid black;
  height: 0px;
  float: right;
  margin-right: 15px;
}

img {
  max-width: 100%;
  height: auto;
  border: medium none;
  /* width: auto\9; /* ie8 */
}
.new-mexico {
  float: left;
  margin-top: -400px;
  max-width: 100%;
  height: auto;
  /* width: auto\9; /*ie8 */
}

#feedbar li img {
width: 48px;
height: 48px;
margin-right: 10px;
margin-top: 10px;
}
#feedbar img {
z-index: 600;
border: 0px;
}

#feedbar {
list-style: none outside none;
padding: 0px;
margin: 0px;
position: fixed;
top: 2px;
right: 3px;
}

.personalize {
  float: right;
  padding-right: 30px;
}

.win32 {
  float: left;
  padding-right: 30px;
}

.canada {
  text-align: center;
  color: transparent;
  font-size: 0;
}

.about {
  text-align: center;
}

.screenshots {
  img {
    border: 3px solid #0D47A1;
  }
}

.message-box {
  width: 400px;
}

.note {
  font-weight: bold;
  color: red;
  font-size: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Selawik, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}