.pg-pretty-gist, .pg-pretty-gist-placeholder {
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid rgba(0,0,0,0.4);
color: #444;
position: relative;
margin: 10px 0px;
}
.pg-pretty-gist-placeholder {
height: 50px;
border-color: #dbdbdb;
background: #f4f4f4 url("https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-32.gif") center no-repeat;
}

/*Utility styles*/
.pg-clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
html[xmlns] .pg-clear { display: block;}
* html .pg-clear { height: 1%;}

.pg-pretty-gist .pg-header .pg-logo a, .pg-pretty-gist .pg-code-container, .pg-pretty-gist .pg-footer .pg-button.pg-show-plugin-info, .pg-pretty-gist .pg-footer .pg-button.pg-show-plugin-info:hover  {
background-image: url("/images/github-sprite.png");
}
/*Header*/
.pg-pretty-gist .pg-header, .pg-pretty-gist .pg-footer {
background: #d6d3d2;
background: -moz-linear-gradient(top, #d6d3d2 0%, #a9aaa7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d3d2), color-stop(100%,#a9aaa7));
background: -webkit-linear-gradient(top, #d6d3d2 0%,#a9aaa7 100%);
background: -o-linear-gradient(top, #d6d3d2 0%,#a9aaa7 100%);
background: -ms-linear-gradient(top, #d6d3d2 0%,#a9aaa7 100%);
background: linear-gradient(top, #d6d3d2 0%, #a9aaa7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d3d2', endColorstr='#a9aaa7',GradientType=0 );
}
.pg-pretty-gist .pg-header {
padding: 10px 10px 8px;
border-top: 1px solid #eeedee;
border-bottom: 1px solid #bcb9b9;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
position: relative;
}
.pg-pretty-gist .pg-header .pg-logo {
float: left;
margin-top: 1px;
}
.pg-pretty-gist .pg-header .pg-logo a {
display: block;
width: 70px;
height: 31px;
text-indent: -9999px;
color: #444;
background-position: 0px 0px;
background-repeat: no-repeat;
}
.pg-pretty-gist .pg-header .pg-user {
float: right;
-webkit-border-radius: 4px;
border-radius: 4px;
border-bottom: 1px solid #c0c4c1;
}
.pg-pretty-gist .pg-header .pg-user img {
display: block;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.7);
box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.7);
border: 1px solid rgba(0,0,0,0.7);
}
.pg-pretty-gist .pg-header .pg-github-user-data {
float: right;
margin: 0px 0px 0px 0px;
padding: 0px 12px;
text-shadow: 0px 0px 1px #fff;
text-align: right;
color: #9f9f9f;
}
.pg-pretty-gist .pg-header h2 {
margin: 0px;
line-height: 12px;
}
.pg-pretty-gist .pg-header h2.pg-single {
margin: 0px;
padding-bottom: 4px;
}
.pg-pretty-gist .pg-header .pg-github-user-data h2 {
margin-top: 2px;
}
.pg-pretty-gist .pg-header h2 a {
font-size: 14px;
font-weight: normal;
text-decoration: none;
color: #444;
text-shadow: 1px 1px 1px #fff;
}
.pg-pretty-gist .pg-header h3 {
margin: 0px;
}
.pg-pretty-gist .pg-header h3 a {
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #444;
text-shadow: 1px 1px 1px #fff;
}
.pg-pretty-gist .pg-header .pg-github-user-data a:hover {
opacity: 0.8;
-moz-opacity: 0.8;
filter:alpha(opacity=8);
}
.pg-pretty-gist .pg-footer {
padding: 10px 10px 9px;
border-top: 1px solid #eeedee;
}
.pg-pretty-gist .pg-footer .pg-button {
display: block;
float: left;
padding: 6px 8px;
background: #f6f6f6;
background: -moz-linear-gradient(top,  #f6f6f6 0%, #e3e3e3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e3e3e3));
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%);
background: -o-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%);
background: -ms-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%);
background: linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3',GradientType=0 );
border: 1px solid #939393;
font-size: 11px;
text-decoration: none;
color: #444;
text-shadow: 1px 1px 1px #fff;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}
.pg-pretty-gist .pg-footer .pg-button:hover {
background: #ebebeb;
background: -moz-linear-gradient(top,  #ebebeb 0%, #d9d9d9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#d9d9d9));
background: -webkit-linear-gradient(top,  #ebebeb 0%,#d9d9d9 100%);
background: -o-linear-gradient(top,  #ebebeb 0%,#d9d9d9 100%);
background: -ms-linear-gradient(top,  #ebebeb 0%,#d9d9d9 100%);
background: linear-gradient(top,  #ebebeb 0%,#d9d9d9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d9d9d9',GradientType=0 );
}
.pg-pretty-gist .pg-footer .pg-button.pg-left {
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-right: 0px;
}
.pg-pretty-gist .pg-footer .pg-button.middle {
border-right: 0px;
border-left: 1px solid #bebebe;
}
.pg-pretty-gist .pg-footer .pg-button.pg-right {
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-left: 1px solid #bebebe;
margin-right: 25px;
}
.pg-pretty-gist .pg-footer .pg-button.pg-show-plugin-info {
float: right;
-webkit-border-radius 3px;
border-radius: 3px;
text-indent: -9999px;
width: 16px;
height: 16px;
background-color: #ebebeb;
background-position: 7px -79px;
background-repeat: no-repeat;
}
.pg-pretty-gist .pg-footer .pg-button.pg-show-plugin-info:hover {
background-color: #d9d9d9;
background-position: 7px -79px;
}
.pg-pretty-gist .pg-code-container {
border-top: 1px solid #868686;
border-bottom: 1px solid #868686;
margin: 0px;
background-color: #2c2d2a;
background-position: -76px 0px;
background-repeat: repeat-y;
padding: 0px 0px 0px 2px;
font-family: monospace;
padding: 10px 0px;
overflow-x: hidden;
}
.pg-pretty-gist .pg-code-container ol {
margin: 0px;
}
.pg-pretty-gist .pg-code-container li:last-child {
margin-bottom: 0px;
}
.pg-pretty-gist .pg-code-container pre {
font-family: monospace;
color: #ccc;
width: 100%;
margin: 0px 0px 5px 2px;
}
.pg-pretty-gist .pg-code-container code {
padding-left: 20px;
margin-right: 3px;
}
.pg-pretty-gist.pg-hljs .pg-code-container {
padding: 0px 0px;
}
.pg-pretty-gist.pg-hljs .pg-code-container pre {
margin: 0px 0px 0px 3px;
}
.pg-pretty-gist.pg-hljs .pg-code-container code {
padding: 3px 0px 3px 20px;
}
.pg-pretty-gist .pg-gist-modal {
position: absolute;
background: rgba(0,0,0,0.8);
color: #fff;
text-shadow: 1px 1px 1px #000;
font-size: 11px;
padding: 0px 15%;
}
.pg-pretty-gist .pg-gist-modal .pg-gist-input {
border: 0px;
padding: 5px 7px;
font-size: 13px;
width: 70%;
color: #666;
display: block;
margin: 0px auto;
-webkit-box-shadow: 0px 0px 4px 0px #000;
box-shadow: 0px 0px 4px 0px #000;
}
.pg-pretty-gist .pg-gist-modal p {
margin: 0px auto 5px;
text-align: center;
font-size: 12px;
}
.pg-pretty-gist .pg-gist-modal a {
color: #fff;
display: inline-block;
margin-bottom: 10px;
}
