@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');

html, body {
  font-family: 'Roboto', sans-serif;
  color: #333;
}
h1 {
  font-weight: 300;
  border-bottom: 1px #555 solid;
}
h2, h3 {
  font-weight: 300;
}
pre {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-radius: 3px;
  overflow-x:auto;
}
.get {
  color: #fd9644;
  font-weight: bold;
}
.post {
  color: #fed330;
  font-weight: bold;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  font-weight: 500;
}
th, td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
tr:hover {
  background-color: #f5f5f5;
}
footer {
  padding: 20px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}
