.gist {
  line-height: 1.3em !important;
  border: none !important;
  color: white !important;
  margin : none !important;
  line-height: 1.5 !important;
  overflow: none !important;
}

.gist .gist-file {
  border: 0 !important;
  margin-bottom: 1em !important;
}

.gist .gist-file .gist-data {
  background: #000 !important; /*rgba(0, 0, 0, 0.785156) !important; */
  border: none !important;
  padding: none !important;
}

.gist .gist-file .gist-meta{
  font-size: 100% !important;
  font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Geneva,Verdana,sans-serif !important;
  background: transparent !important;
  padding: 0 !important;
}


.gist .gist-syntax .k,
.gist .gist-syntax .kd,
.gist .gist-syntax .kc,
.gist .gist-syntax .o {
  color: orange !important;
}

.gist .gist-syntax .kp {
  color: #DD1144 !important;
}

