#govt-shutdown {
  position: relative;
  width: 100%;
  height: 5%;
  background-color: powderblue;
  z-index: 1000;
  text-align: center;
  font-size: 12px;
  color: black;
}

body {
  font: 18px/1.5em "proxima-nova", Helvetica, Arial, sans-serif;
}

pre {
  margin: 0.25em;
}

h1 {
  position: relative;
  left: 440px;
  top: 30px;
  width: 850px;
  text-align: center;
  font: bold 22px "proxima-nova", Helvetica, Arial, sans-serif;
}

h2 {
  position: absolute;
  left: 40px;
  top: 30px;
  font: bold 20px "proxima-nova", Helvetica, Arial, sans-serif;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

h4 {
  text-align: center;
  font: bold 22px "proxima-nova", Helvetica, Arial, sans-serif;
}

#content {
  width: 850px;
  height: 570px;
  margin: 60px auto auto 420px;
  padding: 5px;
}

#content1 {
  width: 500px;
  height: 570px;
  margin: 60px auto auto auto;
  padding: 5px;
}

#content2 {
  font: 12px/1.5em "proxima-nova", Helvetica, Arial, sans-serif;
  margin: auto auto auto auto;
  padding: 5px;
}

#lowercontainer {
  width: 1000px;
}

#contentright {
  position: relative;
  top: -550px;
  width: 280px;
  margin: auto auto auto 890px;
  font-family: monospace;
  font-size: 12px;
}

.picture {
  position: absolute;
  left: 40px;
  top: 65px;
  box-sizing: border-box;
  padding: 20px 15px 15px 15px;
  margin: 15px auto auto auto;
  border: 1px solid #ddd;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

button {
  font-size: 14px;
}

#date  {
  width: 850px;
  margin: 0px 0px 0px 440px;
  text-align: left;
  font-size: 14px;
  color: #999;
}

#time  {
  position: relative;
  top: -27px;
  width: 850px;
  margin: 0px 0px 0px 440px;
  text-align: right;
  font-size: 14px;
  color: #999;
}

#footer {
  position: relative;
  top: -27px;
  width: 850px;
  margin: 0px 0px 0px 440px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.demo-container {
  box-sizing: border-box;
  width: 850px;
  height: 450px;
  padding: 10px 15px 15px 15px;
  margin: 15px 15px 15px 15px;
}

.demo-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}

.legend table {
  border-spacing: 5px;
}
