.views-table table {
  width: 100%;
}

/* Tan */
.view-singles-50-s-chart td {
  border-top: 0.1rem solid #D0C195;
  border-bottom: 0.1rem solid;
  text-align: center;
}

/* Tan */
.view-singles-50-s-chart tr:nth-child(5n+0) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #D0C195; 
}

/* Cookies And Cream */
.view-singles-50-s-chart tr:nth-child(5n+1) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #E2D9B3;
}

/* Eggshell */
.view-singles-50-s-chart tr:nth-child(5n+2) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #ECEAD3;
}

/* Pastel Gray */
.view-singles-50-s-chart tr:nth-child(5n+3) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #C9DCAF;
}

/* Pale Taupe */
.view-singles-50-s-chart tr:nth-child(5n+4) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #BF9E86;
}
/* Tan */
.view-singles-50-s-chart tr:nth-child(5n+0) a:visited {
  background-color: #D0C195;
  color: #000; 
  text-decoration: none;
}
/* Cookies And Cream */
.view-singles-50-s-chart tr:nth-child(5n+1) a:visited {
  background-color: #E2D9B3;
  color: #000;
  text-decoration: none;
}
/* Eggshell */
.view-singles-50-s-chart tr:nth-child(5n+2) a:visited {
  background-color: #ECEAD3;
  color: #000;
  text-decoration: none;
}
/* Pastel Gray */
.view-singles-50-s-chart tr:nth-child(5n+3) a:visited {
  background-color: #C9DCAF;
  color: #000;
  text-decoration: none;
}
/* Pale Taupe */
.view-singles-50-s-chart tr:nth-child(5n+4) a:visited {
  background-color: #BF9E86;
  color: #000;
  text-decoration: none;
}
/* Tan */
.view-singles-50-s-chart tr:nth-child(5n+0) a:link {
  background-color: #D0C195;
  color: #FFF; 
  text-decoration: none;
}
/* Cookies And Cream */
.view-singles-50-s-chart tr:nth-child(5n+1) a:link {
  background-color: #E2D9B3;
  color: #00F; 
  text-decoration: none;
}
/* Eggshell */
.view-singles-50-s-chart tr:nth-child(5n+2) a:link {
  background-color: #ECEAD3;
  color: #00F; 
  text-decoration: none;
}
/* Pastel Gray */
.view-singles-50-s-chart tr:nth-child(5n+3) a:link {
  background-color: #C9DCAF;
  color: #00F; 
  text-decoration: none;
}
/* Pale Taupe */
.view-singles-50-s-chart tr:nth-child(5n+4) a:link {
  background-color: #BF9E86;
  color: #FFF; 
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+0) a:hover {
  background-color: #FFF; 
  text-decoration: none;
  color: #D0C195;
}
/* Cookies And Cream */
.view-singles-50-s-chart tr:nth-child(5n+1) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+2) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+3) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+4) a:hover {
  background-color: #FFF; 
  color: #BF9E86;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+0) a:active {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+1) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+2) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+3) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+4) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}

/* MAGENTA */
.view-singles-50-s-chart td {
  border-top: 0.1em solid #C92FBF;
  border-bottom: 0.1em solid;
  text-align: center;
}

/* MAGENTA */
.view-singles-50-s-chart tr:nth-child(5n+0) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #C92FBF; 
}

/* YELLOW */
.view-singles-50-s-chart tr:nth-child(5n+1) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #F3E600;
}

/* LEAF GREEN */
.view-singles-50-s-chart tr:nth-child(5n+2) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #30B700;
}

/* BLUE RIBBON */
.view-singles-50-s-chart tr:nth-child(5n+3) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #05C3DD;
}

/* BLACK */
.view-singles-50-s-chart tr:nth-child(5n+4) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #101820;
}
/* MAGENTA */
.view-singles-50-s-chart tr:nth-child(5n+0) a:visited {
  background-color: #C92FBF;
  color: #000; 
  text-decoration: none;
}
/* YELLOW */
.view-singles-50-s-chart tr:nth-child(5n+1) a:visited {
  background-color: #F3E600;
  color: #000;
  text-decoration: none;
}
/* LEAF GREEN */
.view-singles-50-s-chart tr:nth-child(5n+2) a:visited {
  background-color: #30B700;
  color: #000;
  text-decoration: none;
}
/* BLUE RIBBON */
.view-singles-50-s-chart tr:nth-child(5n+3) a:visited {
  background-color: #05C3DD;
  color: #000;
  text-decoration: none;
}
/* BLACK */
.view-singles-50-s-chart tr:nth-child(5n+4) a:visited {
  background-color: #101820;
  color: #FF0;
  text-decoration: none;
}
/* MAGENTA */
.view-singles-50-s-chart tr:nth-child(5n+0) a:link {
  background-color: #C92FBF;
  color: #FFF; 
  text-decoration: none;
}
/* YELLOW */
.view-singles-50-s-chart tr:nth-child(5n+1) a:link {
  background-color: #F3E600;
  color: #00F; 
  text-decoration: none;
}
/* LEAF GREEN */
.view-singles-50-s-chart tr:nth-child(5n+2) a:link {
  background-color: #30B700;
  color: #00F; 
  text-decoration: none;
}
/* BLUE RIBBON */
.view-singles-50-s-chart tr:nth-child(5n+3) a:link {
  background-color: #05C3DD;
  color: #00F; 
  text-decoration: none;
}
/* BLACK */
.view-singles-50-s-chart tr:nth-child(5n+4) a:link {
  background-color: #101820;
  color: #FFF; 
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+0) a:hover {
  background-color: #FFF; 
  text-decoration: none;
  color: #C92FBF;
}
/* YELLOW */
.view-singles-50-s-chart tr:nth-child(5n+1) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+2) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+3) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+4) a:hover {
  background-color: #FFF; 
  color: #101820;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+0) a:active {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+1) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+2) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+3) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-50-s-chart tr:nth-child(5n+4) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-60-s-chart td {
  border-top: 0.1em solid #463936;
  border-bottom: 0.1em solid;
  text-align: center;
}
/* PICKLED PINK */
.view-singles-60-s-chart tr:nth-child(5n+0) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #E0457B; 
}
/* SANCTUARY SPA */
.view-singles-60-s-chart tr:nth-child(5n+1) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #F3E600;
}
/* GREEN BEAN */
.view-singles-60-s-chart tr:nth-child(5n+2) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #9EB356;
}
/* MANDARIN ORANGE */
.view-singles-60-s-chart tr:nth-child(5n+3) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #D38235;
}
/* BLUE FLIGHT */
.view-singles-60-s-chart tr:nth-child(5n+4) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #03257E;
}
/* PICKLED PINK */
.view-singles-60-s-chart tr:nth-child(5n+0) a:visited {
  background-color: #E0457B;
  color: #000; 
  text-decoration: none;
}
/* SANCTUARY SPA */
.view-singles-60-s-chart tr:nth-child(5n+1) a:visited {
  background-color: #F3E600;
  color: #000;
  text-decoration: none;
}
/* GREEN BEAN */
.view-singles-60-s-chart tr:nth-child(5n+2) a:visited {
  background-color: #9EB356;
  color: #000;
  text-decoration: none;
}
/* MANDARIN ORANGE */
.view-singles-60-s-chart tr:nth-child(5n+3) a:visited {
  background-color: #D38235;
  color: #000;
  text-decoration: none;
}
/* BLUE FLIGHT */
.view-singles-60-s-chart tr:nth-child(5n+4) a:visited {
  background-color: #03257E;
  color: #FF0;
  text-decoration: none;
}
/* PICKLED PINK */
.view-singles-60-s-chart tr:nth-child(5n+0) a:link {
  background-color: #E0457B;
  color: #FFF; 
  text-decoration: none;
}
/* SANCTUARY SPA */
.view-singles-60-s-chart tr:nth-child(5n+1) a:link {
  background-color: #F3E600;
  color: #00F; 
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+2) a:link {
  background-color: #9EB356;
  color: #00F; 
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+3) a:link {
  background-color: #D38235;
  color: #FFF; 
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+4) a:link {
  background-color: #03257E;
  color: #FFF; 
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+0) a:hover {
  background-color: #FFF; 
  text-decoration: none;
  color: #E0457B;
}
/* SANCTUARY SPA */
.view-singles-60-s-chart tr:nth-child(5n+1) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+2) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+3) a:hover {
  background-color: #FFF; 
  color: #D38235;
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+4) a:hover {
  background-color: #FFF; 
  color: #03257E;
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+0) a:active {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+1) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+2) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+3) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-60-s-chart tr:nth-child(5n+4) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-70-s-chart td {
  border-top: 0.1em solid #B1E4E3;
  border-bottom: 0.1em solid;
  text-align: center;
}

/* GREEN ASPARAGUS */
.view-singles-70-s-chart tr:nth-child(5n+0) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #BBC25C; 
}

/* SCARLET APPLE */
.view-singles-70-s-chart tr:nth-child(5n+1) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #8E2C48;
}

/* DELI YELLOW */
.view-singles-70-s-chart tr:nth-child(5n+2) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #F0B323;
}

/* ORANGE GLUTTONY */
.view-singles-70-s-chart tr:nth-child(5n+3) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #E87722;
}

/* BROWN */
.view-singles-70-s-chart tr:nth-child(5n+4) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #3F2021;
}

/* GREEN ASPARAGUS */
.view-singles-70-s-chart tr:nth-child(5n+0) a:visited {
  background-color: #BBC25C;
  color: #000; 
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+1) a:visited {
  background-color: #8E2C48;
  color: #FF0;
  text-decoration: none;
}

/* DELI YELLOW */
.view-singles-70-s-chart tr:nth-child(5n+2) a:visited {
  background-color: #F0B323;
  color: #000;
  text-decoration: none;
    
}
/* ORANGE GLUTTONY */
.view-singles-70-s-chart tr:nth-child(5n+3) a:visited {
  background-color: #E87722;
  color: #000;
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+4) a:visited {
  background-color:  #3F2021;
  color: #FF0;
  text-decoration: none;
}

/* GREEN ASPARAGUS */
.view-singles-70-s-chart tr:nth-child(5n+0) a:link {
  background-color: #BBC25C;
  color: #00F; 
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+1) a:link {
  background-color: #8E2C48;
  color: #FFF; 
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+2) a:link {
  background-color: #F0B323;
  color: #00F; 
  text-decoration: none;
}
/* ORANGE GLUTTONY */
.view-singles-70-s-chart tr:nth-child(5n+3) a:link {
  background-color: #E87722;
  color: #FFF; 
  text-decoration: none;
}

.view-singles-70-s-chart tr:nth-child(5n+4) a:link {
  background-color:  #3F2021;
  color: #FFF; 
  text-decoration: none;
}

/* GREEN ASPARAGUS */
.view-singles-70-s-chart tr:nth-child(5n+0) a:hover {
  background-color: #FFF; 
  text-decoration: none;
  color: #00F;
}

.view-singles-70-s-chart tr:nth-child(5n+1) a:hover {
  background-color: #FFF; 
  color: #8E2C48;
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+2) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
/* ORANGE GLUTTONY */
.view-singles-70-s-chart tr:nth-child(5n+3) a:hover {
  background-color: #FFF; 
  color: #E87722;
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+4) a:hover {
  background-color: #FFF; 
  color: #3F2021;
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+0) a:active {
  background-color: #FFF;
  color: #BBC25C;
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+1) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+2) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+3) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-70-s-chart tr:nth-child(5n+4) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-80-s-chart td {
  border-top: 0.1em solid #B1E4E3;
  border-bottom: 0.1em solid;
  text-align: center;
}

/* COOL CRAYON BLUE */
.view-singles-80-s-chart tr:nth-child(5n+0) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #B1E4E3; 
}

/* PENCIL ERASER PINK */
.view-singles-80-s-chart tr:nth-child(5n+1) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #DBB7BB;
}

/* NEW VIOLET */
.view-singles-80-s-chart tr:nth-child(5n+2) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #D6BFDD;
}

/* PRETTY PINK PIGGY */
.view-singles-80-s-chart tr:nth-child(5n+3) {
  font-size: 2.5rem;
  color: #00F;
  background-color: #F1A7DC;
}

/* ALLSPICE */
.view-singles-80-s-chart tr:nth-child(5n+4) {
  font-size: 2.5rem;
  color: #00F;
  background-color:  #F8CFA9;
}

/* COOL CRAYON BLUE */
.view-singles-60-s-chart tr:nth-child(5n+0) a:visited {
  background-color: #B1E4E3;
  color: #000; 
  text-decoration: none;
}

/* PENCIL ERASER PINK */
.view-singles-80-s-chart tr:nth-child(5n+1) a:visited {
  background-color: #DBB7BB;
  color: #000;
  text-decoration: none;
}

/* NEW VIOLET */
.view-singles-80-s-chart tr:nth-child(5n+2) a:visited {
  background-color: #D6BFDD;
  color: #000;
  text-decoration: none;
}

/* PRETTY PINK PIGGY */
.view-singles-80-s-chart tr:nth-child(5n+3) a:visited {
  background-color: #F1A7DC;
  color: #000;
  text-decoration: none;
}

/* ALLSPICE */
.view-singles-80-s-chart tr:nth-child(5n+4) a:visited {
  background-color:  #F8CFA9;
  color: #000;
  text-decoration: none;
}

/* COOL CRAYON BLUE */
.view-singles-80-s-chart tr:nth-child(5n+0) a:link {
  background-color: #B1E4E3;
  color: #00F; 
  text-decoration: none;
}

/* PENCIL ERASER PINK */
.view-singles-80-s-chart tr:nth-child(5n+1) a:link {
  background-color: #DBB7BB;
  color: #00F; 
  text-decoration: none;
}
.view-singles-80-s-chart tr:nth-child(5n+2) a:link {
  background-color: #D6BFDD;
  color: #00F; 
  text-decoration: none;
}
.view-singles-80-s-chart tr:nth-child(5n+3) a:link {
  background-color: #F1A7DC;
  color: #00F; 
  text-decoration: none;
}
/* ALLSPICE */
.view-singles-80-s-chart tr:nth-child(5n+4) a:link {
  background-color:  #F8CFA9;
  color: #00F; 
  text-decoration: none;
}

.view-singles-80-s-chart tr:nth-child(5n+0) a:hover {
  background-color: #FFF; 
  text-decoration: none;
  color: #00F;
}

.view-singles-80-s-chart tr:nth-child(5n+1) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-80-s-chart tr:nth-child(5n+2) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-80-s-chart tr:nth-child(5n+3) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
/* ALLSPICE */
.view-singles-80-s-chart tr:nth-child(5n+4) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-80-s-chart tr:nth-child(5n+0) a:active {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
}
.view-singles-80-s-chart tr:nth-child(5n+1) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-80-s-chart tr:nth-child(5n+2) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-80-s-chart tr:nth-child(5n+3) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-80-s-chart tr:nth-child(5n+4) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}

.view-singles-90-s-chart td {
  border-top: 0.1em solid #00db96;
  border-bottom: 0.1em solid;
  text-align: center;
}

/* green  */
.view-singles-90-s-chart tr:nth-child(5n+0) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #00db96; 
}

/*  dark */
.view-singles-90-s-chart tr:nth-child(5n+1) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #49297e;
}

/*  blue */
.view-singles-90-s-chart tr:nth-child(5n+2) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #90dcff;
}

/*  red */
.view-singles-90-s-chart tr:nth-child(5n+3) {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #e10086;
}

/* yellow */
.view-singles-90-s-chart tr:nth-child(5n+4) {
  font-size: 2.5rem;
  color: #000;
  background-color:  #fdfb76;
}

/* green  */
.view-singles-90-s-chart tr:nth-child(5n+0) a:visited {
  background-color: #00db96;
  color: #000; 
  text-decoration: none;
}

/*  dark */
.view-singles-90-s-chart tr:nth-child(5n+1) a:visited {
  background-color: #49297e;
  color: #FF0;
  text-decoration: none;
}

/*  blue */
.view-singles-90-s-chart tr:nth-child(5n+2) a:visited {
  background-color: #90dcff;
  color: #000;
  text-decoration: none;
}

/*  red */
.view-singles-90-s-chart tr:nth-child(5n+3) a:visited {
  background-color: #e10086;
  color: #000;
  text-decoration: none;
}

/* yellow */
.view-singles-90-s-chart tr:nth-child(5n+4) a:visited {
  background-color:  #fdfb76;
  color: #000;
  text-decoration: none;
}

/* green  */
.view-singles-90-s-chart tr:nth-child(5n+0) a:link {
  background-color: #00db96;
  color: #FFF; 
  text-decoration: none;
}

/*  dark */
.view-singles-90-s-chart tr:nth-child(5n+1) a:link {
  background-color: #49297e;
  color: #FFF; 
  text-decoration: none;
}
.view-singles-90-s-chart tr:nth-child(5n+2) a:link {
  background-color: #90dcff;
  color: #FFF; 
  text-decoration: none;
}
.view-singles-90-s-chart tr:nth-child(5n+3) a:link {
  background-color: #e10086;
  color: #FFF; 
  text-decoration: none;
}
/* yellow */
.view-singles-90-s-chart tr:nth-child(5n+4) a:link {
  background-color:  #fdfb76;
  color: #000; 
  text-decoration: none;
}

.view-singles-90-s-chart tr:nth-child(5n+0) a:hover {
  background-color: #FFF; 
  text-decoration: none;
  color: #00F;
}

.view-singles-90-s-chart tr:nth-child(5n+1) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-90-s-chart tr:nth-child(5n+2) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-90-s-chart tr:nth-child(5n+3) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
/* yellow */
.view-singles-90-s-chart tr:nth-child(5n+4) a:hover {
  background-color: #FFF; 
  color: #00F;
  text-decoration: none;
}
.view-singles-90-s-chart tr:nth-child(5n+0) a:active {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
}
.view-singles-90-s-chart tr:nth-child(5n+1) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-90-s-chart tr:nth-child(5n+2) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-90-s-chart tr:nth-child(5n+3) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}
.view-singles-90-s-chart tr:nth-child(5n+4) a:active {
  background-color: #FFF; 
  color: #000;
  text-decoration: none;
}

.node--type-years .content{
  background-image: url("musical_selection_15_1.png");
}
.node--type-years p{
  padding: 25px;
}
