/*
	This css file is used to format the data input
	screen for reloading the data base cenntennial history book data.
*/

	#fileInput{
		display: none;
	}
	
	#error_div{
		border: 3px solid #000000;
		border-radius: 5px;
		background: red;
		color: white;
		padding: 20px;
		box-sizing: border-box;
	}
	
	#sqlerror{
		border-collapse: collapse;
		width: 500px;
	}
	
	#sqlerror th, td {
		text-align: left;
		padding: 5px;
	}

	#sqlerror th {
		background-color: black;
	}

	#sqlerror  tr{
		white-space: nowrap;
	}

	#sqlerror td {
		border: 3px solid;
	}
