h1 {
  font-size: 140%;
  font-weight: bold;
  color: rgb(255, 51, 51);
  margin-top: 0pt;
}

h2 {
  font-size: 120%;
  font-weight: normal;
  font-style: italic;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

h3 {
  color: red;
}

h4 {
  color: rgb(127, 0, 0);
}

body {
  margin: 0pt;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}

a {
  text-decoration: underline;
  color: rgb(51, 51, 255);
}

a:hover {
  background: rgb(255, 255, 170) none repeat scroll 0% 50%;
  -moz-background-clip: initial;
  -moz-background-origin: initial;
  -moz-background-inline-policy: initial;
}

th {
  vertical-align: top;
}

td {
  vertical-align: top;
}

img {
  border: 0px solid;
}

.blue_strong {
  font-weight: bold;
  color: rgb(51, 51, 255);
}

.green_strong {
  font-weight: bold;
  color: rgb(51, 204, 0);
}

.icon_def {
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  background-color: rgb(208, 208, 192);
}

.download {
  border: 2px solid rgb(2, 75, 120);
  background-color: rgb(2, 150, 247);
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.donate {
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(248, 248, 248);
}

.portlet_content {
  border-style: none solid solid;
  border-left: 2px solid rgb(204, 204, 204);
  border-right: 2px solid rgb(204, 204, 204);
  border-bottom: 2px solid rgb(204, 204, 204);
}

.banner {
  margin: 0px;
  height: 130px;
  scrolling: no;
  width: 100%;
}

.fullscreen {
  height: 100vh;
  width: 100%;
}

.download_icon {
  background-color: #eee;
  border: 1em solid white;
  width: 50%;
  white-space: nowrap;
  text-align: center;
  padding: 1em;
}

.download_icon span {
  display: inline-block;
}

.content {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  border-radius: 5px;
  margin-top: 30px;
  background-color: #fff;
  padding: 1em;
}

body {
  background-color: #eee;
}

.navbar {
  overflow: hidden;
  width: 200px;
  vertical-align: top;
}

.hamburger {
  display: none;
  top: 0;
  font-size: 3em;
  color: black;
  background-color: white;
}

@media screen and (max-width: 800px) {
  .navbar {
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
    text-decoration: none;
    top: 0;
    left: 0;
  }
  .navbar.responsive {
    display: block;
    position: fixed;
    top: 3em;
    left: 0;
  }
}
