/****************************************************
Resource List
****************************************************/

.jrResourcesContainer {
	margin-bottom: 30px;
}

.jrListingResource {
    margin: 0;
    padding: 14px 0;
	border-bottom: 1px solid #E1E1E1;
}

.jrListingDetail .jrListingResource {
	overflow: hidden;
	padding: 1.5em 0;
	margin-left: 5px;
}

.jrListingResource .jrItemThumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.jrListingResource .jrResourceContent {
	margin-right: 110px;
}

.jrListingResource .jrResourceTitle,
.jrListingResource .jrResourceListingTitle,
.jrListingResource .jrResourceUser,
.jrListingResource .jrResourceCreatedDate {
	margin-bottom: 5px;
}

.jrListingResource .jrResourceListingTitle,
.jrListingResource .jrResourceUser,
.jrListingResource .jrResourceCreatedDate {
	font-size: 1em;
}

.jrListingResource .jrResourceDescription {
	margin-bottom: 5px;
	color: #515151;
	font-size: 1em;
}

.jrListingResource .jrResourceInfo {
	float: right;
	text-align: right;
	font-size: 1em;
	white-space: nowrap;
}

	.jrListingResource .jrResourceDate {
		margin-bottom: 5px;
		white-space: nowrap;
	}

.jrListingResource .jrSuccess {
	margin: 0;
}

.jrResourceTypeTitle {
	margin-top: 20px;
}


/****************************************************
Resource Form
****************************************************/

.jrResourceForm .jrFieldDiv .jrDate {
	width: 100px !important;
}


/****************************************************
Resources Module
****************************************************/

.jrModuleContainer .jrListingResourceItem {
	float: left;
}

.jrModuleContainer .jrListingResource.jrLastItem  {
	padding-right: 0px !important;
}

.jrModuleContainer .jrResourceListingTitle,
.jrModuleContainer .jrResourceUser,
.jrModuleContainer .jrResourceCreatedDate,
.jrModuleContainer .jrResourceDate,
.jrModuleContainer .jrResourceClicks {
	margin-bottom: 5px;
}


/* Smartphone */

@media (max-width: 480px) {

	.jrListingResource .jrResourceContent {
		margin-right: 0;
	}
	.jrListingResource .jrResourceInfo {
		float: none;
		display: block;
	}

}