.github-info {
    color: #222;
    display: inline-block;
    min-width: 200px;
    min-height: 250px;
    max-width: 300px;
    border-radius: 10px;
    border: 1px solid #CACACA;
    font-family: Helvetica, arial, freesans, clean, sans-serif;
    overflow: hidden;
}

.github-info .title {
    height: 40px;
    color: #000;
    font-size: 28px;
    line-height: 40px;
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #CACACA;
    background-color: #E1E1E1;
    background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
    background-image:    -moz-linear-gradient(#fafafa, #eaeaea);
    background-image:     -ms-linear-gradient(#fafafa, #eaeaea);
    background-image:         linear-gradient(#fafafa, #eaeaea);
}

.github-info .title img {
    position: relative;
    top: 5px;
    left: 7px;
}

.github-info .title span {
    position: relative;
    top: -3px;
    left: 7px;
}

.github-info .summary {
    padding: 10px;
    background-color: #F8F8F8;
    background-image: -webkit-linear-gradient(45deg, rgba(215, 215, 215, 0.2) 25%, transparent 25%, transparent 50%, rgba(215, 215, 215, 0.2) 50%, rgba(215, 215, 215, 0.2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.github-info .summary .description {
    font-style: italic;
    margin: 0 0 10px 0;
    padding: 0;
}

.github-info .summary .description:before {
    content: "\201C";
    display: inline-block;
    color: #666;
    font-weight: bold;
    margin-right: 4px;
}

.github-info .summary .homepage {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.github-info .stats {
    background: #F4F4F4;
    background: -webkit-linear-gradient(#f4f4f4, #ececec);
    background:    -moz-linear-gradient(#f4f4f4, #ececec);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#ececec')";
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
}

.github-info .stats img {
    float: left;
    margin: 5px 5px 5px 10px;
}

.github-info .stats .ownership {
    display: inline-block;
    line-height: 35px;
    font-weight: bold;
}

.github-info .stats .repostats {
    float: right;
    font-size: 14px;
}

.github-info .stats .repostats {
    font-size: 11px;
    font-weight: bold;
    color: #333;
}

.github-info .stats .repostats ul {
    list-style-type: none;
    margin: 6px 6px 6px 0;
    padding: 0;
    border: 1px solid #DDD;
    border-radius: 3px;
    background: white;
}

.github-info .stats .repostats ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}

.github-info .stats .repostats ul li a {
    color: #333;
    border-left: 1px solid #DDD;
    display: inline-block;
    height: 21px;
    padding: 0 5px 0 5px;
    line-height: 21px;
    text-decoration: none;
    font-weight: bold;
}

.github-info .activity {
    min-height: 47px;
    padding: 10px 10px 14px 10px;
}

.github-info .activity .sparkline {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

.github-info .activity p {
    font-size: 13px;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.github-info .activity .emphasis {
    display: block;
    font-weight: bold;
}

.github-info .activity .center {
    text-align: center;
    display: inline;
}

.github-info .time-ago {
    color: #777;
    font-size: 0.75em;
}

.github-info .latest-commits {
    border-top: 1px solid #CACACA;
}

.github-info .latest-commits h4 {
    margin: 0;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    background-color: #E1E1E1;
    background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
    background-image:    -moz-linear-gradient(#fafafa, #eaeaea);
    background-image:     -ms-linear-gradient(#fafafa, #eaeaea);
    background-image:         linear-gradient(#fafafa, #eaeaea);
}

.github-info .latest-commits .wrapper {
    width: auto;
    height: 175px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.github-info .latest-commits .gravatar {
    width: 27px;
    height: 27px;
    margin: 3px 5px 0 10px;
}

.github-info .latest-commits .gravatar.tiny {
    width: 17px;
    height: 17px;
    margin: 0 5px 0 10px;
}

.github-info .commit {
    padding: 10px 0 10px 0;
}

.github-info .commit.even {
    background-color: #eee;
}

.github-info .commit-msg {
    font-size: 0.8em;
    font-style: italic;
    margin: 0 10px 0 10px;
}

.github-info .commit-msg:before {
    content: "\201C";
    display: inline-block;
    color: #666;
    font-weight: bold;
}

.github-info .gravatar {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    float: left;
    margin: 5px 5px 5px 10px;
}

.github-info .link-user {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.github-info .link-user:hover {
    text-decoration: underline;
}

.activity .history {
    float: left;
}

.github-info .activity .updated,
.github-info .activity .created {
    margin-left: 12px;
}

<<<<<<< HEAD
<<<<<<< HEAD
.github-info .activity .updated {
    margin-bottom: 10px;
}

=======
>>>>>>> First pages commit
=======
>>>>>>> 8e8df243d93820e26203970dc21379990e796494
.activity p .time-ago {
    display: block;
}