.smaller {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	vertical-align: middle;
}

.no-display {
	display: none;
}

#crm-listing {
	padding: 10px;
	background: #FFF;
	color: #000;
	width: 97%;
}
	#forever-crm table {
		width: 100%;
	    border-collapse: collapse;
	    border-spacing: 0;
	}
		#forever-crm th {
			padding-bottom: 8px;
		}
		#forever-crm td {
			padding: 8px;
			border: 1px solid #EEE;
		}
		#forever-crm tr td:first-child {
			font-weight: 400;
			font-size: 18px;
		}
		#forever-crm tbody tr:nth-child(odd) td:last-child {
			text-align: right;
		}
		#forever-crm tbody tr:nth-child(even) {
			display: none;
			font-size: 12px;
			line-height: 16px;
			text-align: left;
			padding: 8px 16px;
		}
		#forever-crm tbody tr:nth-child(odd) td:first-child {
			border-bottom: 0;
		}
		#forever-crm tbody tr:nth-child(even) td:first-child {
			border-top: 0;
		}

		#forever-crm tbody tr:nth-last-child(2) td:first-child {
			border-bottom: 1px solid #EEE;
		}

#crm-search {
	text-align: right;
	margin-right: 1.2%;
	margin-bottom: 10px;
}
	#crm-search input, #crm-search select {
		height: 30px;
		margin: 0 0 0 15px;
		vertical-align: top;
	}
	#crm-search input[type=submit] {
		padding: 6px 20px;
		color: #FFF;
		border: 0;
		font-size: 14px;
		font-weight: 700;
		line-height: 18px;
		background: #ee3a43 !important;
	}

#forever-crm td.no-results {
	border: 0;
	text-align: center !important;
}

#forever-crm tbody tr:nth-child(even) {
	background: #E8E8E8;
}