.font-default
{
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Segoe UI', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 20px;
}

.font-mono
{
  font-family: 'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', 'Courier', monospace !important;
}

body {
  margin: 0;
  text-shadow: none;
}

#page_title {
  background: #333;
  color: white;
  padding: 0.5em;
  margin: 0;
  font-size: 200%;
}

#content {
  padding: 20px;
}

table {
  border-collapse: collapse;
}

td {
  padding: 5px;
}
