.column {
  float: left;
  width: 45%;
  margin-top: 10px; }
  .column li {
    margin: 0 0 10px 1.2em; }

#right_column {
  margin-left: 87px; }

.content > h2 {
  text-align: center; }

#next_page_button_div {
  margin-left: 482px;
  width: 45%;
  text-align: center; }

#next_page_button {
  display: inline-block;
  line-height: 37px; }

#next_page_button:hover, #next_page_button:focus {
  text-decoration: none; }

#filter_div {
  font: normal 16px/1.3em QuicksandBook, arial;
  color: #343434;
  text-align: center; }

#filter_form {
  display: inline; }

h2 {
  margin: 0; }

#first_letter_selector {
  margin: 10px auto 0;
  width: 64em; }

#link_ad_bar {
  margin-top: 10px;
  padding-left: 40px;
}

#lastname_top_leaderboard {
  margin-top: 10px;
  padding-left: 60px;
}

@media screen and (max-width:320px) {
  #main {
    padding-left: 0px;
    padding-right: 0px;
  }
  #right_column {
    margin-left: 10%; }
  #next_page_button_div {
    float: right;
  }    
}

@media screen and (min-width:321px) and (max-width:479px) { 
  #right_column {
    margin-left: 10%; }
  #next_page_button_div {
    float: right;
  }    
}

@media screen and (min-width:479px) and (max-width:960px) {
  #right_column {
    margin-left: 10%; }
  #next_page_button_div {
    float: right;
  }
}