
.page-body {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.home-page h1, h1 {
    font-size: 23px !important;
    font-weight: bold;
    text-decoration: underline;
}
   
.elbtextfield {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 91%;
  color: #0000ff;
  text-decoration: none;
  text-align: left;
  background-color: #FFFFFF;
  border-color: #000000;
  border-style:none;

}     
.searchfield {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 83%;
  color: #333333;
  text-decoration: none;
  background-color: #FFFFFF;

}  
.searchbutton {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 83%;
  color: #333333;

}     
.banner-header {
   background-clip: content-box;
   width: 100%; 
   height:96px; 
   margin-bottom: 2px;
}  
@media screen and (max-width: 603px) {    /* adjust height of banner for small devices  */
  .banner-header {
     margin-top: -20px;
  }
} 


#columnRight {
   width:  30%;
   float: left;
   background: white;
   padding-bottom: 1em;
  }
#columnLeft {
    float: left;
    width: 200px;
    background-color: transparent; 
	padding-bottom: 1em;
	text-align:justify;
	}
#columnMain {
    margin-top: 10px;
    width: 100%;
	}

.content-main {
}

.headertextlarge {
    color: #6088e3; /*  blue   #04329C#6088e3 */
    /*color: #A40F6A; purple */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 166%;
    font-weight: bold;
}

.headertextmed {
    color: #6088e3; /*  blue   #04329C#6088e3 */
    /*color: #A40F6A; purple */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 135%;
    font-weight: bold;
}

.headertextnormal {
    color:#6088e3; /*  blue */
    /*color: #A40F6A; purple */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 116%;
    font-weight: bold;
}

@media screen and (max-width: 603px){      /* ??? */
  .content-main {
  }
  .mobile-hide {
      display: none;
  }
}
.page-input input {
    width: 100%;
    max-width: 250px;
    padding-top: 2px;
    padding-botton: 2px;
}

.long-input {
    width: 56%;
}

@media screen and (max-width: 842px) {
    .long-input {
        width: 96%;
    }
}  
    
@media screen and (max-width: 768px) {
    input, textarea, select {
        font-size: 120% !important;
    }                                                                         
}

@media screen and (max-width: 603px) { 
    input, textarea,  select {
       font-size: 133%  !important;
    }
    .page-input input, .page-input select{
        width: 90%;
        max-width: 200px;
    }

}     

div.upload-file {
    float: left;
    margin-top: -4px;
    margin-bottom: 8px;
}


  
  
	
#footer {
	position: absolute;
	width: 646px;
	height: 16px;
	right: 0;
	bottom: 0;
	left: 172px;
	font-size: 100%;
	font-weight: bold;
	background-color: #243E92;
	border-top: 0px solid #333;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	top: 721px;
	}
	
#footer2 {
	position: absolute;
	width: 642px;
	height: 16px;
	right: 0;
	bottom: 0;
	left: 174px;
	font-size: 83%;
	background-color: #ffffff;
	border-top: 0px solid #333;
	text-align: center;
	top: 739px;
}
.mn-footer-fixed {
    bottom: 0;
    clear: both;
    display: block;
    margin: 15px auto 5px;
    opacity: 0.5;
    position: fixed;
    width: 100%;
    max-width: 960px;
}
.mn-footer-fixed:hover {
    opacity: 0.9;
}
.mn-footer-relative {
    bottom: 0;
    clear: both;
    display: block;
    margin: 60px auto 2px;
    opacity: 1;
    position: relative;
    width: 100%;
    max-width: 960px;
}

.section-header {
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    font-style:normal;
    color:#000000;
    border-bottom: 1px;
    border-bottom-style: solid;
}
.section-header-fancy {
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    font-style:normal;
    color:#000000;
    background-image: url('../images/short_gray_gradient.jpg');
    background-repeat:repeat;
    border-bottom: 1px;
    border-bottom-style: solid;
}
 .section-header-blue {
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    font-style:normal;
    color:#000099;
    border-bottom: 1px;
    border-bottom-style: solid;
}
.section-header-blue-fancy {
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    font-style:normal;
    color:#000099;
    background-image: url('../images/short_gray_gradient.jpg');
    background-repeat:repeat;
    border-bottom: 1px;
    border-bottom-style: solid;
}

#imageleft {
    float: left;
	border: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	}		
#imageleftActual {
    float: left;
	
	border: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}		

/*  login page */
.login-container {
    width: 320px;
    margin-left: 40px;
}
@media screen and (max-width: 480px) {
   .login-container {
       width: 300px;
       margin-left:5px;
   } 
}  
.login-link {
    float: right;
    width: 36px;
    text-align: center;
    margin-left: 7px;
    margin-right: 5px;
}
.login-welcome {
    color: #000099;
}

.smalllink {
font: bold 9px Verdana;
}
.smalllink a {
color: #494949;
font-weight: normal;
text-decoration: none;
text-align: left;
display: block;
padding: 0px 0px 0px 0px;
width: 145px;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
background-repeat: no-repeat;
margin-bottom: 0px;
}

.smalllink a:hover, .smalllink a:active {

color: #000000;
background-repeat: no-repeat;
text-decoration: underline;
}
			  				
.linkblue a {
color: #0000FF;
text-decoration: none;
text-align: left;
font-size: 100%;
padding: 0px 0px 0px 0px;
list-style-position:outside;
list-style-type:disc;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-repeat: no-repeat;

}
.linkblue a:hover {

background-repeat: no-repeat;
text-decoration: underline;
}

.linkblue-basic a {
color: #0000FF;
text-decoration: none;
font-size: 100%;
padding: 0px 0px 0px 0px;
}
.linkblue-basic a:hover {
text-decoration: underline;
}


.linkblack {
font-size: 91%;
width: 129px;
padding: 0px 0px 0px 0px;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
margin-top: 0px;
margin-bottom: 0px;
}

.linkblack a {
color: #333333;
background-color: #D2EBFF;

text-decoration: none;
text-align: center;

background-repeat: no-repeat;

}
.linkblack a:hover {

background-repeat: no-repeat;
text-decoration: underline;
}

.linkblacklarger a {
color: #333333;
background-color: #D2EBFF;
text-decoration:none;
text-align: center;
font-size: 116%;
font-weight: bold;
padding: 0px 0px 0px 0px;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
margin-top: 0px;
margin-bottom: 0px;
background-repeat: no-repeat;

}
.linkblacklarger a:hover {

background-repeat: no-repeat;
text-decoration: underline;
}

 span.linkblacksp  {
color: #333333;
text-decoration: none;
text-align: left;
font-size: 100%;
padding: 0px 0px 0px 0px;
list-style-position:outside;
list-style-type:disc;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-repeat: no-repeat;

}
span.linkblacksp:hover {

background-repeat: no-repeat;
text-decoration: underline;
}
	
.linkblackinput input {
color: #333333;
text-decoration: none;
text-align: left;
font-size: 100%;
padding: 0px 0px 0px 0px;
list-style-position:outside;
list-style-type:disc;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-repeat: no-repeat;

}
.linkblackinput input:hover {

background-repeat: no-repeat;
text-decoration: underline;
}
			
                   
.elbtextfieldsmall {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 83%;
  color: #333333;
  text-decoration: none;
  text-align: left;
  background-color: #FFFFFF;
  border-color: #000000;
  border-style:none;
}
.elbtextfieldmedium {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #333333;
  text-decoration: none;
  text-align: left;
  background-color: #FFFFFF;
  border-color: #000000;
  border-style:none;
}

.elbtextfieldmedium-blue {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: blue;
  text-decoration: none;
  text-align: left;
  background-color: #FFFFFF;
  border-color: #000000;
  border-style:none;
}

.left-side {
    float: left;
	display: inline;
}
.right-side {
    float: right;
}
.image-margin {
   margin: 4px 4px 4px 4px;
}
.image-place {
   margin-bottom: 2px;
   max-width: 270px;
   max-height: 203px;
   }

.first-letter {
    font-size: 116%
}
.text-bold {
    font-weight: 600;
}
.text_09 {
  font-size:75%;
}
.text_10 {
  font-size:83%;
}
.text_11 {
  font-size:91%;
}
.text_12 {
  font-size:100%;
}

.text_13 {
  font-size:108%;
}
.text_14 {
  font-size:116%;
}
.text_15 {
  font-size:125%;
}
.text_16 {
  font-size:133%;
}
.text_18 {
    font-size: 148%;
}
.text_20 {
    font-size: 155%;
}
.textAlignLeft {
	text-align: left;
}
.textAlignRight {
	text-align: right;
}
.activeMenu {
    text-decoration: underline;
}

.show-it {
    display:inline;
}
.hide-it {
    display: none;
}
	
/* status message */
.error-msg-red {
    color: red;
}
.success-msg {
    color: green;
}
 .success-msg > i:before {
    content: "\f00c";    /* check mark */
}
.error-msg-red > i:before {
    content: "\f071";    /* exclamation mark */
}

.text-blue {
    color: blue;
}
.text-gray {
    color: gray;
}
.selected-color {
    background-color:  #F9EDBE;
}

/* preview panel layers  */
.html-container {
    max-width: 100%;
    border-style: none;
    border-width: thin;
    height: 850px;
    background-color: #A8A8A8;
    z-index: 100;
    overflow-y: scroll;
    overflow-x: hidden;
}
.html-page {
    min-height: 825px;
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #FFFFFF;
    z-index: 200;
}
.html-data {
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #FFFFFF;
    z-index: 300;
}

#image_container {	
    float: right;
    border-style:solid;
	border-width:thin;
	position: absolute;
	left: 384px;
	top: 75px;
	}
	
.image-description {
   font-size: 100%; 
   margin-left: 10px; 
   margin-right: 10px; 
   margin-bottom: 2px; 
   text-align:center   	
	}		

.blacklink a:link {
color:#000000;
font-weight: normal;
text-decoration:none;
}
.blacklink a:visited {
color:#000000;
font-weight: normal;
text-decoration:none;
}
.blacklink a:hover {
	
	text-decoration: underline;
	font-weight:normal; 
}


.text-link a{
font-family: Verdana;
color: #000000; 
}
.text-link a:link{
font-weight: normal;
text-decoration: none;
text-align: left;
display: block;
padding: 0px 0px 0px 0px;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
background-repeat: no-repeat;
margin-bottom: 0px;
}

.text-link a:hover, .text-link a:active {

color: #000000;
background-color:#D8D8D8;
text-decoration: underline;
}


.text-link-bg a{
font-family: Verdana;
color: #000000; 
background-color:#F5F5F5;
}
.text-link-bg a:link{
font-weight: normal;
text-decoration: none;
text-align: left;
padding: 0px 0px 0px 0px;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
background-repeat: no-repeat;
margin-bottom: 0px;
}
.text-link-bg a:hover, .text-link-bg a:active {
color: #000000;
background-color:#D8D8D8;
text-decoration: underline;
}

.text-link-nobg a{
font-family: Verdana;
color: #000000; 
}
.text-link-nobg a:link{
font-weight: normal;
text-decoration: none;
text-align: left;
padding: 0px 0px 0px 0px;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
background-repeat: no-repeat;
margin-bottom: 0px;
}
.text-link-nobg a:hover, .text-link-nobg a:active {
color: #000000;
background-color:#D8D8D8;
text-decoration: none;
}

.text-link-bg-blue a{
font-family: Verdana;
color: #000000; 
background-color:#F2F7FF;
}
.text-link-bg-blue a:link{
font-weight: normal;
text-decoration: none;
text-align: left;
display: block;
padding: 0px 0px 0px 0px;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
background-repeat: no-repeat;
margin-bottom: 0px;
}
.text-link-bg-blue a:hover, .text-link-bg-blue a:active {
color: #000000;
background-color:#E1ECFF;
text-decoration: underline;
}

.text-link-bg-yellow a{
font-family: Verdana;
color: #000000; 
background-color:#F9EDBE;
}
.text-link-bg-yellow a:link{
font-weight: normal;
text-decoration: none;
text-align: left;
display: block;
padding: 0px 0px 0px 0px;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
background-repeat: no-repeat;
margin-bottom: 0px;
}
.text-link-bg-yellow a:hover, .text-link-bg-yellow a:active {
color: #000000;
background-color:#F5DF8D;
text-decoration: underline;
}

.text-bg-none {
font-weight: normal;
font-family: Verdana;
text-decoration: none;
}    
.text-bg-none:hover {
text-decoration: underline;
cursor: pointer;
}

.text-bg-no-hover {
font-weight: normal;
font-family: Verdana;
color: #000000; 
background-color:#F5F5F5;
text-decoration: none;
text-align: left;
}    

.text-bg {
font-weight: normal;
font-family: Verdana;
color: #000000; 
background-color:#F5F5F5;
text-decoration: none;
text-align: left;
}    
.text-bg:hover {
color: #000000;
background-color:#D8D8D8;
text-decoration: underline;
cursor: pointer;
}

.text-bg-blue {
font-weight: normal;
font-family: Verdana;
color: #000000; 
background-color:#E8EFFF;
text-decoration: none;
text-align: left;
}    
.text-bg-blue:hover {
color: #000000;
background-color:#DAEFFE;
text-decoration: underline;
cursor: pointer;
}

.text-bg-blue:active {
color: #000000;
background-color:#FFFFFF;
text-decoration: none;
}

.text-bg-yellow {
font-weight: normal;
font-family: Verdana;
color: #000000; 
background-color:#F9EDBE;
text-decoration: none;
text-align: left;
}    
.text-bg-yellow:hover {
color: #000000;
background-color:#F5DF8D;
text-decoration: underline;
cursor: pointer;
}
    
	
.linkblack-gray {
font-size: 91%;
padding: 0px 0px 0px 0px;
border-top: 0px solid #EEEEEE;
border-right: 0px solid #666666;
border-bottom: 0px solid #666666;
border-left: 0px solid #EEEEEE;
margin-top: 0px;
margin-bottom: 0px;
}

.linkblack-gray a {
color: #333333;

text-decoration: none;
text-align: center;

background-repeat: no-repeat;

}
.linkblack-gray a:hover {

background-color: #F3F3F3;
background-repeat: no-repeat;
text-decoration: underline;
}
.mobile-text-link  {
    color:#0080C0;
    font-family: Tahoma, Verdana; 
    background-color:#EBEDF1;
    font-weight: 600;
    text-decoration: none;
    }
.mobile-text-link:focus {
    text-decoration: underline; 
    background-color:#D8D8D8;
}
.mobile-text-link:link {
    color:#0080C0;
    background-color:#EBEDF1;
    text-decoration: none;
}
.text-link:visited {
    color:#0080C0;
    background-color:#EBEDF1;
    text-decoration: none;
}
.mobile-text-link:hover {
    text-decoration: underline; 
    background-color:#D8D8D8;
}
.mobile-text-link:active {
    text-decoration: underline; 
    background-color:#D8D8D8;
}

.text-button {
    width: 25px;
	}
.tab-item {
}	
label.label-top {
    display: block;
    font-weight: 100;
    text-decoration: underline;
    margin-top: 5px;
    margin-bottom: 1px;
    color: gray;
    
}

.calendar-header {
    text-align: left;
    margin-left: 24px;
}

@media screen and (max-width: 480px) {
    .calendar-header {
        text-align: left;
        margin-left: 5px;
    }
}

#calendar-container-large {
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
}

#calendar-container-small {
	top: 400px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
#calendar-small-timezone {
	 
	font-size: 83%; 
	background-color: #ffffff; 
	text-align: center; 
	width: 194px; 
	left: 5px; 
	top: 773px;
}
#time-zone {
    width: 120px;
    margin-left: 25px;
}
#columnLeft .tree {
    height: 240px;
    margin-left: 0px;
    border-bottom-style:solid;
    border-bottom-width:thin;
    overflow-y: scroll;
}
.tree ul {
    list-style-type: none;
}
.tree li {
    list-style-type: none;
}
.tree-label {
    display: inline-block;
}
.tree .fa-file-o:hover:before {
    content: '\f15b';
}
.tree .fa-folder-open-o:hover:before {
    content: '\f07c';
}
.tree .fa-trash-o:hover:before {
    content: '\f1f8';
}
.tree .fa-share-alt:hover:before {
    content: '\f1e1';
}

#doc-viewer {
    width: 100%;
}
#doc-viewer-content {
    width: 100%;
}
.image-width {
    width: 100%;
}
.image-preview {
    width: 100%;
}

.image-repeat {
    background-repeat: repeat-y;
}
.image-no-repeat {
    background-repeat: no-repeat;
}
td.border-bottom-style, th.border-bottom-style {
    border-bottom-style: solid;
    border-bottom-width: thin; 
    border-bottom-color: #CCC;
}

#desc1_container {
    display: block;
}
#desc2_container {
    display: none;
}
#desc3_container {
    display: none;
}
.input-area {
}
.input-area-noborder {
    border-style: none;
}
.input-area-locked {
    background-color: #F5F5F5;
}
.input-area-unlocked {
    background-color: white;
}

.gradient-header-gray {
      background-image: url('../images/short_gray_gradient.jpg') !important;
      background-repeat: repeat !important;   
}

#description-container {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px; 
    overflow: hidden;
}
.description-width {  /* default width */
   width: 68%;
}

@media screen and (max-width: 603px) {
   .description-width {  
       width: 100%;
   }
}

.description-text {
    margin-left: 20px; 
}
.description-text-collapse {
    height: 194px;
}

.description-text-normal {
    min-height: 170px;
}

.description-more {
    display: block;
    position: absolute;
    right: 3px;                  
    bottom: 0px;
    z-index: 99;
}
#description-right {
    float: right;
    width: 29%;
    margin-top: 10px;
    margin-right: 5px;
}
#blog-section {
    float: left;
    margin-top: 12px;
    margin-left: 0px;
    width: 100%;
    height: 1050px;   
}

.input-width {
   width: 90%;
   margin-left: 3%;
} 
.expand-box-image {
    width: 13px;
}
@media screen and (max-width: 603px) {
    .expand-box-image {
        width: 22px;
    }
}
.event-type-button {
    width: 15px !important;
} 
/*  my list box */
.my-list-box {
    border-style: solid;
    border-width: thin;
    border-color: gray; 
    height: 77%; 
    overflow-y: hidden;
}
.my-list-box-slider {
    position: relative;
    top: 0px;
}

.my-list-box-line {
    display: block;
    postion: relative;
    width: 100%;
    height: 17px;

}
.my-list-box-header {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: gray;
}
.my-list-box-item {
    background-color: white;
    color: black;
    width: 100%;
}
.my-list-box-item:not(.my-list-box-item-selected):hover {  /* :not not working*/
    background-color: LightGray;
}
.my-list-box-item span {
    cursor: pointer;
}
.my-list-box-button-container:hover {
    background-color: #F4F4F4;
    cursor: pointer;
}
.my-list-box-item-selected {
    background-color: #ffeda6;
}
.my-list-box-button-container {
    float: right;
}
.my-list-box-footer {
    margin-bottom: 5px;
}
.my-list-box-next {
    float: right;
    padding: 0 6px 0 6px;
}
.my-list-box-prev {
    float: left;
    padding: 0 6px 0 6px;
}
/* end my list box */
    
.event-color-box {
    float: left;
    margin: 5px 10px 1px 3px;
    width: 112px;
    height: 61px;
}
.event-list-line {
}
/* used on profile screen  */
span > br {
    display: none;
}
@media screen and (max-width: 650px) {
    span > br {
        display: block;
    }
}

.group-detail-container {
    height: 300px;
}

#user-info table td  {
    height: 27px;
}
#user-info table td .component-setup  {
    min-height: 27px;
}

#random-image {
    height: 34px;
}
#refresh-random-image {
    vertical-align: middle;
}
#refresh-random-image:hover {
    cursor: pointer;
}

/* hamburger buttton */
.ham-btn-container {
    border-style: solid;
    border-width: thin;
    border-radius: 4px;
    padding: 2px 4px;
}    
.ham-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}
 
.ham-btn span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background: #666;
    z-index: 99;
}   
.ham-btn:hover {
    background: #ccc; 
}  

/* ajax loading, spinner styles  */
#ajax-loading {
    display: none;
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0px; 
    left: 0px; 
    z-index: 99998;  
}
#ajax-loading .spinner {
    position: fixed; 
    z-index:99999; 
    max-width: 50px; 
    top: 50%; 
    left: 50%; 
    transform: translate(-132%, -50%);
}
#ajax-loading .spinner-img {
    width: 120px; 
    height: 120px;
}   

.ua-safari #ajax-loading .spinner {
    position: fixed; 
    z-index:99999; 
    max-width: 50px; 
    top: 30%; 
    left: 35%; 
    transform: translate(-132%, -50%);
}      

.component-setup {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: lightGray;
} 
.span-float {
    float: left;
    height: 23px;
}
.span-clear {
    clear: both;
}    

/* login - welcome layer */

#login-layer {
    font-size: 82%;
    height: 22px;
    position: absolute;
    width: 124px;
    z-index: 3;
}

#welcome-layer {
    float: right;
    font-size: 82%;
    height: 33px;
    width: 150px;
    z-index: 3;
}    
    
#welcome-layer .login-welcome {
    display: block;
    text-align: right;
    margin-top: -1px;
}
#welcome-layer .account-welcome {
    display: block;
    text-align: right;
}
#welcome-layer select#currentAccount {
    border: 0px;
    outline: 0px;
    margin-top: 0px;
    width: 86px;
}

@media screen and (max-width: 886px) {
    
    #welcome-layer .login-welcome {
        margin-top: -7px
    }
    #welcome-layer select#currentAccount {
        margin-top: 0px;
        width: 100px;
    }
}
 
/* banner - menu */ 
@media screen and (max-width: 586px) {
    
    .touch .header-wrapper .top-banner {     /* removed .touch for testing on pc     */
        margin-top: -26px;
    }
}
.touch #welcome-layer .login-welcome {
        margin-top: -1px
}

.touch .header-wrapper .navbar {         
    height: 66px;
}
.touch .header-wrapper .navbar button.hamburger {
    margin-top: 14px;
}
.touch .header-wrapper ul.nav {
    margin-top: 7px;
}
.touch .header-wrapper ul.nav li a {
    padding-bottom: 25px;
}
    
