.displayoptions table {
    width: 100%;
}

.raids table {
    width: 100%;
}

.even {
    background-color: #F0F0F0;
}

.odd {
    background-color: #E0E0E0;
}

tr th { 
	text-align: center;
}

td.date { } 

td.composition {
    font-weight: bold;
    text-align: center;
}

td.duration {
  font-family: Courier, monospace;
  text-align: right;
}

.war {
    color: #a75;
}   

.drd {
    color: #f60;
}

.rog {
    color: #fd0;
}

.mag {
    color: #7df;
}

.wrl {
    color: #87b;
}

.hnt {
    color: #8b5;
}

.pri {
    color: #eee;
}

.pal {
    color: #e68;
}

.sha {
    color: #46f;
}

.dk {
    color: #c24;
}

.topheal {
    background-color: #141;
}

.topsoak {
    background-color: #411;
}

.topdmg {
    background-color: #225;
}

.contact {
    font-size: x-small;
}

.duration {
    text-align: center;
}  

a.achievement {
    color: #cc3;
}

.odd a.achievement:hover {
    background-color: #226;
}

.even a.achievement:hover {
    background-color: #115;
}
