body
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

#chartdiv
{
    width: 100%;
    height: 435px;
}

@keyframes fadeIn
{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@-webkit-keyframes fadeIn
{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@keyframes flickerIn
{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.amcharts-category-axis, .amcharts-plot-area-bottom, .amcharts-value-axis, .amcharts-plot-area-left, #description, .amcharts-graph-column
{
    opacity: 0;
    -webkit-animation: fadeIn 1.5s ease-in-out 1 forwards;
    -moz-animation: fadeIn 1.5s ease-in-out 1 forwards;
    -o-animation: fadeIn 1.5s ease-in-out 1 forwards;
    animation: fadeIn 1.5s ease-in-out 1 forwards;
}
.amcharts-category-axis, .amcharts-plot-area-bottom
{
    -moz-animation: 1s ;
    -o-animation: 1s ;
    animation:  1s ;
}

.amcharts-graph-column.amcharts-graph-g2
{
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}
.amcharts-graph-column.amcharts-graph-g1
{
    -webkit-animation-delay: 6.5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 6.5s;
    animation-delay: 6.5s;
}
.amcharts-graph-column.amcharts-graph-g3
{
    -webkit-animation-delay: 6.5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 6.5s;
    animation-delay: 6.5s;
}