html {
    font-family: 'Lato', sans-serif;
}

  .commit-outer-container {
    box-shadow: 0px 1px 1px #BBB;
    margin-bottom: 5px;
    padding: 0px;
    background: white;
  }

  .pullrequest-headline {
    background-color: white;
    margin-bottom: 0px;
    margin-top: 10px;
    /* box-shadow: 0px 1px 1px #BBB; */
    padding: 14px;
    padding-bottom: 12px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-left: 33px;
  }
  .pullrequest-annotation {
    background-color: white;
    margin-bottom: 0px;
    padding: 2px;
    padding-bottom: 10px;
    padding-left: 14px;
    font-size: 10px;
    color: #333;
    font-weight: 300;
    cursor: pointer;
    margin-left: 40px;
    font-weight: 500;
  }
  .pullrequest-footer {
    background-color: white;
    margin-bottom: 8px;
    /* box-shadow: 0px 1px 1px #BBB; */
    padding: 4px;
    font-size: 14px;
    color: #333;
    height: 10px;
  }
  .commit-container {
    background-color: white;
    margin-bottom: 0px;
    /* box-shadow: 0px 1px 1px #BBB; */
    padding: 8px;
    padding-left: 0px;
    font-size: 14px;
    color: #333;
  }
  .commit-item {
    padding-left: 20px;
    margin-bottom: 4px;
    cursor: pointer;
    line-height: 20px;
    font-family: 'Courier New', Courier, monospace !important;
  }
  .updown-item {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 7px;
    text-align: center;
    /* padding: 4px; */
    border-radius: 6px;
    float:right;
    margin: 2px;
    line-height: 9px;
    color: #667;
  }
  .commit-icon {
    background-image: url(http://www.coreview.io/client/code-commit.png); color: #AAA; height: 8px;
    background-size: cover;
    display: inline-block;
    opacity: 0.4;
    background-position: center;
    width: 20px;
    margin-right: 10px;
  }

  .project-button {
      display: inline-block;
      margin: 10px;
      background: #0093e5;
      border-radius: 3px;
      color: white;
      font-size: 11px;
      vertical-align: top;
  }
  .project-button a {
    color: white; text-decoration: none; margin:3px; line-height: 16px; padding-left: 6px; padding-right: 6px;
  }
  .project-button .language {
    float: right; background: #667; border-top-right-radius: 3px; border-bottom-right-radius: 3px; line-height: 16px; font-size: 9px; font-weight: bold; padding-right: 5px; padding-left: 4px;
  }
  .code-line {
    background-color: #EFEFEF;
  }
  .code-example {
    border: 1px solid #DDD;
    font-family: 'Courier New', Courier, monospace !important;
    border-radius: 4px;
    margin-top: 10px; margin-bottom: 10px;
    background: #FEFEFE;
    cursor: pointer;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
  }
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    margin-top: 5%;
    padding: 20px;
    border-radius: 6px;
    width: 80%;
  }
  .code-group {
  }
  pre code {
    font-family: 'Courier New', Courier, monospace !important;
  }
  .debug {
    font-size: 8px;
    color: #AAA;
  }
  .info-occurences {
    font-size: 10px;
    margin-left: 20px;
    color: #AAA;
  }
  .rules {
    width: 500px;
    margin: 5px;
  }
  .hljs {
    background: transparent;
  }
  .hljs-keyword {
    color: #6A0DAD;
  }
  h1 {
        margin-top: -20px;
        font-weight: 100;
        font-size: 32px;
  }

  @media only screen
    and (min-device-width: 375px) {
      h1 {
        margin-top: 20px;
      }
  }

  .description {
        font-weight: 100;
        font-size: 14;
        margin-bottom: 40px;
  }

.menu-link {
    text-decoration: none;
    color: #333;
    text-decoration: none;
    color: #222;
}

.code-line {
    /* background: white; */
    margin-top: 10px;
    /* padding-left: 16px; */
}

.code-line-inner {
    text-decoration: none; 
    color: #333; 
    font-family: 'Courier New', Courier, monospace !important;
    font-size: 13px; 
    line-height: 28px;
}

.group-header {
    margin-bottom: 20px; 
    margin-top: 30px;
    font-size: 22px; 
    color: #111;
}

.group-block {
    margin: 10px; font-size: 10px; color: #999;
}

.summary-link-to-repo {
    font-size: 32px;
    font-weight: 100;
    text-decoration: none;
    color: #222;
    line-height: 48px;
}

.rules {
    font-size: 12px; 
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}

.repo-summary {
    margin: 10px;
    margin-bottom: 20px;
}

.info {
    font-size: 14;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-item {
  border-bottom: 0px solid gray; 
  width: 70px; 
  margin-right: 10px; 
  text-align: center; 
  padding: 4px; 
  padding-bottom: 12px; 
  color: #999; 
  cursor: pointer;
  display: inline-block;
}

.menu-item-active {
  border-bottom: 1px solid blue; 
}
