﻿html, body {
  height: 100%;
}

body {
  margin: 0;
}

body, p, td, th, h1, h2, h3, h4, h5, h6 {
  font-family: "Gilroy","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2B91CD;
}

th {
  text-align: center;
}

h1, h2 {
  color: #2B91CD;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 33px;
}

h3 {
  font-size: 22px;
}

.pwTopHeroVizAreaBgTopToBottom {
	background: #fff;
  margin: auto;
}

.pwTopHeroVizAreaBgTopToBottom a {
  color: #3399cc;
  font-size: 13px;
  text-decoration: none;
}

.pwTopHeroVizAreaBgTopToBottom a:hover {
  text-decoration: underline;
}

.pwTopHeroVizAreaBgTopToBottom hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

#errorDiv {
  background-color: #efefef;
  overflow: auto;
  margin: 0 auto;
  padding: 20px;
  width: 80%;
}

#errorDiv p {
  font-family: monospace;
  font-size: 13px;
  overflow: auto;
}

@media screen and (max-width: 640px) {
    .pwLogo > a > img {
        max-width: 280px;
    }

    #errorDiv {
      width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .pwLogo > a > img {
        max-width: 180px;
    }
}