.yui-borderlayout-scroll-auto > .yui-borderlayout-panelcontent {
        overflow-x: hidden;
        overflow-y: auto;
}
    
.yui-skin-sam .yuimenubaritemlabel {
	    padding:0 10px;
        color: var(--menu-color);
        text-decoration:none;cursor:default;
	    border-style:solid;
	    border-color:#808080;
	    border-width:0px 0;
	    *position:relative;margin:-1px 0;
}
.yui-skin-sam .yuimenubar {
    background: var(--menu-background);
    font-size: 10px;
    border: none;
    display: flex !important;
    align-items: center;
}
.yuimenubar > .bd > ul {
    display: flex;
    flex-wrap: nowrap;
}

div#documentHeader0 {
        background-color: var(--menu-background);
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
}
/*
div#documentHeader {
        display:flex;
        justify-content: center;
}*/

div.logoHeaderP {
        background-color: var(--menu-background);
        height: 100%;
        position: relative;
        right: 5px;
}
div.logoHeaderP .logoText {
  color: var(--menu-color);
  font-family: Verdana;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04px;
  left: 40px; 
  bottom: -8px;
  white-space: nowrap;
  margin-left: 1em;
}

div.mtr-seatmap {
   height: 600px;
   margin-bottom: 12px;     
}

div.silverrail-seatmap {
   height: 360px;
   margin-bottom: 12px;     
}
