/* Make the page not scroll left/right zoom 100% */
body {
  overflow-x: hidden;
}

img {
  max-width: 300px;
  height: auto;
}

/*
* {
  max-width: 100%;
  white-space: normal;   
} */

div#navbar {
  width: 100%;
  padding: 0;
  margin: 0;
}

div.we_teach {
  margin: 0;
  display: none;
}

#CenterCol {
  max-width: 320px; 
  overflow: hidden;
}

.csc-textpic-intext-right .csc-textpic-imagewrap {
  margin: 2px;
}

.csc-textpic, .csc-textpic-caption, .csc-textpic-imagewrap, .csc-textpic-image {
  white-space: normal !important;
  width: auto !important;
  height: auto !important;
}

dd.csc-textpic-caption {
  display: none;
  clear: none;
  width: 150px;
  text-align: right;
  font-size: .3em;
}

.csc-textpic-intext-right .csc-textpic-imagewrap, .csc-textpic-intext-right .csc-textpic-image {
  width: 150px;
  display: block;
}

.csc-textpic-intext-right img {
  max-width: 150px;
} 

/* Show/hide the left side menu */
#show_menu {
  display: block;
}

#LeftCol {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 100;
}

/* Right side black box should be centered */
div#rightcontainer {
  float: none;
  width: 98%;
  margin-left: 1em;
  padding: 0;
}
div#rightcol {
  width: 100%;
}

/* The black bar footer doesn't render properly on the iphone */
div#footer {
  display: none;
}

/* Fix the tabs */
ul.tabnav {
  width: 100%;
}

ul.tabnav li {
  width: 15%;
  height: 2.5em;
  overflow: hidden;
  font-size: .6em;
  vertical-align: middle;
}

ul.tabnav li a {
  padding: 1px;
  margin: auto;
  font-weight: normal;
}

ul.tabnav li.active {
  width: 14%;
}

/* Calendar mods */
table.monthview {
  width: 320px;
  font-size: .2em;
  margin: 0;
}

TABLE.monthview TR TD.day DIV.event_today,DIV.event_not_today {
  font-size: 4pt;
}

.calendar-month .prev_months, .calendar-month .next_months {
  width: 50%;
}

table.monthview td {
  width: 20% !important;
}
