/* Reset Styles */

* {
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
input {
    font: inherit;
    white-space: normal
}
a,
img,
a img,
iframe,
form,
table {
    border-width: 0
}
th,
td {
    text-align: left
}
html {
    background: #FFF;
    font-family: Verdana, sans-serif;
    color: #61666c;
    font-weight: 300;
    line-height: 2em;
} 

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding-top: 15px;
}

#content {
    max-width: 960px;
    min-width: 415px;
    margin: 0 auto;
}
#title {
    margin: 15px auto;
    padding: 10px;
    color: #444;
    background-color: #fff;
}
#title p {
    margin-top: 15px;
    text-align: center;
}
#title .logo {
    width: 25%;
}
#title .logo img {
    max-width: 100%;
    height: auto;
}
#title .mirror {
    width: 50%;
}
#title h2 {
    font-size: 1.8em;
    line-height: 1;
    margin: 0 0 .5em;
    font-weight: 400;
}
#page {
    margin: 15px auto;
    padding: 10px;
    color: #444;
    background-color: #fff;
    font-size: 1em;
}
h1 {
    font-size: 1.5em;
    color: #4C7EB1;
    line-height: 1;
    margin: 0 0 .5em;
    font-weight: 400;
}
h1 a {
    font-weight: normal;
    text-decoration: underline;
}
a {
    color: #4C7EB1;
    font-weight: bold;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #61666c;
}
table a {
    display: block;
    width: 100%;
}
tr {
    border-left: 1px solid #61666c;
    border-right: 1px solid #61666c;
}
tr.alt {
    background-color: #eee;
}
tr:first-child {
    border-left-color: white;
    border-right-color: white;
    border-bottom: 1px solid #61666c;
}
tr:hover {
    background-color: #94B5C2;
}
tr:first-child:hover {
    background-color: white;
}
td,
th {
    padding: 0 2px;
    margin: 0;
}
th a {
    text-decoration: underline;
    display: inline;
}
td:first-child {
    width: 24px;
    text-align: center;
}
td+td {
    width: auto;
}
td+td+td {
    width: 20%;
}
td+td+td+td {
    width: 10%;
}
td+td+td+td+td {
    display: none;
}
/* Fully supress the description column */

#filter {
    float: right;
    background: url('icons/page_white_find.png') no-repeat 2px 2px;
    padding: 1px 0 1px 22px;
    margin-left: 0px;
    height: 1.8em;
    width: 15em;
}
.hint {
    color: #aaa;
}
#footer {
    margin-top: 5px;
    font-size: 0.8em;
    text-align: right;
}
.left {
    float: left;
}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.right {
    float: right;
}
.clear {
    clear: both;
}

@media (min-width: 650px) and (max-width: 800px) {
    body {font-size: 0.8em}
    #page {font-size: 1.5em;}
}
@media (max-width: 650px) {
    body {font-size: 0.5em}
    #page {font-size: 1.8em;}
}
