.lo-left-footer {
	width: inherit;
}
.lo-content-footer {
    padding: 30px 15px 0;
}

body, input, textarea, table, td {
    font-family: larsseitregular, helvetica, arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
}
.link-text {
	text-decoration:none;
	display:inline;
	color:#008EE1;
	border-bottom:1px solid transparent;
	font-weight:normal;
	font-size:1em;
}
.link-text:hover {
  border-bottom:1px solid #0179C7;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  text-decoration:none;
  color:#0179C7;
 }
.external-link:before {
	content: "\e614";
	font-family: 'aol-core';
	speak: none;
	margin-right:2px;
}

.page-intro-description {
    margin: 0 0 20px 0;
}

.tags {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}