
/* Error message  */
.wpfrlc_error{
  color: red;
}

/*   Table Name */
#wpfrlc_results tr:nth-child(odd){
  background: #ddd;
}

#wpfrlc_results tr:hover td {
  color: #8ebf65;
}

#wpfrlc_results tr:nth-child(even){
  background: #f5f5f4;
}
#wpfrlc_results th {
  background: #f5f5f4;
}

/* Column Names */
.column-agencyname {
  width:30%;
}

.column-address {
  width:30%;
}


.column-telephone {
  width:20%;
}

.column-distance {
  width:20%;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
