table.csv-table {
	width: 95%;
	background-color: White;
	margin: 2px auto;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px black solid;
}

table.csv-table caption {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
}

table.csv-table tr:nth-child(odd) {
	background-color: WhiteSmoke;
}

table.csv-table th {
	text-align: center;
	background: Wheat;
	border-top: 0;
	border-bottom: 0;
	padding: 2px 2px;
}

table.csv-table td {
	border-top: 0;
	border-bottom: 0;
	padding: 2px 2px;
}

pre.curl_getinfo {
	white-space: pre;
}
div#csv2table-help {
	width: 750px;
	text-align: justify;
	background-color: white;
	color: black;
	padding: 0.5em;
}

div#csv2table-help h3 {
	font-size: 1.8em;
	color: red;
}

div#csv2table-help p {
	margin: 0.5em 0;
}

/* for config.php */
#form_Csv2Table {
	width: 780px;
	padding: 2px;
	background-color: AliceBlue;
	border-radius: 10px;
	border: 1px solid LightSteelBlue;
}

#form_Csv2Table p {
	margin: 5px 2px;
}

#form_Csv2Table p:nth-last-child(2) {
	text-align: justify;
	text-indent: 1em;
}
#form_Csv2Table label {
	display: inline-block;
	width: 380px;
	text-align: right;
	padding-right: 5px;
}
