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