/* IDs for good to bad averages */
.AboveAvg{ background-color: limeGreen !Important; border-bottom: 1px solid #b3b3b3 !Important;}
.goodavg{ background-color: PaleGreen !Important; border-bottom: 1px solid #b3b3b3 !Important;}
.mehavg{ background-color: rgba(203, 255, 189, 1) !important; border-bottom: 1px solid #b3b3b3 !Important;}
.mehbadavg{ background-color: #fbcfe4 !important; border-bottom: 1px solid #b3b3b3 !Important;}
.reallybelowavg{ background-color: pink !Important; border-bottom: 1px solid #b3b3b3 !Important;}
.justbadavg{ background-color: lightCoral !Important; border-bottom: 1px solid #b3b3b3 !Important;}
.intai{ color:lightGray !Important; background-color: gray !Important; border-bottom: 1px solid #b3b3b3 !Important;}
