﻿#journeyman {
    display: none;
}
.fancy-table {
    border: 1px solid #e3e3e3;
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.fancy-table td, .fancy-table th {
    padding: 5px;
    color: #333;
}
.fancy-table thead {
    font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
    padding: .2em 0 .2em .5em;
    text-align: left;
    color: #4B4B4B;
    background-color: #C8C8C8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
    background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
    border-bottom: solid 1px #999;
}
.fancy-table th {
    font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-shadow: white 1px 1px 1px;
}
.fancy-table td {
    line-height: 20px;
    font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.fancy-table td:hover {
    background-color: #eee;
}
.fancy-table tr:nth-child(even) {
    background: #F2F2F2;
}