﻿/** page structure **/

#results {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
}


#results thead {
  cursor: pointer;
  background: #c9dff0;
}
#results thead tr th { 
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 42px;
}
#results thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#results thead tr th.headerSortUp, #results thead tr th.headerSortDown {
  background: #acc8dd;
}

#results thead tr th.headerSortUp span {
  background-image: url('http://i.imgur.com/SP99ZPJ.png');
}
#results thead tr th.headerSortDown span {
  background-image: url('http://i.imgur.com/RkA9MBo.png');
}


#results tbody tr { 
  color: #555;
}
#results tbody tr td {
  text-align: center;
  padding: 15px 10px;
}
#results tbody tr td.lalign {
  text-align: left;
}