.ckt-search {
	
}
.ckt-search .search-keyword {
	float: left;
	min-width: 420px;
}
.ckt-search .search-keyword .keyword {
	display: inline-block;
	max-width: 350px;
}
.ckt-search .search-keyword .search-button {
	height: 40px !important;
	position: relative;
	top: -1px;
}
.ckt-search .search-options {
	float: right;
	min-width: 360px;
	margin-top: -20px;
	padding: 16px 12px 6px 12px;
	border: 1px solid #D3D3D3;
	border-radius: 4px;
}
.ckt-search .search-options label {
	display: block;
	float: left;
	padding: 0;
	margin: -5px 12px 0 0;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}
.ckt-search .search-options input {
	position: relative;
	top: 1px;
	padding: 2px;
}
.ckt-search .search-options .daily-searches {
	padding: 1px !important;
	height: 19px;
}
.ckt-search .search-options .set-minimums,
.ckt-search .search-options .set-filter {
	position: relative;
	font-size: 11px !important;
	top: 9px;
}

.ckt-table th {
	font-size: 12px;
}
.ckt-table .align-center {
	text-align: center;
}

.ckt-keyword-title small {
	position: relative;
	top: -5px;
	font-size: 22px;
}
.ckt-details-left {
	float: left;
	width: 320px;
	margin-right: 22px;
}
.ckt-details-left strong.lb {
	display: inline-block;
	min-width: 160px;
}
.ckt-details-right {
	float: right;
	width: 520px;
}
.ckt-details-right label {
	font-size: 15px;
	font-weight: bold;
}
.ckt-details-right .submit-note {
	float: right;
	position: relative;
	top: -22px;
}
.ckt-urls-table {
	margin-top: 12px;
}

.ckt-back {
	float: right;
	position: relative;
	top: 8px;
}
.ckt-back .back-search,
.ckt-back .back-search:hover {
	font-size: 12px;
	border: none;
	background: transparent;
}
.ckt-back input {
	color: #f78a31 !important;
}

.ckt-toplinks {
	float: right;
	font-size: 13px;
}

.ckt-loader {
	display: inline-block;
	height: 15px;
	width: 15px;
	background-image: url( 'assets/loader.gif' );
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

.toggle-favorite,
.toggle-favorite:hover,
.calculate,
.calculate:hover,
.user-notes,
.user-notes:hover,
a.details,
a.details:hover {
	color: gray !important;
	text-decoration: none !important;
}

#ckt-results,
#ckt-urls {
	border: none !important;
}
#ckt-results td,
#ckt-urls td,
#ckt-results th,
#ckt-urls th,
#ckt-urls tfoot td {
	border-top: none !important;
	border-bottom: 1px solid lightgray !important;
}

#ckt-note-modal label {
	font-size: 15px !important;
	font-weight: bold !important;
}