.ga-title, table.cms-listing thead th.ga-title {
    font-size: 21px;
    font-weight: bold;   
    color: #3E576F;
}

div.ga-stats-visitors-line-chart {
    height: 300px;
    margin: -20px 0px 20px 0px;
}

div.ga-stats-sources-pie-chart {
    height: 200px;
    margin: -20px 0px 20px 0px;
}

table.ga-stats-server-sources {
    margin: 0px 0px 40px 0px;
}

div.ga-stats-left {
    float: left;
    width: 210px;
    margin-right: 40px;
}

div.ga-stats-right {
    float: left;
    width: 250px;    
}

div.ga-stats {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

div.ga-stats div.label {
    float: left;
    margin: 4px 0px 3px 0px;
}

div.ga-stats div.value {
    font-size: 21px;
    float: right;
    color: #3E576F;
    margin-bottom: 3px;
}

