table.calendar td.row_header {
	font-weight: bold;
}
body {
  background-color: white;
  font-family: sans-serif;
}

table.calendar {
  border-collapse: collapse;
  border: 1px solid grey;
  background-color: white;
}

table.calendar thead {
  background-color: white;
  margin-bottom: 3px;
}

table.calendar thead th {
  font-weight: bold;
  border: 1px solid grey;
  padding: 10px;
}

table.calendar td {
  text-align: center;
  padding: 12px;
  cursor: pointer;
  border: 1px solid grey;
}

table.calendar td.otherMonth{
  color: lightgray;
  cursor: default;
  pointer-events: none;
}

table.calendar td.selected {
  font-weight: bold;
  color: red;
}
