.masterHeader {
    background-color: #ffffff !important;
    border: #00205B solid 5px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.masterHeaderText{
  color: #00205b !important;
  padding:0;
}
.menu {
    background-color: #00205B !important;
}
.masterHeader img{
 display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(logotype-horizontal.png) no-repeat;
  width: 223px; /* Width of new image */
  height: 93px; /* Height of new image */
  padding-left: 223px; /* Equal to width of new image */
  margin:20px auto;
 }
 
 
.tooltip{
    background: #F4F4F4;
	padding:10px;
}
.tooltip-hover {
    position: absolute;
    left: 395px;
    width: 400px;
    margin-top: -40px;
	background: #F4F4F4;
	padding:10px;
}


.tooltip-hover:after {
    right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(244, 255, 145, 0);
	border-right-color: #F4F4F4;
	border-width: 20px;
	margin-top: -20px;
}

ul.hrd li button{
font-size: 18px;
}

#infotext{
padding-bottom:30px;
}

ul.hrd{
padding-bottom:300px;
}