﻿table { margin: 1.75em auto 2em auto; line-height: 1.0625em;}
td { vertical-align: bottom;}
th {
background: #f0f0f0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.tablesorter { text-align: center; }

th.headerSortUp { 
    background-image: url(../asc.gif); 
	background-position: 50% 20%; 
	background-repeat: no-repeat; 
    cursor: pointer; 
    font-weight: bold; 
    padding: 1.5em 0 0.375em 0; 
    border-right: 1px solid #FFF; 
    margin-left: -1px; 
}

th.headerSortDown { 
    background-image: url(../desc.gif); 
	background-position: 50% 20%; 
	background-repeat: no-repeat; 
    cursor: pointer; 
    font-weight: bold; 
    padding: 1.5em 0 0.375em 0; 
    border-right: 1px solid #FFF; 
    margin-left: -1px; 
}

th.header { 
    background-image: url(../bg.gif); 
	background-position: 50% 20%; 
	background-repeat: no-repeat; 
    cursor: pointer; 
    font-weight: bold; 
    padding: 1.5em 0 0.375em 0; 
    border-right: 1px solid #FFF; 
    margin-left: -1px; 
}

.brkts {
background-color: #eee;
padding: 1em 1em 1em 1em;
margin-bottom: 2em;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.rb { font-size: 0.4375em; }

.wn {width:7.5em;}
.wl, .wd, .ws, .wp, .wm, .wb, .wf {width:2em;}
.wit {min-width:4em;}
.wll {min-width:4em;}
.wby {width: 3em;}
.wbm, .wbd {width:2.25em;}

@media screen and (max-width:639px) {
.wn {width:7.25em;}
.wl, .wd, .ws, .wp, .wm, .wb, .wf {width:1.75em;}
.wit {min-width:3.5em;}
.wll {min-width:3.5em;}
.wby {width: 2.5em;}
.wbm, .wbd {width:2em;}
}

@media screen and (max-width:567px) {
.wn {width:6.5em;}
.wl, .wd, .ws, .wp, .wm, .wb, .wf {width:1.625em;}
.wit {min-width:2.25em;}
.wll {min-width:3em;}
.wby {width: 2.25em;}
.wbm, .wbd {width:1.625em;}
}

@media screen and (max-width:499px) {
.wn {width:7.25em;}
.wl, .wd, .ws, .wp, .wm, .wb, .wf {width:1.75em;}
.wit {min-width:3.5em;}
.wll {min-width:3.5em;}
.wby, .wbm, .wbd {display: none;}
}

@media screen and (max-width:479px) {
.wn {width:7.25em;}
.wl, .wd, .ws, .wp, .wm, .wb, .wf {width:1.75em;}
.wll {min-width:3.5em;}
.wby, .wbm, .wbd, .wit {display: none;}
}

@media screen and (max-width:413px) {
.wn {max-width:7.25em;}
.wl, .wd, .ws, .wp, .wm, .wb, .wf {width:1.625em;}
.wll {min-width:3.5em;}
.wby, .wbm, .wbd, .wit {display: none;}
}
@media screen and (max-width:359px) {
.wn {max-width:6.5em;}
.wl, .wd, .ws, .wp, .wm, .wb, .wf {max-width:1.625em;}
.wll {min-width:3.5em;}
.wby, .wbm, .wbd, .wit {display: none;}
}