

.app-logo {
	display: block;
    margin: 0 auto;
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
	width:218px;
	height:50px;
	background-image:url('../img/logo.png');
    background-repeat:no-repeat;
    background-size: contain;
	text-indent:-9999px;
    overflow:hidden;
}

.app-brand-logo {
    /*padding-left: 43px;*/
    text-align: left;
    /*background: url('../img/ln-logo.png') no-repeat 0 13px;*/
}

.haven {
    position: absolute;
    bottom: 28px;
    right: 28px;
}

.haven a {
    display: block;
    width: 80px;
    height: 37px;
    background: url('../img/haven.png') no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*
    Overrides -- */
.pagination {
    margin:0px;
    padding:0px;
}