.header {
  background-color: #33adff;
  text-align: center;
  padding: 20px;
}
.column {
  float: left;
}

/* Left and right column */
.column.one {
  width: 60%;
}

/* Middle column */
.column.two {
  width: 40%;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .header .column.one, .column.two {
    width: 100%;
  }
}

.logo img{
  width: 90%;
  height: auto;
}
.logox img{
  width: 40%;
  height: auto;
  padding: 10px;
}

th, td {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right:0px;
  text-align: center;
}

figure {
  float: left;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
figcaption {
  padding: 0.5em;
  text-align: center;
  text-indent: 0;
  font-size: smaller;
  border: thin silver solid;
  border-bottom: none;
}
img.scaled {
  width: 100%;
}

#warningx {
  float: left;
  width: 40%;
  background-color: #FFF4A3;
  color: black;
  padding: 10px
}

#headleft img {
  float: left;
  width: 10%;
  height: auto;
  padding: 10px;
}
#headright img {
  float: right;
  width: 5%;
  height: auto;
  padding: 5px
}
