/* math 330 */
.math-330 .content-wrapper{
  background-image: url("../../assets/images/math330-black.png");                
}
body.math-330{  
  background-color:rgba(0,0,50,0.8);
}
.math-330 .week-item-content{    
  background-color:rgba(0,0,100,0.1);
}
.math-330 .current-week .week-item-content{        
  background-color: rgba(0,0,100,0.2);
}
.math-330 footer{    
  background-color: rgba(0,0,50,1);
}