﻿
/* CALLTRACK */


.calltrackContainer{
    position: relative;
}

.calltrack{
    position: absolute;
     z-index: 1;
    top: -51px;
    left:48px;
    width: 140px;
    height: 20px;
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    color: #8c8c8c;
    font-weight: normal;
    text-align: left;
    font-size: 1.6em; 
    font-family: Arial;     
}


.calltrackUsed{
     position: absolute;
     z-index: 1;
    bottom: 13px;
    left: 12px;
    width: 140px;
    height: 24px;
    background-color: #e2e2e2;
    padding: 0px 0px 0px 0px;
    color: #333;
    font-weight: normal;
    text-align: left;
    font-size: 1.6em; 
    font-family: Arial;     
}
