body {
  font-family: 'Montserrat', sans-serif;
}

.header {
  width: 1200px;
  height: 75px;
  margin: 20px 0 10px 0;
}
.header .logo {  
  width: 100px;
  padding-right: 20px;
  border-right: 1px solid #13465f;
  vertical-align: middle;
}
.header .title {
  width: 780px;
  color: #13465f;
  letter-spacing:2px;
  position: relative;
  top: 10px;
}
.header .title .subtitle {
  font-size: 10px;
  font-style: italic;
  letter-spacing:2px;
}
.header div {
  display: inline-block;
  margin-left: 20px;
}
.header .download img {
  vertical-align: middle;
  cursor: pointer;
}
.footer {
  font-size: 10px;
  color: #13465f;
}

a {
	font-family: Arial;
	text-decoration: none;
	color: #4F9BC9;
}

div.tooltip { 
  position: absolute;         
  padding: 10px;
  padding-top: 0;      
  font: 12px sans-serif;    
  background: #fff; 
  color: #666;
  border: 1px solid #666;    
  border-radius: 8px;     
  pointer-events: none;
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.24); 
  -moz-box-shadow:0 1px 4px rgba(0,0,0,0.24); 
  box-shadow:0 1px 4px rgba(0,0,0,0.24);
}

