
	#header {
   padding-top: 25px;
}

#logo img {
  height:50px;
  width: 248px;
}

.resource-links {
  display:inline-block;
padding:0;
  margin:0;
  max-width: 100%;   
  min-width: 80%;
}

.resource-links > li {
  padding: 5px 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.resource-links a {
  color: #36597C;
  font-size: 10pt;
  font-weight: 300;
}

.resource-links a:hover {
text-decoration: underline;
}