@charset "utf-8";
.table_3 {
width: 100%;
margin: 0 0 20px 0;
border-top: solid 1px #ddd;
border-left: solid 1px #ddd;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
.table_3 th {
background: #efefef;
font-weight: bold;
text-align: center;
}
.table_3 th, .table_3 td {
padding: 2px 4px;
border-right: solid 1px #ddd;
border-bottom: solid 1px #ddd;
}
.table_3 .name{ color:#009dd0;}
.table_3 .name:hover{ text-decoration:underline;}
