#main table tr.download_tr:first-of-type {
  height:30px;
}
#main table tr.download_tr:not(:first-of-type) {
  border-bottom:none;
}
#download_message {
  text-align:left;
  font-size:1.1em;
  padding-top:5px;
}
.download_hidden {
  display:none;
}

@media screen and (max-width: 600px) {
  #downloadContent {
    width:95%;
  }
}