#searchBox {
  width:200px;
  display:inline-block;
  font-size:20px;
}
#results {
  padding-top:5px;
  width:100%;
  clear: both;
}

.result {
  position:relative;
  margin:30px 0;
  background-color:#cccccc;
  padding:5px;
  border-radius:5px;
  border: 1px solid #999999;
}

.title {font-size:1.5em;}

#search {
  float:left;
  font-size:20px;
  width:50%;
}
#random {
  float:right;
/*   width:50%; */
}
#main {
  width:75%;
}

#random a {
  text-decoration:none;
  font-size:20px;
  color: blue;
}

.container {
    margin: 20px auto;
    width: 50%;
}

.zoom {
  background-color: tan;
  cursor:pointer;
}