#map-canvas {
  width: 250px;
  height: 250px;
  margin-top: 20px;
}

.selected {
  color: #00e13c;
  font-weight: bold;
}

.highlighted {
  /*color: #fcf357;*/
  color: #c8bc00;
  font-weight: bold;
}

div#container {
  overflow: auto;
  width: 1500px;
}

div.child {
  float: left;
  margin-right: 20px;
}

div#calendar {
  /*width: 650px;*/
  width:590px;
  margin-top: 20px;
}

div.fc-event {
  cursor: pointer;
}

div#classroomDiv {
  display: none;
}

.dialog {
  display: none;
  font-size: 16px;
}

 article.post td .fc-header-title h2{font-size:27px!important;}