#resourceTable.tr{
    background-color: green;
    margin: 25,25,25,100;
}

tr.evenRow{
    background-color: c5d4df;
}

tr.oddRow{
    background-color: lightgrey;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body {
      background: #FFF;
      width: 100%;
    }
  }

  a {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}