@charset "utf-8";


.title {
text-align: left;
}




.compare_bar * {vertical-align: middle;}
.compare_bar {
    overflow: hidden;
    margin: 0 0 10px 0;
    height: 20px;
    border: 1px solid #BFB;
    border-radius: 5px;
    background-color: #222;
    color:#BFB;
    padding-left: 4px;
}
.compare_bar a {
    margin-right: 10px;
    padding: 1px 5px;
    background-color: #555;
    border-radius:5px;
}
.compare_bar a:hover {
    background-color: #444;
    color:#FFB;
}



/* --------------- Rankings Spécifique GT ----------------------- */
.trial_level {
    font-size: 1em;
    position: relative;
    display: inline-block;
    width: 12em;
    height: 15.4em;
    margin: 0 .5em;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #F00;
    border: .5em solid #FFF;
    border-radius: 5px;
    box-shadow: 0em 0em .8em #ffF;
}
.trial_level.tdrift {background-color: #77F;}

.trial_www {
    position: absolute;
    top: -.3em;
    padding-bottom: .2em;
    text-align: center;
    width: 100%;
    color: #222;
    background-color: white;
    line-height: 1.1em;
}
:root .trial_www {
  width: 101%\9;
}
.trial_www, x:-moz-any-link, x:default { }

.trial_player {
    position: absolute;
    bottom: -.3em;
    padding: .2em 0 .3em 0;
    text-align: center;
    width: 100%;
    line-height: 1.1em;
    color: #444;
    background-color: white;
    font-weight: bold;
}
:root .trial_player {
  width: 101%\9;
}

.trial_score {
    font-size: 10em;
    position: absolute;
    width: 100%;
    top: .07em;
    left: -.06em;
    font-weight: bold;
    line-height: .85em;
    letter-spacing: -.1em;
    color: white;
    text-align: center;
    text-shadow: 2px 2px .05em #333;
}
.trial_score em {
    font-size: .2em;
    position: absolute;
    bottom: -1.2em;
    letter-spacing: normal;
    right: 0px;
    line-height: normal;
    text-shadow: none;
}

.trial_type {
    font-size: 1.5em;
    position: absolute;
    display: block;
    bottom: .8em;
    width: 7em;
    background-color: #FFF;
    color: #999;
    font-weight: bold;
    text-align: right;
    padding: .3em 0.2em .2em 1em;
    font-family: Arial,Helvetica,sans-serif;
    line-height: .7em;
    letter-spacing: -.1em;
}

.trial_type_T {
    position: absolute;
    font-size: 2.9em;
    left: -.1em;
    bottom: .25em;
    color: #F00;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -.1em;
    text-shadow: 0 0 1px #F99;
}
.trial_level.tdrift .trial_type_T {
    color: #77F;
    text-shadow: 0 0 1px #CCF;
}
.trial_notrel {
    font-size: 2.8em;
    position: absolute;
    left: -0.1em;
    bottom: 1.2em;
    width: 1em;
    line-height: 1em;
    text-align: center;
    color: #333;
    font-weight: bold;
    background-color: #FFB;
    border: 3px solid #555;
    border-radius: 5px;
    box-shadow: 1px 1px .2em #333;
}
.trial_notrel_legend {
    margin-top: .6em;
    position: relative;
    background-color: #666;
    border-radius: 5px;
    letter-spacing: -1px;
}
.trial_notrel_legend .trial_notrel {
    font-size: 2.8em;
    position: relative;
    display: inline-block;
    top:0;
    left:0;
    margin-right: 0.3em;
    vertical-align: -18%;
}
.trial_notrel_legend em {
    font-size: 1.3em;
    font-style: normal;
}
