﻿body {
	font-family:"Trebuchet MS";font-size:16px;
}
table {
	border-collapse:collapse;margin:0 auto;
}
table, th, td {
border: 1px solid black;
}
th, td {
	padding:3px;text-align:center;
}
#header{clear:both;width:100%;float:left;text-align:right;}
#container {width:1200px;margin:0 auto;position:relative}
#submitButton{background: #0081C6;
color: #FFFFFF;
border: medium none;
border-radius: 3px;
font-size: 1.083em;
cursor: pointer;height:40px;
}
#urlButton{background: #008000;
color:#FFFFFF;
border: medium none;
border-radius: 3px;
font-size: 1.083em;
cursor: pointer;height:40px;
margin-left:10px;
}
#clearButton{background: #FF0000;
color:#FFFFFF;
border: medium none;
border-radius: 3px;
font-size: 1.083em;
cursor: pointer;height:40px;
margin-left:10px;
}
#intro {
	width:100%;float:left;clear:both;
}
#response {
	margin-top:20px;
}
#tablesDiv {
  display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
}
.itemName {
	text-align:left;
}
#minedData {
	float:left;width:100%;margin-top:10px;
}
#footer {
	background: rgb(239, 239, 239); padding: 0px 10px 0px 20px; font-size: 0.7em;margin-top:5px;float:left;clear:both;width:1170px;
}