/**
 * Hide the filter menu that sets the column to be searched.
 */

#practice-tips-filter-container {
	display: none;
}

/**
 * Tweak the default styling for these panels, as our needs here differ slightly.
 */
.panel-blocks .panel-body {
	margin: 0 0 19px;
}

.panel-blocks .panel {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 0;
}

.risk-tip-search-form {
	margin-top: 20px;
	margin-bottom: 20px;
}

.search-icon {
	color: #808080;
}

.jcf-select-filter-category-menu {
	display: block;
	width: 100%;
	margin: 0 0 0;
}

#risk-tip-search-field {
	height: 39px;
}

#input-group-separator-within, #input-group-separator-button {
	margin: 0 10px;
}

#jcf-menu-container {
	width: 100%;
}

.risk-tip-form-group .input-group {
	margin: 10px 0;
}

.filter-head {
	margin-bottom: 0;
}

.text-align-center {
	text-align: center;
}

.spinner-container {
	opacity: 0;
	margin: 10px 0 14px;
}

.hero {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	#jcf-menu-container {
		width: 480px;
	}
    
.left-margin {
    margin-left: 20px;
}

}
