@charset "UTF-8";
@import url("http://webb.nmu.edu/Webb/CSS/Redesign/Custom/right_column_hide.css");

#month { border-collapse: collapse; margin-left: 2em; }
#month th, #month td { border: 1px solid #000; }
#month thead { background-color:#030; color:#FC3; font-weight:bold; }
#month td { width: 170px; padding: 8px; vertical-align: top; }
td .day {  margin-top:0px; }
#month tbody .weekend { background-color:#ded; }
#month tbody .next, #month tbody .previous { background-color:#ddd; }
#month th { font-weight:bold; background-color:#030; }
p {margin-top: 0; }
.date { font-weight:bold; font-size:20px;}
#content_main_full_col .small_text p{font-size:11px !important;}
.small_text {text-align: center; margin:5px 0;}