/*
vim: tabstop=2 shiftwidth=2 softtabstop wrapmargin=0 textwidth=0
*/
body {
	background-color: #000000;
	color: #983b03;
}

a:link {
	color: #f2ca1a;
}

a:visited {
	color: #ca4904;
}

div#controls {
	display: flex;
	align-items: center;
}

div#ed_input_container {
  text-align: center;
	display: inline-block;
	/* min-width: 400px; */

	border: 2px solid;
  border-radius: 8px;
  padding: 5px;
}

input.ed_input {
	background-color: #000000;
	color: #cccccc;
	border-left-color: #dddddd;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}

div#ed_input_error {
	display: inline;
	text-align-left;
	float: right;
}
p#ed_error_text {
	color: #ff0000;
}

table#results_table {
	border: 2px solid;
  border-radius: 8px;
  padding: 5px;
	border-spacing: 0px;
}

tr#results_table_header_row {
}

th#results_hr_distance, th#results_hr_hip, th#results_hr_hd, th#results_hr_hr {
	border: 1px solid;
	min-width: 60px;
}

th#results_hr_gliese {
	border: 1px solid;
	min-width: 100px;
}

th#results_hr_bayerflamsteed, th#results_hr_propername, th#results_hr_spectrum {
	border: 1px solid;
	padding-left: 3px;
 	padding-right: 3px;
}

th#results_hr_edx, th#results_hr_edy, th#results_hr_edz {
	border: 1px solid;
	min-width: 40px;
}

td.ed_data_item {
	border: 1px solid;
	text-align: center;
}
