/*Default*/


hr{clear: both;border-color: #ccc -moz-use-text-color #fff;}

/* Headings */
h1,h2,h3,h4,h5,h6{margin: 0 0 12px;}
h1 { font-size: 320%; line-height: 100%; }
h2 { font-size: 200%;line-height: 100%;  }
h3 { font-size: 180%;line-height: 100%; }
h4 { font-size: 150%; }
h5 { font-size: 130%; }
h6 { font-size: 80%; }

/*Bootstrap*/
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }
.clear{clear: both;}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
	position: relative;z-index: 1;
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1{color: #666;font-weight: bold;margin: 0 0 15px;line-height: 30px;font-size: 240%;text-transform: none;padding-bottom: 3px;border-bottom: 1px solid #ddd;}
div.yt-typography div.page-header > h1:before{display: none;}	
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {margin: 0 0 0 33px; list-style: decimal-leading-zero outside none;}
ol.linenums li {
  padding-left: 12px;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
}
ol.linenums li:nth-last-child(odd){background:#FCFCFC;box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.bs-docs-example h2.page-header{font-size: 180%;font-weight: bold;border-bottom: 1px solid #ddd;margin: 1.5em 0 1em;}
/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

/* Example sites showcase */
.example-sites {
  margin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}

/* Code,Pre */
code, pre{font-family: Menlo,Monaco,Consolas,"Courier New",monospace;}
code{display: inline-block;}

/*--update fix Typograply--*/
.rtl .yt-typography .table th, .rtl .yt-typography .table td{ text-align:right;}
span.label, span.badge{ display:inline-block;}