body {
	background: #f9f9f9 url(../images/denalibg.jpg) 0 0 no-repeat;
	color: black;
	margin: 0;
	padding: 0;
}
body, input, select {
	font: 95% sans-serif, tahoma;
}
a {
	text-decoration: none;
	color: #5555bb;
}
a:hover {
	border-bottom: 1px dotted #5555bb;
}
a.logo {
	border: 0;
}
a.externallink:after {
	content:url("../images/external.png");
}
a.interwikilink:after {
	content:url("../images/external.png");
}
a.edit {
	color: #aa1111;
	border-color: #aa1111;
}
a.edit:hover {
	border-bottom: 1px dotted #aa1111;
}
a.redirect {
	font-size: 150%;
	text-decoration: none;
	margin-left: 20px;
}
a.redirect:before {
	content:url("../images/redirect-arrow.png");
}
p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5 {
	color: black;
	margin: 0;
	padding: 0.5em 0em 0.2em 0em;
	text-align: left;
}
h1, h2 {
	margin-bottom: 0.5em;
}
h3, h4, h5 {
	margin-bottom: 0.2em;
}
h1 {
	border-bottom: 1px solid #D8D8E7;
	font-size: 200%;
	font-weight: normal;
}
h2 {
	border-bottom: 1px solid #D8D8E7;
	font-size: 175%;
	font-weight: normal;
}
h3 {
	font-size: 150%;
	font-weight: normal;
}
h4 {
	font-size: 125%;
	font-weight: bold;
}
h5 {
	font-size: 110%;
	font-weight: bold;
}
pre {
	background-color: #fbfbfd;
	border: 1px dashed #7e7ecb;
	color: black;
	font-size: 110%;
	line-height: 1.1em;
	padding: 1em;
}
code {
	color: black;
	font-size: 120%;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}
ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
	margin: .3em 0 0 1.5em;
	padding: 0;
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
textarea {
	width: 99%;
}
fieldset {
	padding: 0 7px 7px;
	border: 1px solid #D8D8E7;
	margin-top: 10px;
}
legend {
	padding: 0.5em;
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #f00;
}
.green {
	font-weight: bold;
	color: #090;
}
div.message {
	margin: 1.5em 0 1.5em 0;
	padding: 0 5px;
}
div.submenu {
	margin: 1.0em 6em 0.8em 6em;
	text-align: center;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

/* global positioning */

#wiki-page {
	font-size: 100%;
	color: black;
	padding: 0 5px;
}
#wiki-navigation {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 90%;
	padding: 5px 5px 5px 0;
	vertical-align: top;
	width: 180px;
}
#wiki-content {
	position: relative;
	margin-left: 185px;
	font-size: 80%;
	vertical-align: top;
}
#wiki-footer {
	color: gray;
	font-size: 80%;
	margin-left: 185px;
	padding: 15px 10px;
}

/* main content area */

#contents {
	background: white;
	padding: 14px;
	padding-bottom: 25px;
	border: 1px solid #D8D8E7;
}
#contents-header {
	margin-bottom: 0.1em;
}
#contentSub {
	color: #7d7d7d;
	margin: 0 0 1em 1em;
}
#siteNotice {
	position: relative;
	text-align: center;
	font-size: 95%;
	padding: 0 0.9em;
}

/* navbar elements */

#logo {
	border: 0;
	margin: 8px 0 0 0;
	text-align: center;
	vertical-align: middle;
}
.portlet {
	background: white;
	border: 1px solid #D8D8E7;
	font-size: 90%;
	margin: 16px 0 8px;
	overflow: hidden;
	padding: 0 8px 8px;
}
.portlet h5 {
	font-size: 90%;
	font-weight: normal;
	padding: 5px 0 0;
}
#nav-menu {
	margin-top: 2px;
	padding: 0;
}
#nav-menu hr {
	background-color: #D8D8E7;
	border: 0;
	color: #D8D8E7;
	height: 1px;
	margin: 0;
}
#nav-menu ul {
	padding: 8px;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}
#nav-search {
	text-align: center;
}
#nav-search form {
	padding: 0;
	margin: 0;
}
#nav-search br {
	padding-top: 4px;
}
#nav-search input {
	margin-top: 8px;
	background-color: white;
	border: 1px solid #D8D8E7;
}
#nav-search input[type="text"] {
	width: 150px;
}

/* diff page */

#diff_heading {
	margin-top: 10px;
	width: 98%;
}
#diff_heading td {
	text-align: center;
	vertical-align: top;
	width: 50%;
}
#left_revision, #right_revision {
	font-weight: bold;
}
table#diff {
	table-layout: fixed;
	width: 98%;
}
table#diff col.diff-marker {
	width: 2%;
}
table#diff col.diff-content {
	width: 48%;
}
.diff-delete {
	background: #eeee88;
	font-weight: bold;
	padding: 0.1em;
	overflow: hidden;
}
.diff-add {
	background: #88ee88;
	font-weight: bold;
	padding: 0.1em;
	overflow: hidden;
}
.diff-unchanged {
	background: #dddddd;
	padding: 0.1em;
	overflow: hidden;
}
.diff-indicator {
	font-weight: bold;
	padding: 0.1em;
	text-align: right;
	width: 7px;
}
.diff-line {
	padding: 0.5em 0.1em 0.1em 0.1em;
	font-weight: bold;
}
.diff-entry {
	margin: 1px;
	padding: 1px;
}
.diff-change {
	font-weight: bold;
	color: red;
}

/* topic elements */

#toc {
	border: 1px solid #D8D8E7;
	margin: 0.2em auto 0.2em 0em;
	padding: 0.5em 0.8em 0.5em 0.8em;
	background-color: #fff;
}
.toctoggle {
	font-size: 90%;
	font-weight: normal;
}
#toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}
#toc ul ul {
	margin-left: 1em;
}
#category-index {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 10px 5px 10px 5px;
	margin-top: 1em;
	clear: both;
}
#topic-file-download {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 10px 5px 10px 5px;
	margin-top: 1em;
	clear: both;
}
table#filehistory {
	border-collapse: collapse;
}
#filehistory td, #filehistory th {
	border: 1px solid #aaa;
	padding: 4px;
}
.nowrap {
	white-space: nowrap;
}

/* tab menu */

ul.tab-menu {
	display: inline-block;
	list-style: inherit;
	list-style-type: none;
}
ul.tab-menu li {
	float: left;
	background-color: #fff;
	color: blue;
	border: 1px solid #D8D8E7;
	border-bottom: none;
	min-width: 40px;
	text-align: center;
}
ul.tab-menu li.active {
	margin-bottom: -1px !important;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
ul.tab-menu li.active a:hover {
	border-bottom: none;
}
ul#tab_menu {
	padding: 0;
	margin: 0;
	margin-left: 6px;
}
ul#tab_menu li {
	padding: 0 0.5em;
	margin: 0;
	margin-right: 4px;
	font-size: 85%;
}
ul#tab_menu li.active {
	font-size: 90%;
}
ul#tab_submenu {
	margin: 10px 0 0;
}
ul#tab_submenu li {
	background-color: #f9f9f9;
	padding: 5px 7px;
	margin: 0 0 0 8px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
ul#tab_submenu li.active {
	background-color: #fff;
}
.submenu-tab-content {
	background: white;
	padding: 14px;
	padding-bottom: 25px;
	border: 1px solid #D8D8E7;
}

/* user menu */

#user-menu {
	float: right;
	margin-right: 2em;
	padding: 0;
	text-align: center;
}
#user-menu li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding: 0 0.8em;
	font-size: 90%;
}

/* footer */

#footer-logo {
	font-size: 0.9em;
	padding-top: 10px;
	text-align: right;
}
#footer-custom {
	font-size: 0.9em;
	text-align: center;
}

/* recent changes, user contributions, history */

li.minorchange {
	color: #777777;
}
li.standardchange {
	color: black;
}
li.deletechange {
	color: #770000;
}
li.importchange {
	color: #007777;
}
li.movechange {
	color: #777777;
}
li.undeletechange {
	color: #007777;
}
span.edit-comment {
	text-decoration: italic;
}
span.section-link {
	color: #999;
}
span.section-link a {
	color: #333;
}
#summaryPreview {
	padding: 0 0 3px;
}

/* topic pages */

#content-article {
	padding: 10px 0 10px 0;
}
#content-article pre {
	overflow: hidden;
}
.editsection {
	font-size: 67%;
	float: right;
	margin-left: 5px;
	position: relative;
}
#shared-image-message {
	border: 1px solid red;
	font-size: 125%;
	font-weight: bold;
	margin: 10px 50px;
	padding: 10px;
	text-align:center;
}

/* images */

img.wikiimg {
	border: 0;
}
a.wikiimg {
	border: 0;
}
img.thumbborder {
	border: 1px solid #ddd;
}
div.thumbcaption {
	text-align:left;
	border: none;
	font-size:94%;
	line-height:1.4em;
	padding:3px !important;
}
div.floatleft {
	border: none;
	clear:left;
	float:left;
	margin: 0 0.5em 0.5em 0;
	position:relative;
}
div.floatright {
	border: none;
	clear:right;
	float:right;
	margin: 0 0 0.5em 0.5em;
	position:relative;
}
div.center {
	text-align:center;
	width:100%;
}
div.center * {
	margin-left:auto;
	margin-right:auto;
}
div.tright {
	border: none;
	margin: 0.5em 0 0.8em 1.4em;
	clear:right;
	float:right;
}
div.thumb {
	border: none;
	margin-bottom:0.5em;
	width:auto;
}
div.thumbinner  {
	background-color:#f9f9f9;
	border: 1px solid #ccc;
	font-size:94%;
	overflow:hidden;
	padding: 3px !important;
	text-align:center;
	min-width:10px;
}
table.gallery {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background-color: white;
}
table.gallery caption {
	font-weight: bold;
	padding-bottom: 5px;
}
table.gallery td {
	background-color: #f9f9f9;
	border: solid 2px white;
	text-align: center;
	vertical-align: top;
}
table.gallery-cat td {
	vertical-align: middle;
	padding: 2px;
}
img.gallery {
	border: 1px solid #bbbbbb;
	padding: 0.3em;
}
div.gallerytext {
	font-size: 94%;
	overflow: hidden;
	padding: 2px 4px
}
div.gallerytext p {
	line-height: auto;
	margin: auto;
}
div.gallerybox {
	margin: 2px;
}
table.gallery-cat div.gallerybox {
	width: 155px;
}
#edit-toolbar {
	margin: 3px 0;
}
.toolbar-group {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	background-color: #e9e9e9;
	border-radius: 5px;
	display: inline-block;
	margin: 3px 5px 3px 0;
	padding-left: 3px;
}
.toolbar-button a {
	border-radius: 3px;
	cursor: default;
	display: inline-block;
	outline: none;
	padding: 2px 3px;
}
.toolbar-button {
	border-right: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	padding: 2px 2px 2px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.toolbar-button a:hover, .toolbar-button a:focus, .toolbar-button a:active {
	background-color: #bfd1ff;
	border-bottom: none;
}
.toolbar-icon {
	background: url(../images/toolbar-icons.png) 0 0 no-repeat;
	cursor: default;
	display: inline-block;
	height: 22px;
	width: 22px;
}
#button-bold .toolbar-icon {
	background-position: 0 -66px !important;
}
#button-italic .toolbar-icon {
	background-position: 0 -88px !important;
}
#button-underline .toolbar-icon {
	background-position: 0 -110px !important;
}
#button-strike .toolbar-icon {
	background-position: 0 -132px !important;
}
#button-subscript .toolbar-icon {
	background-position: 0 -154px !important;
}
#button-superscript .toolbar-icon {
	background-position: 0 -176px !important;
}
#button-nowiki .toolbar-icon {
	background-position: 0 0 !important;
}
#button-orderedlist .toolbar-icon {
	background-position: 0 -198px !important;
}
#button-unorderedlist .toolbar-icon {
	background-position: 0 -220px !important;
}
#button-indent .toolbar-icon {
	background-position: 0 -242px !important;
}
#button-wikilink .toolbar-icon {
	background-position: 0 -264px !important;
}
#button-link .toolbar-icon {
	background-position: 0 -22px !important;
}
#button-image .toolbar-icon {
	background-position: 0 -286px !important;
}
#button-signature .toolbar-icon {
	background-position: 0 -44px !important;
}
#button-hr .toolbar-icon {
	background-position: 0 -308px !important;
}
#button-heading1 .toolbar-icon {
	background-position: 0 -330px !important;
}
#button-heading2 .toolbar-icon {
	background-position: 0 -352px !important;
}
#button-heading3 .toolbar-icon {
	background-position: 0 -374px !important;
}
table.categories {
	width: 100%;
}
table.categories td {
	vertical-align: top;
	width: 33%;
}

/* search results */

.highlight {
	background:yellow;
}
.searchresult {
	background-color: #dcdcdc;
	margin: 1em 0 0 0;
}
.searchsummary {
	margin: 0.5em 0 0.7em 0;
}
#searchpower {
	font-size: 90%;
	font-style: italic;
	margin: 1em 0 1em 0;
}
#searchhints {
	margin: 1.5em 0 1.5em 0;
}

/* form styles */

.formhelp {
	font-size: 90%;
	color: #5f5f5f;
	clear: both;
}
.darkbg {
	background-color: #d8d8e7;
}
.translationElement {
	float: left;
	vertical-align: top;
	padding: 3px;
	width: 49%;
	overflow: hidden;
}
textarea.translation {
	width: 100%;
	overflow:auto;
	height:5em;
}
textarea.medium {
	width: 400px;
	height: 60px;
}
table.wiki-admin {
	border: 1px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	width: 99%;
}
table.wiki-admin th {
	background-color: #d8d8e7;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px;
}
table.wiki-admin th.first {
	width: 250px;
}
table.wiki-admin td {
	border-bottom: 1px solid #fff;
	padding: 5px;
}
.inherited-role {
	color: #cc0000;
}
.noborder {
	border: none !important;
}
.center {
	text-align: center;
}
div.row {
	clear: right;
	padding: 5px 7px;
}
.admin div.row {
	background-color: #e9e9e9;
	border-top: 1px solid #fff;
}
div.row span {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}
div.row label {
	display: inline-block;
	text-align: left;
	width: 240px;
	font-weight: bold;
}
div.row span.form-button {
	margin-left: 240px;
}
div.row .formhelp {
	padding-top: 3px;
}
div.rowhelp {
	border: 1px solid #e9e9e9;
	margin: 10px;
	padding: 5px 10px;
}
.translationElement label {
	vertical-align: top;
	padding: 3px;
	width: auto;
	overflow: hidden;
}
div.row label.nonblock {
	display: inherit;
	text-align: inherit;
	width: auto;
	font-weight: inherit;
}
div.callout {
	border: 1px solid #e9e9e9;
	margin: 10px;
	padding: 10px;
}
div.callout input {
	margin-right: 20px;
}
.expander {
	display: none;
}
.expander-open {
	display: block !important;
}
.manage-expander {
	padding: 5px;
}
.manage-expander-open {
	height: auto !important;
}
.manage-expander > label {
	cursor: pointer;
	font-weight: bold;
}
.manage-expander > label:before {
	content:url("../images/arrow-right.png");
}
.manage-expander-open > label:before {
	content:url("../images/arrow-down.png");
}
.manage-expander > ul {
	display: none;
	margin-top: 10px;
}
.manage-expander-open > ul {
	display: block !important;
}
.captcha {
	padding: 5px 0;
}
.captcha-label {
	padding: 5px 0;
}
#manage div.row label, #move div.row label, #register div.row label {
	width: 180px;
}
#manage div.row span.form-button, #move div.row span.form-button, #register div.row span.form-button {
	margin-left: 180px;
}
#translation div.row label {
	font-weight: normal;
}
#login div.row label {
	width: 100px;
}
#login div.row span.form-button {
	margin-left: 100px;
}
#antispam-container {
	display: none;
}
* {
    box-sizing: border-box;
  }

body {
    background: #f5f5f5;
    font-weight: lighter;
}

a {
    text-decoration: none;
    font-weight: lighter;
    color: #0083ae;
}

h1 {
    font-size: 160%;
    font-weight:900;
    border:none;
}

h2 {
    font-size: 140%;
    border:none;
}

h3 {
    font-size: 120%;
    font-weight:normal;
    border:none;
    color:#0083ae;
}

h4 {
    font-size: 100%;
    color: black;
    font-weight: bold;
    border:none;
}

p {
    line-height: 1.625rem;
}

pre { 
     background-color: #fbfbfd; 
     border: 1px dashed #7e7ecb; 
     color: black; 
     font-size: 100%; 
     line-height: 1.625rem; 
     padding: 1em; 
} 

.video {
     margin-left:auto;
     margin-right:auto;
}

#wiki-page {
    /*background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);*/
    padding: 0px;
}
#wiki-main {
        display:flex;
}

#wiki-header {
    background: #0083ae url(../images/wiki-bg.png) no-repeat right top;
    background-size: 22%;
}

#wiki-navigation {
    width:20%;
    position: inherit;
    top: 5px;
    left: 5px;
    font-size: 14px;
    padding: 5px 5px 5px 0;
    vertical-align: top;
    display: table-cell;
}

#wiki-content {
    position: inherit;
    margin-left: 0px;
    font-size: 15px;
    vertical-align: top;
    font-weight: lighter;
    width: 80%;
    background:#f5f5f5;
}

.portlet {
    background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);

    border: 1px solid #D8D8E7;
    font-size: 100%;
    margin: 16px 0 8px;
    overflow: hidden;
    padding: 0 8px 8px;
        
}


/* Logo */

#logo {
    border: 0;
    margin: 8px 0 0 0;
    float: left;
}

a.logo img {
    height: 100px;
}

/* user menu */

#user-menu { 
    float: right; 
    margin-right: 2em; 
    padding: 0; 
    text-align: center;
}

#user-menu li { 
    display: inline; 
    list-style-type: none; 
    list-style-image: none; 
    padding: 0 0.8em; 
    font-size: 90%;
}

/* Search box */

#nav-search {
    text-align: center;
}
#nav-search form {
    padding: 0;
    margin: 0;
    display: flex;
}

#nav-search br {
    padding-top: 4px;
}
#nav-search input {
    margin-top: 8px;
    background-color: white;
    border: 1px solid #D8D8E7;
}
#nav-search input[type="text"] {
    width: 50%;
    height: 25px;
}
div#nav-search.portlet {
    background: transparent;
    border: none;
    padding: 50px 0px 50px 10%;
}


/*******Default*******************/

#nav-menu {
    margin-top: 2px;
    padding: 0px;
    display:block;
    border-radius:5px;
    border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
    border: none;
    /*color: #e5e5e5;*/
    /*
    background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    */
    background: #f5f5f5;
}

#nav-menu a:hover {
    background: #CCCC;
    display:block;
    border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
    /*color: #EAC730;*/
}

#nav-menu a {
    text-decoration: none;
    color: black;
    font-weight: 500;

}

#nav-menu a.edit {
    /*color: #aa1111;*/
    border-color: #aa1111;
}

#nav-menu hr {
    border: none;
    color: #D8D8E7;
    height: 1px;
    margin: 0px;
}

#nav-menu ul {
    list-style-type: none;
    list-style-image: none;
    overflow: hidden;
    padding: 0px;
    margin-left: 10px;
    display:block;
    line-height: 25px;
}

#nav-menu li {
    margin:0px;
}

#nav-menu li a {
    display:block;
}

/*********sicflex-menu********/

#sicflex-menu {
    padding:0px;
    margin:0px;
}

#sicflex-menu p {
    color: #000;
    font-size:110%;
}

.style-select sicflex-menu {
    background-color:black;
}

#sicflex-menu ul li ul {
    margin: 0;
}

#sicflex-menu li a {
    display: block;
    margin: 0px;
    text-decoration: none;
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
}

#sicflex-menu li li {
    padding:0;
    text-decoration: none;
    color: #e5e5e5;
    border-top: 1px solid #C8C9CA;
    line-height: 25px;
}

/*******contents*****************/

#contents {
    background: f5f5f5;
    padding: 14px;
    padding-top:5px;
    padding-bottom: 0px;
    border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
    line-height: 1.625rem;
    border: none;

    /* background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%); */
}
#contents-header {
    font-size: 0.75rem;
        text-align:right;
    margin-bottom: 0.1em;
        padding:0px;
}
#contentSub {
    color: #7d7d7d;
    margin: 0 0 1em 1em;
}
#siteNotice {
    position: relative;
    text-align: right;
    font-size: 90%;
    padding: 0 0.9em;
}
#content-article {
    padding: 0px 0 10px 0;
}
/*******Menu Horizontal*********/

#tab_menu li {
    /*border-bottom: 1px solid #eee; 
    border-radius:5px 5px 0px 0px;*/
    margin:0px;
    margin-right:0px;
    border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
    /*
    background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -o-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);*/
    background-color: #0083ae;
    border:none;
}

#tab_menu li:hover {
    background: #636466;
}

ul.tab-menu li.active { 
    margin-bottom: -1px !important; 
    border-bottom: 1px solid #fff; 
    font-weight: bold; 
    border: none;
} 

ul.tab-menu li.active a:hover { 
    border-bottom: none; 
} 

ul#tab_menu { 
    padding: 0; 
    margin: 0; 
    margin-left: 0px; 
    background-color: #0083ae;
    /*width: 100%;*/
    color: white;
} 

ul#tab_menu li { 
    padding: 0 0.5em; 
    margin: 4px; 
    margin-right: 0px; 
    font-size: 85%; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
} 

ul#tab_menu li.active { 
    font-size: 90%; 
    background-color: #636466;
}

ul#tab_menu li a { 
    color: white;
} 

ul#tab_menu li a.edit { 
    color: #aa1111;
} 

/********TOC*********/
#toc {
    width:18em;
}

/* WIKI FOOTER */
#wiki-footer {
    /*color:white;*/
    font-size: 0.9375rem;
    font-weight: lighter;
    margin: 0px;
    padding:0px;
}
#start-bottom {
    padding-left: 10px;
}

#start-bottom a {
    color:#0083ae;
}

/* Style for Template */

#Box {
     color:black;
     padding:4px 8px;
     margin:5px 5px 5px 5px;
     border: 1px solid #0083ae;
     background-color: #b2d9e6;
     font-size:100%;
     font-weight:normal;
     color: black;
}

#ruta {
    color:#0083ae;
    font-weight: lighter;
    padding:0px;
    margin:0px;
    font-size:0.85rem;
}

#boxIn {
    font-weight: lighter;
    padding:0px;
    margin:0px;
    background-color: #dcdcdc;
}
#showInfo {
    color:#595;
    padding:4px 8px;
    margin:10px 25px 25px 25px;
    border:1px solid #0083ae;
    background: #c2e7f3;
}

#showImage {
    width:100%;
    max-height:250px;
    overflow: hidden;
}

/* End Style for Template */

#video {
    text-align:center;
}

#header-printeable {
    background: #0083ae;
    color: white;
    text-align: center;
}

#ButtonBlue {
    color: white;
    padding:4px 8px;
    margin:5px 5px 5px 5px;
    background-color: #0000FF;
    width: fit-content;
    font-weight: 500;
    text-align: center;
}

#ButtonRed {
    color: white;
    padding:4px 8px;
    margin:5px 5px 5px 5px;
    background-color: #FF0000;
    width: fit-content;
    font-weight: 500;
    text-align: center;
}


@media screen and (min-width: 601px) {
    
}

@media screen and (max-width: 600px) {
    #wiki-content {
        font-size: 80%;
        width: 100%;
    }
    #wiki-navigation {
        width:0%;
        font-size: 80%;
        visibility: hidden;
    }
    #wiki-header {
        background: #0083ae;
        background-size: 22%;
    }
    #nav-search input[type="text"] {
        width: 70%;
        height: 25px;
    }
}