
td:nth-child(3) {
    text-align: justify;
}

.result-list-entry-top-left {
    font-size: 0.8em;
    color: #AAAAAA;
    float: right;
    margin-left: 10px;
}

.result-list-entry-detail {
    font-size: 0.8em;
    font-family: Arial;
    margin-right: 20px;
}

.list-detail {
    font-size: 0.8em;
    font-family: Arial;
}
.list-detail td {
    padding: 1px;
}

.result-list-entry-name {
    font-size: 1.2em;
    font-weight: bold;
}

#result-list {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.result-list-entry {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

.result-list-entry-name a {
    text-decoration: none;
}
.result-list-entry td {
    width: 200px;
}
.section-div {
    margin-top: 50px;
}
.section-header {
    cursor: pointer;
}
.section-header:hover h3 .header-hide-show-tip{
    display: block;
}
.header-hide-show-tip {
    font-family: Arial;
    font-size: 0.9em;
    font-weight: normal;
    float: right;
    margin-right: 10px;
    color: gray;
    display: none;
}

mark { background-color: orange }
