﻿#Tcontent {
    width:100px;
    margin:30px auto;
    position:relative;
}

#MatchFlash {
	width:110px;
	position:absolute;
	top:50px; 
	left:100px
}

#thermometer {
    width:70px;
    height:300px;
    position: relative;
    background: #ddd;
    border:1px solid #aaa;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
        -ms-border-radius: 12px;
         -o-border-radius: 12px;
            border-radius: 12px;

    -webkit-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
       -moz-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
        -ms-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
         -o-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
            box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
}

#thermometer .track {
    height:280px;
    top:10px;
    width:20px;
    border: 1px solid #aaa;
    position: relative;
    margin:0 auto;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to bottom, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-position: 0 -1px;
    background-size: 100% 5%;
}

#thermometer .progress {
    height:0%;
    width:100%;
    background: rgb(20,100,20);
    background: rgba(20,100,20,0.6);
    position: absolute;
    bottom:0;
    left:0;
}

#thermometer .yourprogress {
    height:0%;
    width:100%;
    background: rgb(204,160,6);
    background: rgba(204,160,6,0.6);
    position: absolute;
    bottom:0;
    white-space:nowrap;
    left:0;
}

#thermometer .goal {
    position:absolute;
    top:0%;
    white-space:nowrap;
}

#thermometer .stop1 {
    position:absolute;
    top:100%;
}

#thermometer .stop2 {
    position:absolute;
    top:50%;
}

#thermometer .stop3 {
    position:absolute;
    top:60%;
}

#thermometer .stop4 {
    position:absolute;
    top:40%;
}

#thermometer .stop5 {
    position:absolute;
    top:20%;
}

#thermometer .amount {
    display: inline-block;
    padding:0 5px 0 60px;
    border-top:1px solid black;
    font-family: Trebuchet MS;
    font-weight: bold;
    color:#333;
}

#thermometer .progress .amount {
    padding:0 60px 0 5px;
    position: absolute;
    border-top:1px solid #060;
    color:#060;
    right:0;
}

#thermometer .yourprogress .amount {
    padding:0 60px 0 5px;
    position: absolute;
    border-top:none;
    margin-top:-22px;
    border-bottom:1px solid #060;
    color:#060;
    right:0;
}
div.marquee {
    white-space:no-wrap;
    overflow:hidden;
}
div.marquee > div.marquee-text {
    white-space:nowrap;
    display:inline;
    width:auto;
}