.title {
background-position: 0px -720px;
}
.title p {
    min-height: .4em;
}
.title h1 {
    font-size: 4.5em;
    text-shadow: 0 0 1px #333;
}
h4 {
font-size: 1.3em;
margin: 0.3em 0;
}

.as_300x250 {
    margin-bottom: 6px;
}

.stat_entry {
    font-size: 1.3em;
    margin-bottom: 1.5em;
    background-color: #fff;
    color: #555;
    text-align: center;
    border-radius: 0 2em 0 0;
}

.stat_title {
    font-size: 2em;
    
    padding: 0.4em .2em 0 0.3em;
    text-align: center;
}

.stat_legend {
    font-size: 1em;
    padding: 0.2em .5em;
    transition: color 0.9s ease, height 0.9s ease;
    /* transition: height 3s; */
}

.stat_presets_links {
    text-align: center;
}
.stat_presets_links h3 {
    font-size: 1.5em;
    color: #FFF;
}
.stat_presets_links a {
    font-size: 1.8em;
    display: block;
    margin: .3em 0;
    padding: .2em .5em;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
}
.stat_presets_links a.active {
    background-color: #DDD;
    color: #fff;
    cursor: default;
}

.statgraph_select {
    margin: 0 0 .8em 0;
}

.statgraph_select a {
    font-size: 1.4em;
    display: block;
    margin: 0 0 1px 0;
    padding: .2em .5em;
    background-color: #999;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.statgraph_select a:hover {
    background-color: #bbb;
}

.statgraph_select a.selected {
    background-color: #fff;
    color: #444;
}


.statgraph_logo canvas.flot-overlay {
    background-image: url(../../images/kudosprime_logo_filigrane.png);
    background-repeat: no-repeat;
    background-position: 98% 90%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}


.legend {
    font-size: 16px;
    background-color: black
}
.legendLabel {
    text-align: left;
    color:#fff;
}


.ui-resizable-handle {
    background-color:#ddd;
    opacity: 0;
}

.historyStat {
    font-size: 1.4em;
    text-align: center;
}

.gtcom_stats_main {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}
.gtcom_stats_main a {
    text-decoration: underline;
}

.gtcom_stats_main div span:first-child {
    color: #ccc;
    /* width: 50%; */
    display: inline-block;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    /* background-color: #fff; */
}
.gtcom_stats_main div span:nth-child(2) {
    color: white;
    font-weight: bold;
}

#profile_search {
    font-size: 1em;
    margin: 10px auto 0 auto;
    width: 100%;
    display: block;
    display: flex;
}

input#online_id {
    font-size: 1.8em;
    font-weight: bold;
    color: #444;
    border-radius: 5px;
    min-height: 1.8em;
}

#profile_search_state {
    display: inline-block;
    margin: 0 0 0 5px;
}

#profile_search_result {
    font-size: 1.8em;
    margin: 10px 0;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 5px dotted white;
}
#profile_search_result a {
    text-decoration: underline;
}