/* Speedtest CSS */

html body #kl-header {
	width: 100%;
	background-color: #1F2A44;
	box-shadow: 1px 50px 100px 0 #cacaca;
    min-width: 25px;
    min-height: 35px;
    padding: 0;
}
html body #kl-header .kl-header-link {
	width: 25%;
	float: left;
	margin-top: 10px
}
html body #kl-header .kl-header-link a {
	color: #FFFFFF;
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	text-decoration: none;
}

html body #kl-style {
	background-color: #FFFFFF;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
html body #kl-nav-bar {
	position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	background-color: #FFFFFF;
}

html body #kl-nav-bar img {
	max-height:80px;
	max-width: 70%;
	position: absolute;
	left:0px;
	margin: 10px 0px 0px 10px;
}

h4.subtitle {
    font-size: 24px;
    color: red;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

