/* Timestamp converter */
div.bullshittools_timestamp {
	margin-bottom: 30px;
}
div.bullshittools_timestamp_left {
	background-color: orange;
	width: 50%;
	float: left;
}
div.bullshittools_timestamp_left_inner,
div.bullshittools_timestamp_right_inner {
	padding: 10px;
	border: 1px solid #aaa;
}
div.bullshittools_timestamp_left_inner input,
div.bullshittools_timestamp_right_inner input {
	margin: 5px;
}
div.bullshittools_timestamp_right {
	float: right;
	width: 50%;
	background-color: #aaa;
}
span.label {
	margin: 5px;
}
span.label_right {
	margin-left: 65px;
}
div.clear {
	clear: both;
}
input.timestamp_right_result {
	background-color: orange;
}
input.timestamp_right_left {
	background-color: #aaa;
}
div.bullshittools_timestamp_head {
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
	border: 1px solid #aaa;
}

/* URL converter */
div.bullshittools_url {
	margin-bottom: 30px;
}
div.bullshittools_url_head {
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
	border: 1px solid #aaa;
}
div.bullshittools_url_inner {
	padding: 10px;
	border: 1px solid #aaa;
}
div.bullshittools_url_inner input {
	margin: 5px;
}

/* Google Term Statistic */
div.bullshittools_google {
	margin-bottom: 30px;
}
div.bullshittools_google_head {
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
	border: 1px solid #aaa;
}
div.bullshittools_google_inner {
	padding: 10px;
	border: 1px solid #aaa;
	background-color: orange;
}
ol.bullshittools_google_results {
	background-color: #aaa;
}
