.firstPlace{
    background-color: green;
    color: white;
    border-radius: 2px;
}
.topTen{
    background-color: lightgreen;
    color: black;
    border-radius: 2px;
}
.topFifty{
    background-color: orange;
    color: black;
    border-radius: 2px;
}
.gain{
    color: green;
}
.lost{
    color: red;
}
.ganalytics{
    color: rgb(250,110,12);
}
.gsearch{
    color: rgb(42,117,238);
}
.serp{
    color: rgb(18,118,93);
}
.bgganalytics{
    background-color: rgb(250,110,12);
}
.bgsearch{
    background-color: rgb(42,117,238);
}
.bgserp{
    background-color: rgb(18,118,93);
}
@media print {
    .noprint {
       visibility: hidden;
    }
 }
.bgAds{
    background-color: rgb(29, 160,73);
     }
.gAds{
    color: rgb(29, 160,73);
     }
