#searchpop {
  margin-bottom:20px;
}

#intro {
  margin-bottom:20px;
}

#intro_html {
  margin-bottom:20px;
  font-size:14px;
  line-height:20px;
}

#intro_html p {
  font-size:14px;
  line-height:20px;
}

#results {
  margin-top:20px;
}

#searchpop .boxbody {
  padding:0
  margin:0;
}

#searchOpts {
  padding:10px;
}

#searchRes {
  border-top:1px solid #B20000;
  padding:10px;
}

.formb A:link, .formb A:visited, .formb A:hover {
  background-color:#B20000;
  padding:2px 3px;
  color:#FFFFFF;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  border-radius: 3px 3px 3px 3px;
  text-transform:uppercase;
  text-align:center;
  font-weight:normal;
  border:0;
  font-size:11px;
}

.formb A:hover {
  background-color:#1D2D74;
}

#reset {
  float:right;
  text-align:right;
}

#box1, #box2 {
  display:inline-block;
  vertical-align:top;
}

#box1 {
  width:calc(60% - 30px);
  margin-right:30px;  
}

#box2 {
  width:calc(40% - 30px);
}

.scroll-pane {
  height:500px;
}

.spwrap A {
  display:inline-block;
  margin-right:15px;
}

@media only screen and (max-width: 800px) {
  #box1, #box2, #box3 {
    display:block;
    margin-bottom:15px;
    margin-right:0;
    width:100%;
  }
  #box1 .boxbody, #box2 .boxbody, #box3 .boxbody {
    height:auto;
    overflow:auto;
  }
  .scroll-pane {
    height:auto;
    max-height:none;
  }
}
