.bkBase.bkExtra {
    box-shadow: none;
}
:root{
	--fontSize: 1.5em;
	--fontStyle: sans-serif;
	--rootBG: #ffffff;
  --maxWidth: 1280px;
  --contentBG:#fff;
	--contentFG: black;
  --titleColor: #777777;
	--borderColor: #e0e0e0;
  --borderWidth: 8px;
	--borderRadius: 1em;
	--accentColor: #00aaff;
	--accentColorLight: #aaaaaa;
  --emphasisBG: #f6f6f6;
  --emphasisRadius: 1em;
  --extraBG: transparent;
  --extraRadius: 0em;
}
html, body{
    height:auto;
}

body {
    min-height: calc(100% - 60px);
    margin: 0px 0 0;
    box-shadow: 0 0 5px #777 inset;
    padding: 0px 100px 0;
}

body::before {
    content: "";
    background: #ffffff url("img/tpl/SimTurbLogo.svg") no-repeat scroll 
		3px 3px / auto 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
ul.outCat li.outCat_sel_yes .outCat_i {
    color: #fd7400;
}

ul.outCat li.outCat_sel_yes .outCat_i::after{
    background-color: #fd7400;
}
a.rootLnk {
    color: var(--titleColor);
    font-size: 1.1em;
}
