/*
IHE Delft stylesheet
Version 1.0
 */

#header {
 height: 76px;
 background: none;
 background-image: none;
 background-color: rgb(43, 51, 74);
 padding-top: 20px;
}

#header-center {
 padding: 0px;
}

#header-company-logo {
 position: relative;
 float: left;   
 background-image: url('/pwm/public/resources/logo-ihe.svg');
 height: 61px;
 width: 132px;
 top: 0px;
 left: 0px;
 margin-left: 40px;
 margin-right: 20px;
 z-index: 1;
}