/* Show a dashed line under any element with a title attribute, so users know more information is available */
[title] {
	border-bottom: 1px dashed #999;
}
.navbar-brand > img {
	display: inline;
	height: 60px;
}
.navbar-brand > span {
	vertical-align: top;
}

body {
    font-size: 14px;
}