html, body {
    color: #3b3b3b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#header-company-logo{
        position: relative;
        float: left;
        background-image: url(FileHive.png);
        top: 10px;
        left: 10px;
        width: 300px;
        height: 99px;
        z-index: 1;
		}

#header {
        width: 100%;
        height: 99px;
        margin: 0;
}

#header-title{
	width: 100%;
	margin: auto;
	float:	left;
	padding-left:	21px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 2.1em;
	color:#62696D;
}

.pwm-icon-search::before {
    content: "";
}

#header {
    background-image: ;
    background: #FFFFFF;
}

#localeSelectionMenu {
display:none
}

#centerbody {
    background: #fafafa;
    min-width: 600px;
    margin-top: 20px;
    border-radius: 5px;
    border: 3px solid;
    border-color: #b2b2b2;
	text-align: center;
}

.btn {
    color: #000000;
    border: 1px solid #000000;
    background: #e6e6e6;
}
.btn:hover {

}
.btn:disabled {
      color: #cfcfcf;
}

#UKPLegal {
    padding:10px;
	text-align: left;
}

ol#numbered {
  list-style: none;
  counter-reset: SubItemCount;}
ol#numbered li#numbered {counter-increment: SubItemCount }
ol#numbered li#numbered::before { content: "20." counter(SubItemCount) ". "}
