.repo-widget.github.normal {
  display: block;
  font-family: Helvetica, arial, freesans, clean, sans-serif;
  margin: 10px;
  width: 500px; }
  .repo-widget.github.normal p {
    font-family: inherit;
    margin: 0;
    padding: 0; }
  .repo-widget.github.normal .header {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topside: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topside: 10px;
    border-top-right-radius: 10px;
    background: #fafbfd;
    background: -webkit-linear-gradient(top, #fafbfd 0%, #ebebeb 100%);
    background: -moz-linear-gradient(top, #fafbfd 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #fafbfd 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #fafbfd 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #fafbfd 0%, #ebebeb 100%);
    border: 1px #EAEAEA solid;
    height: 20px;
    padding: 10px; }
    .repo-widget.github.normal .header a {
      color: #4183c4;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none; }
    .repo-widget.github.normal .header img {
      float: right; }
  .repo-widget.github.normal .information {
    background-color: #FAFAFA;
    border-left: 1px #EAEAEA solid;
    border-right: 1px #EAEAEA solid;
    padding: 10px;
    text-align: center; }
    .repo-widget.github.normal .information .links {
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topside: 5px;
      border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomside: 5px;
      border-bottom-left-radius: 5px;
      border: 1px #EAEAEA solid;
      display: inline-block; }
      .repo-widget.github.normal .information .links div {
        background: #f9f9f9;
        background: -webkit-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
        background: -moz-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
        background: -o-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
        background: -ms-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
        background: linear-gradient(to bottom, #f9f9f9 0%, #ebebeb 100%);
        border-right: 1px #E7E7E7 solid;
        color: #000;
        cursor: pointer;
        display: inline-block;
        float: left;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 10px; }
        .repo-widget.github.normal .information .links div:first-child {
          -webkit-border-top-left-radius: 5px;
          -moz-border-radius-topside: 5px;
          border-top-left-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-bottomside: 5px;
          border-bottom-left-radius: 5px; }
        .repo-widget.github.normal .information .links div.active {
          background: #f9f9f9;
          background: -webkit-linear-gradient(top, #5a8fca 0%, #3a66ae 100%);
          background: -moz-linear-gradient(top, #5a8fca 0%, #3a66ae 100%);
          background: -o-linear-gradient(top, #5a8fca 0%, #3a66ae 100%);
          background: -ms-linear-gradient(top, #5a8fca 0%, #3a66ae 100%);
          background: linear-gradient(to bottom, #5a8fca 0%, #3a66ae 100%);
          color: #ffffff; }
      .repo-widget.github.normal .information .links input {
        border: none;
        height: 23px;
        padding: 0 5px;
        width: 225px; }
    .repo-widget.github.normal .information .description p {
      color: #666;
      font-size: 13px;
      font-weight: 300;
      padding: 10px;
      text-align: left; }
  .repo-widget.github.normal .commits {
    background-color: #FAFAFA;
    border: 1px #EAEAEA solid;
    font-family: inherit;
    margin: 0;
    padding: 10px; }
    .repo-widget.github.normal .commits li {
      list-style-type: none; }
      .repo-widget.github.normal .commits li a {
        color: #000000;
        text-decoration: none; }
      .repo-widget.github.normal .commits li .info {
        color: #888888;
        font-family: Monaco, Courier, monospace;
        font-size: 12px; }
        .repo-widget.github.normal .commits li .info .commit {
          float: left; }
        .repo-widget.github.normal .commits li .info .timestamp {
          float: right; }
      .repo-widget.github.normal .commits li .message {
        color: #666;
        font-size: 13px;
        margin: 10px 0; }
