body {
  margin: 0.5em 0;
  font-size: 13px;
  color: #333;
}

ul {
  padding-left: 20px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

.main h1,
.main h2,
.main h3 {
  color: #0088CC;
  margin-bottom: 0.4em
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 16px;
}



ul.events {
  list-style: none;
  padding: 0 20px;
}

.events li {
  border-top: 1px solid #e0e0e0;
  padding-bottom: 5px;
}

.events li:last-child {
  border-bottom: none;
}

.events .edit { 
  float: right; 
  margin: 12px 0 0 12px;
}

.events h2 {
  margin-bottom: 2px;
  margin-top: 10px;
}

.events .date {
  color: #999;
  margin: 0;
  font-size: 12px;
}

.events p {
  margin: 0.5em 0;
  font-size: 13px;
  color: #333;
}

.calendar-list {
  list-style: none;
  padding: 0;
}

.calendar-list li {
  padding: 0 4px;
  line-height: 20px;
}

.calendar-list li:hover {
  background: #f0f0f0;
}




label {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}

input { 
  width: 200px;
  border: 1px solid #999;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 2px;
}

textarea {
  width: 438px;
  height: 100px;
  line-height: 1.4em;
  padding: 8px;
  border: 1px solid #999;
  border-radius: 2px;
}

.field { 
  margin-top: 10px;
}

.buttons {
  margin-top: 16px;
  border-top: 1px solid #999;
  background: #f0f0f0;
  padding: 12px;
}

.btn {
  background: white;
  border: 1px solid #999;
  border-radius: 3px;
  line-height: 26px;
  padding: 1px 8px 0;
  min-width: 72px;
  font-size: 12px;
  text-align: center;
  box-sizing: content-box;
  display: inline-block;
}

.btn:hover {
  background: #e0e0e0;
  text-decoration: none;
}

.btn:active {
  background: #eeeeee;
}

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

.field-left label:first-child {
  margin-top: 0;
}

.code-editor {
  width: 100%; 
  margin-bottom: 16px; 
  border: 1px solid #999;
  border-radius: 2px;
  min-height: 80px;
}
