/* ----- HEADING ----- */

#v_form {
    width: 300px;
    margin: 0 auto 0;
}

form#select_player {
    font-family: sans-serif;
    margin-top: 2em;
}

form#select_player option {
    height: 1.5em;
}

#view_button {
    max-width: 200px;
    border: 2px outset gray;
    text-align: center;
    padding: 3px 10px 3px;
    cursor: pointer;
    margin: 10px 5px 0;
    /*background-color: #c9e;*/
    background-color: #ddd;
    font-family: sans-serif;
}

#view_button:hover {
    background-color: purple;
    color: white;
}


/* ----- FORM FOR SELECTING PLAYER ----- */

#select_player {
    width: auto;
}


/* ----- OVERALL PLAYER-PROFILE AREA ----- */

#player_profile {
    width: auto;
    margin: 5em 10px 3em;
    padding: 10px;
    border: 2px inset brown;
    background-color: #ddd;
    font-family: sans-serif;
    font-size: 15px;
}


/* ----- TOP PART WITH BASIC STUFF ----- */

#main {
}

#main_personal {
    float: left;
    background-color: #999;
    display: table-cell;
}

#main_personal h3 {
    text-align: left;
}

#main_personal img {
    float: left;
    width: 160px;
}

#main_personal ul {
    float: left;
    text-align: left;
}

#main_personal ul li {
    list-style-type: none;
    text-wrap: normal;
    margin: 0.25em;
}

#main_stats {
    float: left;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
    display: table-cell;
}

#main_stats ul {
    float: left;
    width: auto;
    margin: 0 10px 0;
    text-align: left;
    min-width: 130px;
}

#main_stats ul li {
    margin: 0.25em;
    list-style-type: none;
}

#detailed_stats {
    clear: both;
    padding-top: 1em;
}

.tab_panel {
    min-height: 20em;
}

.tab_panel ul {
    float: left;
    width: auto;
    margin: 0 6px 0;
    text-align: left;
    min-width: 130px;
}

.tab_panel ul.tabs li {
    margin: 0.25em;
    list-style-type: none;
}

ul li em {
    font-style: normal;
    font-weight: bold;
}

.unknown {
    color: #ccc;
}

li.title {
    color: #bd26ff;
}

li.player_name {
    color: #bd26ff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

h4 {
    font-size: 18px;
    color: #bd26ff;
    font-weight: bolder;
    font-family: sans-serif;
    margin-top: 20px;
    margin-bottom: 5px;
}