Team:Northwestern/css/notebook

@charset "UTF-8";

  1. notebook {

font-family: josefin-sans; padding-left: 120px; padding-right: 110px; margin-top: 20px; margin-left: 5px; margin-right: 5px; margin-bottom: 50px; }

  1. notebook .divider {

display: block; max-height: 30px; margin-top: 30px; margin-bottom: 30px; }

  1. notebook a {

text-decoration: none !important; }

  1. notebook table {

border-width: 0px; margin-top: 0px; margin-right: 15px; margin-left: 15px; padding: 0px; display: inline-block; }

  1. notebook td {

width: 35px; }

  1. notebook .odd tr .day {

background-color: #0a0847; color: #FFFFFF; }

  1. notebook .even tr .day {

background-color: #bf83a5; color: #FFFFFF; }