
/* Stylesheet for the recenteqs pages. */

a.link:visited, a.link:link {
  //color: #0398fc !important;
  //color: #3003fc !important;
  color: #3c32a8 !important;
}

/* Large-magnitude events in the earthquake lists */
tr.magbold {
    font-weight: bold;
 }
 
 tr.magbig {
    font-weight: bold;
    color: red;
 }

table.eventinfo {
  border: 0;
  width: 530;
}

/* Event info pages */

.bigred {
  color: #CC0000;
}

.eventinfo tr {
  width: 195;
  text-align: right;
  vertical-align: top;
}

.eventinfo tr td {
  width: 330;
  padding-bottom: 1em;
  padding-left: 1em;
}

.eventinfo tr td.body {
  text-align: left;
}
