

#evtText1
{

    color: #0000FF;
    position: relative;
    left: 300px;
    top: 150px;

}


#temp1
{
    position: absolute;
    left: 300px;
    top: 150px;
    font-size: 24px;
    fill: #6600CC;
    background-color: #0000FF;
    font-family: 'Chango';
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(0, 0, 0, 1.0) 3px 3px 3px;
    z-index: 20;
    font-weight: normal; 
    width: 300px;
}


#temp2
{

    font-size: 24px;
    fill: #6600CC;
    font-family: 'Chango';
    transparent: false;
    background-color: #669933;
    text-shadow: rgba(0, 0, 0, 1.0) 3px 3px 3px;
    margin-top: 0px;
    margin-bottom: 60px;
    z-index: 20;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: normal; 
    text-decoration: none;
}

#counter1
{

    font-size: 24px;
    fill: #6600CC;
    font-family: 'Chango';
    transparent: false;
    background-color: #669933;
    text-shadow: rgba(0, 0, 0, 1.0) 3px 3px 3px;
    margin-top: 0px;
    margin-bottom: 60px;
    z-index: 20;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: normal; 
    text-decoration: none;
}



@mixin vertical-align
{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#svg-picture-old
{
//    position: relative;
//    top: 50%;


//    transform: translateY(-50%);

    margin-top: 20px;
    margin-left: 40px;
    width: 800px;
    height: 600px;
    background: #CCFFCC;

    border: 3px solid #FF0000; 

}

