/** SKIN OVERLOADS ************************************************************/

/*	Extension MS	*/
div#scDepotStack {
  position: absolute;
  top: 12px;
  left: 180px;
  color: #ffffff;
}
div#scDepotStack a{
  color: white;
  text-decoration:none;
}
div#scDepotStack a:hover{
  text-decoration:underline;
}

/*modification*/

#page {
	/*width: 100%;
	max-width:1200px;
	box-sizing:border-box;*/
	margin:0 auto;
	position: relative;
	box-shadow:  0px 0px 20px 0px #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}

#header{
	z-index:10;
	position: relative;
	min-height: 40px;
	font-family: roboto;
	background: #666666; /* Old browsers */
	background: linear-gradient(to right,  #28658e 0%,#ee4f45 100%); /* W3C */
	color:white;
}

#header h1{
	flex: 2 1 auto;
	order:3;
	text-align: right;
	padding-right:5px;
	font-size: 1.2em;
	line-height: 1.5em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#footer{
	z-index:10;
	position: relative;
	min-height: 40px;
	font-family: roboto;
	background: #a4a4a4 ; /* W3C */
	color:white;
}
#footer nav a {
	background-color: #28658e;
	position: absolute;
	top:0;
	height: 40px;
	line-height: 40px;
	font-size: 1.3em;
	width: 40px;
	text-align: center;
	padding:0;
	text-transform: uppercase;
}

#main{
	font-family: roboto;
	position: relative;
	background-color: #f2ece8;
	width: 100%;
}

#content{
	min-height:90vh;
	background-color: white;
	font-family: roboto;
	font-size: 1.2em;
}

.linkSection,
.subSecUi{
	background-color:#F1F1F1;
	display: inline-block;
	margin:10px;
	min-width:80%;
	border-radius:7px;
}
#outline{
	font-size:1.1em;
}

#stack{
	position:absolute;
	top:48px;
	right:3px;
	height:20px;
	left:203px;
	font-size:0.9em;
	overflow:hidden;
	color:black;
}

.schResFrame {
    position: fixed;
    left: 50%;
    bottom: -80px;
    width: 60vw;
    margin-left: -30vw;
    color: #28658e;
    background: #28658e;
    border-right: 2px solid #c29ac4;
    border-top: 2px solid #c29ac4;
    border-left: 2px solid #c29ac4;
    height: 50px;
    transition: all 0.4s ease-out;
    z-index: 91;
}

input.searchText, input.schInput {
    border: 1px solid #fff;
    padding: 0 3px;
    color: #757575;
    height: 20px;
    width: 200px;
    border-radius: 10px;
    font-size: 1.0em;
    background-color: #fff;
}

#logo{
	flex: 0 0 auto;
	order:4;
	margin: 3px 5px;
	height:34px;
	border-radius: 5px;
}