::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-track:corner-present, ::-webkit-scrollbar-track-piece, ::-webkit-scrollbar-corner, ::-webkit-resizer {
  background-color: #77805f;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  background-color: #5f664c;
}

* {
  margin: 0px;
  padding: 0px;
  outline: invert none 0px;
}

body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

body {
  background-color: #fafafa;
  color: #404040;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}

blockquote, dl, ol, p, pre, table, ul {
  margin: 15px 0px 15px 0px;
}

blockquote {
  overflow: hidden;
  margin-left: 35px;
  margin-right: 35px;
  padding: 0px 15px 0px 15px;
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 0px 0px 2px #f7f7f7;
  box-shadow: 0px 0px 0px 2px #f7f7f7;
  color: #737373;
  font-style: italic;
}

dd > :first-child, dt > :first-child {
  margin-top: 0px;
}
dd > :last-child, dt > :last-child {
  margin-bottom: 0px;
}

dd {
  margin-top: 10px;
  margin-left: 140px;
}
dd + dd {
  margin-top: 5px;
}
dt:first-child + dd {
  margin-top: 0px;
}

dl {
  overflow: hidden;
}
dl dl {
  margin-top: 0px;
  margin-bottom: 0px;
}

dt {
  clear: left;
  float: left;
  margin-top: 10px;
  /*width: 125px;*/
  font-weight: bold;
  text-align: right;
}
dt + dt {
  margin-top: 5px;
}
dt:first-child {
  margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0px 15px 0px;
  color: #444;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

h2, h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}

h4, h5, h6 {
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

h5, h6 {
  font-size: 12px;
}

h1 {
  font-size: 30px;
}

h2 {
  margin-top: 25px;
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
}

h6 {
  color: #595959;
  text-shadow: 1px 1px 0px #d9d9d9;
}

li {
  margin-top: 3px;
}
ol > li:before, ul > li:before {
  padding-right: 8px;
  color: #1a1a1a;
}
ol > li {
  counter-increment: item;
}
ol > li:before {
  content: counter(item, decimal) ".";
}
ul > li:before {
  content: "\2022";
}
ul.unstyled > li:before {
  padding-right: 0px;
  content: none;
}

ol, ul {
  margin-left: 35px;
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
}
ol ol, ol ul, ul ol, ul ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

ol {
  counter-reset: item;
}

p {
  line-height: 20px;
  text-align: justify;
  padding: 5px; 
}

pre, code {
  font-family: "Envy Code R", monospace;
  font-size: 10pt;
}

pre {
  padding: 5px;
  background-color: #2b2e23;
  color: #b2b99e;
}
pre code {
  padding: 0px;
  background-color: transparent;
  border-width: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}

table {
  border: 1px solid #d9d9d9;
  border-bottom-width: 0px;
  border-collapse: collapse;
  -webkit-box-shadow: 0px 0px 0px 2px #f7f7f7;
  box-shadow: 0px 0px 0px 2px #f7f7f7;
}

td, th {
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px dotted #d9d9d9;
}
td:first-child, th:first-child {
  border-left-width: 0px;
}
td > :first-child, th > :first-child {
  margin-top: 0px;
}
td > :last-child, th > :last-child {
  margin-bottom: 0px;
}
td > *, th > * {
  margin: 10px 0px 10px 0px;
}
tbody tr:nth-child(2n) td, tbody tr:nth-child(2n) th {
  background-color: #f2f2f2;
}

th {
  font-weight: bold;
  text-align: center;
}
tbody th {
  text-align: right;
}
thead th {
  background-color: #f2f2f2;
}

ul.unstyled {
  margin-left: 0px;
}

a {
  color: #69c;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

code {
  padding: 0px 2px 0px 2px;
  background-color: #e6e6e6;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 0px 0px 2px #f2f2f2;
  box-shadow: 0px 0px 0px 2px #f2f2f2;
  white-space: pre;
}

small {
  display: block;
  color: #8c8c8c;
  font-size: 10px;
  font-style: italic;
  text-transform: uppercase;
}
small a {
  color: #4d4d4d;
}

@media ( max-width: 800px ) /* width < 800px */
{
	#container {
	  margin: 0px auto 0px auto;
	  width: 99%; 
	}


}

@media ( min-width: 800px ) /* width > 800px */
{
	 #container {
	  margin: 0px auto 0px auto;
	  width: 80%; 
	}
}

#nav:before, #nav:after {
  content: "";
  display: table;
}
#nav:after {
  clear: both;
}
#nav li {
  float: left;
  margin-top: 10px;
}
#nav li:before {
  padding-right: 0px;
  content: "";
}
#nav li + li {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #d9d9d9;
}
#nav ul {
  float: left;
  margin: 0px;
}
#nav a, #nav img {
  display: block;
}
#nav a {
  color: #444;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#nav a:hover {
  color: black;
  text-decoration: none;
}
#nav img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.75 * 100)";
  filter: alpha(opacity=0.75 * 100);
  opacity: 0.75;
}
#nav img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1 * 100)";
  filter: alpha(opacity=1 * 100);
  opacity: 1;
}
#nav #social, #nav #translate-this  {
  float: right;
}
#nav #social li, #nav #translate-this {
  margin-top: 9px;
}

#header {
  margin: 40px 0px 40px 0px;
}
#header h1, #header h2 {
  margin: 0px;
  padding: 0px;
}
#header h1 {
  font-size: 40px;
  font-weight: bold;
  height: 50px;
}
#header h2 {
  border-bottom-width: 0px;
  color: #8c8c8c;
  font-weight: normal;
  text-shadow: none;
  text-transform: none;
}

div.item + div.item div.header h1 {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
}
div.item div.header h1, div.item div.header h2 {
  margin: 0px;
  padding: 0px;
}
div.item div.header h2 {
  border-bottom-width: 0px;
  color: #8c8c8c;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
  text-transform: uppercase;
}
div.item div.header h2 a {
  color: #69c;
}
div.item div.header h2 a:hover {
  text-decoration: underline;
}
div.item div.header h2 span {
  position: relative;
  top: -2px;
}
div.item div.footer {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

div.pagination {
  margin-top: 25px;
  border-top: 1px dotted #d9d9d9;
}
div.pagination p {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
div.pagination a {
  color: #4d4d4d;
}

dl.archives > dt a {
  color: #4d4d4d;
  font-size: 18px;
  font-style: italic;
  line-height: 18px;
}
dl.archives dd {
  margin-left: 75px;
}
dl.archives dt {
  width: 50px;
  color: #8c8c8c;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
}
dl.archives small {
  margin-top: 2px;
}
dl.archives small span {
  position: relative;
  top: -1px;
}

#footer #licence, #footer #share {
  text-align: right;
}

#footer {
  margin: 40px 0px 15px 0px;
  font-size: 12px;
  color: #737373;
  text-transform: uppercase;
}

div.code {
  margin: 15px 0px 15px 0px;
}
div.code pre, div.code table {
  margin: 0px;
}
div.code table, div.code td {
  border-width: 0px;
}
div.code table {
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.code td {
  padding: 0px;
}
div.code > div {
  overflow: auto;
  background-color: #2b2e23;
}
div.code td.linenos pre {
  background-color: #3c4030;
}

.myhighlight1 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;	
        color: #6699cc;
}

.myhighlight2 {
	font-style: italic;
	font-size: 1em;
	color: #B7B7B7;
}

.myhighlight3 {
	font-weight: bold;
	font-size: 1em;
	color: #444444;
}

.blockwarn {
  background-color: #fef5be;
  border: 1px solid #fdd425;
}

.blockwarn a {
        color: #444444;
}

.blockerr {
  background-color: #ffcdd1;
  border: 1px solid #e10c0c;
}
.blockerr a {
        color: #444444;
}

input {
        width: 50%;
}

div.previewlist { width: 100%; }

a.preview-link{ display:block; margin:20px; }
a.preview-link .play-button{display:none;position:absolute;left:50%;top:50%; }
a.preview-link .play-button .arrow{color:black;font-size:80px;margin-left:-37px;margin-top:-50px}
a.preview-link:hover{text-decoration:none}
a.preview-link:hover .play-button{display:block}
div.presentation{
font-weight:bold;
position:relative;
float:left;
text-align:center;
width: 33%;
}
div.presentation .preview{font-family:'Bitstream Vera Sans Mono', 'Courier New', monospace;
width:210px;
height:170px;
font-size:12px;
line-height:inherit;
background-color:#E4E4E4;
color:#333;
overflow:hidden;
word-wrap:break-word;
white-space:pre;
border-radius:4px;
margin: 0px auto;
}

