@charset "utf-8";
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.td-line td, .td-line th {
    border: 1px solid #e9e9e9;
}
.table-list td {
    padding: 2px 5px;
	background: #fff;
	color: #2b3953;
    word-break: break-all; 
    word-wrap:break-word;
}
.table-list th {
    background: #54b0bf;
    color: #fff;
    font-weight: bold;
    zoom: 1;
}
.table-list td, .table-list {
    border-bottom: #e9e9e9 1px solid;
}
.table-list tr:hover, .table-list tr:hover {
    background: none;
}
.nohover tr:hover, .nohover tr:hover td {
    background: none;
}
.table-list tr:hover {
    /*background:#F0F0F0;*/
}
.table-list td a {
    text-decoration: none;
}
.table-list td a:hover {
    text-decoration: none;
}
