/*
Theme Name:     SKDC Theme
Theme URI:      http://www.skdc-consultants.com
Description:    Theme for SKDC website. Customized from twenty twelve
Author:         Vishwas Narendra
Template:       twentytwelve                             
Version:        0.1.0
*/
@import url("../../../../wp-content/themes/twentytwelve/style.css");
.result {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.form-field {
	padding: 5px 0;
}

.field-name {
	width: 150px;
	display: inline-block;
	padding: 4px 0;
}

.result-row .field-name {
	font-weight: bold;
}

.no-results {
	font-style: italic;
}

.error-text {
	color: #a00;
	font-weight: bold;
	padding: 4px 0;
}

.hidden {
	display: none;
}

.faux-link {
	outline: none;
	color: #21759b;
	cursor: pointer;
	text-decoration: underline;
}

.faux-link:hover {
	color: #0f3647;
}