i.new-speak-step
{
    display:inline-block;
    width:20px;
    height:16px;
    margin-left:6px;
    margin-right:20px;
    cursor:pointer;
    background:url(../img/search_newsearch_ico.png) -4px -4px no-repeat;
    vertical-align:middle;
}

.star1 .light1{background-position:-1px -1px}.info-base .star1 .light2,.info-base .star1 .light3,.info-base .star1 .light4,.info-base .star1 .light5{background-position:-30px -1px}.info-base .star2 .light1,.info-base .star2 .light2{background-position:-1px -1px}.info-base .star2 .light3,.info-base .star2 .light4,.info-base .star2 .light5{background-position:-30px -1px}.info-base .star3 .light1,.info-base .star3 .light2,.info-base .star3 .light3{background-position:-1px -1px}.info-base .star3 .light4,.info-base .star3 .light5{background-position:-30px -1px}.info-base .star4 .light1,.info-base .star4 .light2,.info-base .star4 .light3,.info-base .star4 .light4{background-position:-1px -1px}.info-base .star4 .light5{background-position:-30px -1px}.info-base .star5 .light1,.info-base .star5 .light2,.info-base .star5 .light3,.info-base .star5 .light4,.info-base .star5 .light5{background-position:-1px -1px}

div.scoreboard_class
{
    width:200px;
    height:40px;
}

h1,h2,h3,h4,form.inputform_class
{
    margin:0px;
    padding:5px;
    text-align:center;
}
div.header_class
{
    height:200px;
    color:#0074D9;
    background-color:#001f3f;
    animation:myfirst 180s;
    -webkit-animation:myfirst 180s infinite linear ; /* Safari and Chrome */
}

h1.chinese_class{
    color:#0074D9;
}

@keyframes myfirst
{
    6%   {background:#001f3f; color:#0074D9;}
    12%  {background:#0074D9; color:#7FDBFF;}
    18%  {background:#7FDBFF; color:#39CCCC;}
    24%  {background:#39CCCC; color:#3D9970;}
    30%  {background:#3D9970; color:#2ECC40;}
    36%  {background:#2ECC40; color:#01FF70;}
    42%  {background:#01FF70; color:#FFDC00;}
    48%  {background:#FFDC00; color:#FF851B;}
    54%  {background:#FF851B; color:#FF4136;}
    60%  {background:#FF4136; color:#85144b;}
    66%  {background:#85144b; color:#F012BE;}
    72%  {background:#F012BE; color:#B10DC9;}
    78%  {background:#B10DC9; color:#111111;}
    84%  {background:#111111; color:#AAAAAA;}
    90%  {background:#AAAAAA; color:#DDDDDD;}
    100% {background:#DDDDDD; color:#FFFFFF;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    6%   {background:#001f3f; color:#0074D9;}
    12%  {background:#0074D9; color:#7FDBFF;}
    18%  {background:#7FDBFF; color:#39CCCC;}
    24%  {background:#39CCCC; color:#3D9970;}
    30%  {background:#3D9970; color:#2ECC40;}
    36%  {background:#2ECC40; color:#01FF70;}
    42%  {background:#01FF70; color:#FFDC00;}
    48%  {background:#FFDC00; color:#FF851B;}
    54%  {background:#FF851B; color:#FF4136;}
    60%  {background:#FF4136; color:#85144b;}
    66%  {background:#85144b; color:#F012BE;}
    72%  {background:#F012BE; color:#B10DC9;}
    78%  {background:#B10DC9; color:#111111;}
    84%  {background:#111111; color:#AAAAAA;}
    90%  {background:#AAAAAA; color:#DDDDDD;}
    100% {background:#DDDDDD; color:#FFFFFF;}
}


div.panel,p.flip
{
    margin:0px;
    padding:5px;
    text-align:center;
}

input{
    height:32px;
    font-size:16pt;

}
ol {
    margin:0 auto;
    text-align:center;
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 60px;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
    display:inline;
}

.rounded-list p{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list p:hover{
    background: #eee;
}

.rounded-list p:hover:before{
    transform: rotate(360deg);  
}

.rounded-list p:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.rectangle-list p{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list p:hover{
    background: #eee;
}   

.rectangle-list p:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list p:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list p:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}   




a{color: #d8dedc;outline: none;}
a:hover,a:focus{color:#74777b;text-decoration: none;}
.demo{width: 100%;padding: 2em 0;}

.progress{
    height: 30px;
    line-height: 35px;
    background: #809495;
    box-shadow: none;
    padding: 6px;
    margin-top:20px;
    overflow: visible;
    border-radius:10px;
}
.progress:after{
    content: "";
    display: block;
    border-top: 4px dashed #fff;
    margin-top:8px;
}
.progressbar-title{
    color:#d8dedc;
    font-size:15px;
    margin:5px 0;
    font-weight: bold;
}
.progress .progress-bar{
    position: relative;
    border-radius: 10px 0 0 10px;
    animation: animate-positive 2s;
}
.progress .progress-bar span{
    position: absolute;
    top: -50px;
    right: -40px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 7px;
    background: #333;
    border-radius: 0 0 5px 5px;
}
.progress .progress-bar span:before{
    content: "";
    position: absolute;
    bottom: -14px;
    left: 18px;
    border: 7px solid transparent;
    border-top: 7px solid #333;
}
.progress .progress-bar span:after{
    content: "\f072";
    font-family: fontawesome;
    font-size: 48px;
    color: #333;
    position: absolute;
    top: 51px;
    right: 6px;
    transform: rotateZ(48deg);
}
@-webkit-keyframes animate-positive {
    0% { width: 0%;}
}
@keyframes animate-positive {
    0% { width:0%; }
}