/*Klondike Chart V1.5
	Developed by Aurelio Sancehz Carrillo.
	OpenSource Project - Last Update 14/07/2016
	Aurelio Carrillo (AC)
	Read the License for this Project
*/

#StatBox{
    background-color: rgb(48, 155, 70);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    position: absolute;
    z-index: 10000;
    left: 303px;
    color: #fff;
    font-family: arial;
    padding: 10px 12px;
    visibility: hidden;
    box-shadow: 1px 2px 7px #747575;
}
