* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: white;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  *font-size: small;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 130%;
}

h1 {
  margin-bottom: 1em;
}

a {
  color: #00a;
}

a:hover {
  color: black;
}

a:visited {
  color: #a0a;
}

.mtab { 
    width: 8em; 
    display:inline-block;
}

ul.news {
  padding-left: 2em;
  margin-bottom: 2em;
}

ul.students {
  padding-left: 2em;
  margin-bottom: 2em;
}

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
}

  ul.posts li {
    line-height: 1.75em;
  }

  ul.posts span {
    color: #aaa;
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%;
  }

ul.papers {
  list-style-type: none;
  margin-bottom: 2em;
}

  ul.papers li {
    line-height: 1.75em;
  }

ul.paper {
  list-style-type: none;
  margin-bottom: 1em;
}


.site {
  font-size: 110%;
  text-align: justify;
  width: 45em;
  max-width: 90%;
  margin: 3em auto 2em auto;
  line-height: 1.5em;
}

.title {
  font-size: 150%;
  color: #a00;
  font-weight: bold;
  margin-bottom: 2em;

  @media (max-width: 499px) {
    font-size: 115%;
  }
}

  .site .title a {
    color: #a00;
    text-decoration: none;
  }

  .site .title a:hover {
    color: black;
  }

  .site .title a.extra {
    color: #aaa;
    text-decoration: none;
    margin-left: 1em;
  }

  .site .title a.extra:hover {
    color: black;
  }

  .site .meta {
    color: #aaa;
  }

  .site .footer {
    font-size: 80%;
    color: #666;
    border-top: 4px solid #eee;
    margin-top: 2em;
    overflow: hidden;
  }
