.github-repo{

	display       : block;
	margin-top    : 1em;
	margin-bottom : 2em;
	
}

.github-header{
	display     : block;
	font-weight : bold;
	font-size   : 1.5em;
}

.github-data{
	
}

.github-data .data-item{
	
}

.github-description{
	
}

.github-readme{
	
}

.file-preview{
	display     : inline-block;
    overflow-x  : hidden;
    overflow-y  : auto;
    max-height  : 350px;
    width       : inherit;
    margin      : 0;
    padding     : 0;
}

.prettyprint{
	font-size   : 8pt;
	font-family : monospace;
}

.vcard-names {
  
}

.vcard-fullname {
    display       : block;
    overflow      : hidden;
    
    text-overflow : ellipsis;
}

.vcard-username {
    display       : block;
    overflow      : hidden;
  
    font-style    : normal;
    font-weight   : 300;
    text-overflow : ellipsis;
}

.vcard-details {
    list-style : none outside none;
    display    : inline;   
  
}

.vcard-detail {
   
    overflow-x    : hidden;
   
    text-overflow : ellipsis;
}

.vcard-stats:after {
    clear   : both;
}
.vcard-stats:before, .vcard-stats:after {
    content : " ";
    display : table;
}

.vcard-stats {
    margin-bottom  : 10px;

}

.vcard-stat{

padding-right:1em;

}
.repolist > li {
    position       : relative;
    padding-bottom : 20px;
    list-style     : none outside none;
    border-bottom  : 1px solid rgb(238, 238, 238);
}
.repolist .repolist-name {
    font-size     : 20px;
    line-height   : 32px;
    margin-top    : 0px;
    margin-bottom : 0px;
    white-space   : nowrap;
}

.repolist .updated-at {
    margin    : 0px;
    font-size : smaller;
}

.github_avatar{
	max-width:150px!important;
}