.entryBaseTable {
width:100%;
}
.entry_item{
background-color: #707070;
color:#fff;
font-size:10px;
}
.pre {
white-space: pre;
}

tr:nth-child(2n) {
    background-color: #fff;
}

table {
border-collapse:collapse;
}
th:first-child {
    text-align: center;
}
th {
    padding: 10px 4px;
}

td {
    padding: 10px 4px;
    vertical-align: baseline;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    white-space: nowrap;
}

td:first-child {
    border-left: 1px solid #bbb;
text-align: center;
}

.mb20 {
margin-bottom: 20px
}

.f12 {
font-size: 12px;
}

.taR {
text-align:right;
}

.taC {
text-align: center;
}

.f-bold {
    font-weight: bold;
}