/**
 * 
 * Contains css for highwire saved seaches module.
 */
 
 
#saved_searches div:nth-child(even){
  background-color: #ccc;
}

.hwss_list_row div{
  padding: 3px;
  height: 15px;
}

.hwss_list_row div a{
  width: 33%;
  float: left;
  height: 15px;
}

.hwss_list_row .saved_searches_header_row h3{
  width:33%;
  float:left;
  text-transform: uppercase;
}

.hwss_view_title {
  font-weight:bold;
}

.hwss_title_wrapper {
  padding-bottom:10px;
}