a {
  color: #008fdb;
  text-decoration: none;
}
  a:hover {
    text-decoration: underline;
  }

body, html {
  background-color: #ffffff;
  color: #2f2f2f;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
}

frameset, fieldset {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #2f2f2f;
}

h1 {
  font-size: 40px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

p {
  color: #2f2f2f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7em;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.width25 {
  display: block;
  float: left;
  max-width: 23vw;
  min-width: 250px;
  width: 20vw;
}

.width75 {
  display: block;
  float: left;
  max-width: 75vw;
  width: 70vw;
}

#container {
}

#header {
  background-color: #222b3c;
  padding-top: 20px;
}
  #headerMenu {
    float: left;
  }
  #headerMods {
    float: right;
  }
    div#headerMods > div.moduletable {
      margin-left: 20px;
      float: right;
    }
  div#header ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
  }
  div#header ul li {
    float: left;
  }
  div#header li a.bigButton {
    background-color: #bebebe;
    border: 2px solid #e05206;
    border-radius: 10px;
    color: #ffffff;
    float: left;
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 15px 0 15px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 2px #000000;
    width: 175px;
  }
  div#header li a:hover {
    color: #e05206;
    text-decoration: none;
    transition-duration: 0.4s;
  }

#contentContainer {

}
  #userInfo {
    margin-left: 1.25vw;
  }
  #contentMenu {

  }
  #content {
    border: 1px solid #2f2f2f;
    border-radius: 5px;
    margin-left: 1.25vw;
    margin-right: 1.25vw;
    margin-top: 20px;
    padding: 15px;
    position: relative;
  }
  #right {

  }
    div#right ul.menu {
      list-style-type: none;
      padding-top: 15px;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0;
      -webkit-padding-start: 0;
    }
    div#right ul.menu li {
      margin-left: 1.25vw;
    }
    div#right form {
      border: 1px solid #bebebe;
      display: inline-block;
      margin-left: 1.25vw;
      margin-top: 30px;
      padding: 15px;
    }

#footer div.moduletable_menu {
  border: 1px solid #2f2f2f;
  border-radius: 5px;
  display: inline-block;
  margin-left: 1.25vw;
  margin-right: 1.25vw;
  margin-top: 30px;
  padding: 15px;
}

/* TEMPORARY */

/* payment form */
div#pmform-form h1.title {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}