/*.ui-header .ui-btn {
    background: none;
    border: none;
    top: 9px;
}*/

.ui-footer-fixed{
    padding-bottom: 0.5em;
    height: 2em;
}

.ui-body-b{
background:#eee;
}	

.center-content{
text-align:center;
}

#resourceContent img {
    max-width: 100%;   
}

			
/* RESOURCE */

.resource{
	display:block;
	float:left;
	margin-right:0.5em;
	width:6.5em;	
	height:9em;	
	box-sizing:border-box;
	overflow:hidden;
}

.resource img{
	width:100%;
}

.resource-title{
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.list-resource-elibu .resource{
	height:13em;
}

.list-resource-elibu .resource img{
	height:9em;
}

/* END RESOURCE*/