
#lodging_selection {
  width:100%;
}
#lodging_selection th{
  color:white;
  background-color:rgb(255, 102, 0);
  text-align:center;
  font-weight:bold;
}
#lodging_selection th.sorted{
  background-color:rgb(204, 0, 0);
}
#lodging_selection th a{
  color:white;
}
#lodging_selection tr.odd{
  background-color:white;
}
#lodging_selection tr.even{
  background-color:#FFF7D5;
}
#lodging_selection tr td{
  color:black;
}
#lodging_selection tr td a{
  color:black;
  font-weight:normal;
  text-decoration:underline;
}
