/* HEADER update*/

.LayoutHomePageLayout header{
  height:50px;
}
.navbar-header {
float: left;
margin-left: 8px;
}
header ul{
  padding:0px;
  list-style:none;
}
.sf-menu{
  float:left;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
	position:relative;
}
.sf-menu > li > a{
  line-height: 1.428571429;
}

.sf-menu a {
	display: block;
	position: relative;
        padding:0.75em 1em;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
body footer > .container{
  max-width:940px!important;
}

body footer {
  padding-bottom:8px;
}

body footer .copyright,
body footer .primaryLinks li{
  font-size:11px;
}
body footer .secondaryLinks{
  line-height: 1.428571429;
}
bottom-left-radius: 10px; {
}

.ModuleEventLatest.Upcoming .ModuleHeadline{
display:block;
}

.StockTableItem p span {
    margin-right: 5px;
}

.StockHistorical select {
    margin-right: 8px;
}
.StockHistorical .stock-selects {
    padding: 20px 0;
}

.StockHistorical .text {
    margin-right: 8px;
}

@media (max-width: 479px) {
    .StockHistorical .text {
        display: none;
    }
}

.PressReleaseDetails .PaneContentInner {
    overflow: visible;
}