
﻿.tt-content
{
    font-size: 14px;
    color: White;
    text-shadow: 1px 1px #444;
}
.tt-stats
{
    width: 100%;
    padding: 0 6px;
}
.tt-stat
{
    position: relative;
    margin-bottom: 7px;
}
.tt-p1-v, .tt-p2-v
{
    position: relative;
    width: 45px;
}
.tt-p1-v div, .tt-p2-v div
{
    position: absolute;
    top: 6px;
}
.tt-p1-v
{
    float: left;
}
.tt-p1-v div
{
    right: 5px;
}
.tt-p2-v
{
    float: right;
}
.tt-p2-v div
{
    left: 5px;
}
.tt-bars
{
    height: 32px;
    margin: 0 45px;
    border-color: #d0112b;
    border-width: 1px;
    border-style: solid;
}
.tt-bars-box
{
    position: relative;
    height: 100%;
    background-color: #102c4c;
}
.tt-p1-box, .tt-p2-box
{
    position: absolute;
    width: 50%;
    height: 30px;
    overflow: hidden;
}
.tt-p1-box
{
    right: 50%;
}
.tt-p2-box
{
    left: 50%;
}
.tt-slider
{
    position: absolute;
    height: 100%;
    width: 100%;
    transition-duration: 1000ms;
}
.tt-label
{
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    text-align: center;
}
.tt-perc-v
{
    position: absolute;
    top: 6px;
    z-index: 2;
}
.tt-perc-v div
{
    position: absolute;
}
.tt-perc-v-p1
{
    left: 5px;
}
.tt-perc-v-p2
{
    right: 5px;
}
.tt-perc-v-p2 div
{
    right: 0;
}
.tt-slider-p1
{
    background-color: #1b4a7f;
}
.tt-slider-p2
{
    background-color: #2566b0;
}
