/* Insert Your Custom CSS Here */




.congrats{text-align: center; color: #1fae66; font-weight: bold}



@media (max-width: 480px) {
    
    .congrats{font-size: 26px;}
    
    
    
}






select{padding: 8px}
audio{width: 100%}
.formWrapper{min-height: 300px}
#formholder{min-height: 300px}
.forwardNumbers{cursor: move}
.martop{margin-top: 20px}
.progTopLevel{font-size: 12pt;font-weight:bold}
.progSecondLevel{font-size: 10pt;font-weight:bold}
.progThirdLevel{font-size: 10pt;font-weight:normal}
#progressUL ul{list-style: none;}
.content-lists{padding: 25px;}
.content-lists ul{list-style: none; }
.toolnav{background-color: #C0C0C0; color:#FFF}
    .numName{color: #FFFFFF!Important;font-size: small}
    #buynumberwarapper{display: none}
#progressUL .menu-icon {
    border-radius: 30px;
    position: absolute;
    line-height: 40px;
    width: 40px;
    margin: -6px 0px 0px -50px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    background: #F5F5F5 none repeat scroll 0% 0%;
    color: #AAA;
}

#progressUL li.active .menu-icon{
    background: #1FAE66 none repeat scroll 0% 0%;
    color: #FFF;
}



.progActive{ 
    position: absolute;
    margin-left: -30px;
    color: #F00;
    font-size: 20pt;

}