img.char_image {
    float: left;
}

table.stats {
    color: white;
    float: right;
    text-align: right;
}

table.stats th {
    padding-right: 0.5em;
}

table.overview_stats {
    text-align:right;
}

table.overview_stats th {
    padding-right: 0.5em;
    text-align: left;
}

table.season_table {    
    text-align:left;    
}

table.season_table td {
    vertical-align:top;
    padding:20px;
}

table.season_table img:hover {
	border: 3px solid #F68520;
}

table.season_table img{
    text-align:left;
    float:left;
	border: 3px solid white;
}

tr.odd, tr.odd td {
    background-color: #E6E9FF;
}

li.char_info_hover {
	vertical-align: middle;
    color: white;
    border: 1px solid #FFD2A2;
    background-color: #F68520;
    width: 60%;
    cursor: pointer;
    padding: 1em;
    
    margin-bottom: 2em;
    padding: 1em;
}

li.char_info {
    vertical-align: middle;
    color: white;
    border: 1px solid #26294A;
    background-color: #41467D;
    background-image: url(images/upward_gradient.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    width: 60%;
    cursor: pointer;
    padding: 1em;
    
    margin-bottom: 2em;
    padding: 1em;
}

p.char_name {
    display: inline;
    float: left;
    margin: 0.2em;
    line-height: 1.5em;
}