/* 4x4Explore.com Difficulty Level style sheet */

body {
font-size: small;
background-color: white;
}
table#map {
  border: 0px;
}
td#map {
  border: 0px;
}
table#notes {
  width: 650px;
  padding: 4px;
  font-size: small;
  border: 0px;
}
td#notes {
  font-size: small;
  border: 0px;
}
table {
border-collapse: collapse;
width: 650px;
font-size: small;
}
table, th, td {
border: 1px solid black;
}
th {
background-color: silver;
font-weight: bold;
text-align: center;
}
td {
padding: 2px;
}
td.easy {
color: black;
background-color: lime;
text-align: center;
}
td.mod {
color: white;
background-color: blue;
text-align: center;
}
td.dif {
color: white;
background-color: black;
text-align: center;
}
td.ext {
color: black;
background-color: red;
text-align: center;
}
td.rdnum {
text-align: center;
}
td.miles {
text-align: right;
}
