html{
    background-color: white;
}
body{
    overflow: hidden visible;
}
#content{
    width: 100%;
    height: calc(100% - 107px);
    background: white;
}

#corps{
    width: 1000px;
    /*height: 100%;*/
    margin: auto;
}
@media (max-width: 1140px) {
    #corps {
        width: 100%;
        margin: unset;
    }
}
h2 {
	padding: 1em;
}
th, td {
	text-align: center;
	vertical-align: middle;
	border: solid #EEE 1.0pt;
	height: 3em;
	font-size: 12px;
	font-weight: normal;
	padding: 0.3em;
}
th {
	background:#D9D9D9;
}
thead th {
	/*color:white;background:black;*/
	border-top: none;
	border-left: none;
	background: none;
	width: 540px;
}
td {
	width: 109px;
}
.excellent {
	background: #66FF66;
}
.good {
	background: yellow;
}
.fair {
	background: #FFC000;
}
th select {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
td img {
  width: 40px;
  height: 40px;
  margin-left: 11%;
}
