@charset "utf-8";

a {
  color: #00BFFF;
  text-decoration: none;
}
  .mv-list a {
    font-weight: bold;
  }
  footer a {
    color: #5c6b80;
  }

body {
  margin: 0;
  background-color: #eaedf2;
  text-align: center;
  line-height: 1.5;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5c6b80;
  -webkit-font-smoothing: antialiased;
}

header {
  background-color: #323944;
}
  #inner-header {
    padding: 1px 10px;
  }
    h1 {
      margin: 10px auto 0 !important;
      line-height: 1.333em;
      font-size: 2em;
      font-weight: 500;
      color: white;
      text-rendering: optimizelegibility;
    }
    #cm{
      margin: 0 auto 10px;
      color: #bbb;
    }

#main {
  margin: 20px auto 12px;
  width: 260px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 20px;
}
  h2 {
    margin-bottom: 0.75em;
    border-bottom: 2px solid #444;
    font-size: 1.1em;
    font-weight: 700;
    text-rendering: optimizelegibility;
  }
  #main p {
    line-height: 1.8em;
  }

footer {
  font-size: 0.8em;
  margin-bottom: 20px;
}
  #twi-link {
    margin-bottom: 2em;
  }
