body {
  font-family: Helvetica, "Open Sans", Arial;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
body {
  background: #202125;
  color: #999;
}
table {
  font-size: 11px;
}
td {
  vertical-align: top;
}
h1 {
  color: #0b60a5;
}
h2 {
  color: #aaa;
}
img.design {
  width: 40px;
  height: 40px;
}
#floatover {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  margin-left: 20px;
}
.container,
.footer {
  margin: 0 0 0 100px;
  padding: 20px 40px;
  max-width: 500px;
}
.container a,
.footer a {
  text-decoration: none;
  color: #ddd;
}
.container a:hover,
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.iotd {
  background-image: url("https://api.funkyvector.com/iotd.php");
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 8px 4px #012949;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100px;
}
.iotd .iotd-overlay {
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer {
  border-top: 1px solid #012949;
}
.footer a {
  margin-right: 10px;
}
