@charset "utf-8";


body {
	text-align: center;
	font-size: 16px;
	line-height: 160%;
}

#header{
	max-width:880px;
	width:100%;
	height:53px;
	margin:0 auto;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
#wrapper{
	max-width:100%;
	width:100%;
	margin:0 auto;
	-moz-background-size:contain;
	background-size:contain;
}

#footer{
	max-width:880px;
	width:100%;
	height:53px;
	margin:0 auto;
	-moz-background-size:contain;
	background-size:contain;
}

.container {
	max-width:75%;
}

h3{
	font-weight:bold;
	font-size:20px;
	padding:20px 0;
}

table {
  table-layout: fixed;
  width:100%;
}

thead th {
	background:rgb(254,222,193);
	border-color:rgb(253,175,105);
}

th:nth-child(1),
td:nth-child(1) {
	width:100px;
}

th:nth-child(3),
td:nth-child(3) {
	width:300px;
}

td,
th {
	width:350px;
}


td {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}