body {
    font-family: Verdana,Ayuthaya,'HanaMinBFont',sans-serif;
}

#main {
    width: 100%;
}

.container {
    overflow: auto;
}

#mainTable {
}

.heading {
    text-align: center;
    color: white;
    background-color: #9da97e;
    font-size: 16px;
}

.headtext {
    cursor: pointer;
}

.subheading {
    white-space: nowrap;
    text-align: center;
    background-color: #F5F5DC;
    font-size: 12px;
    cursor: pointer;
}

.collapse {
    float:left;
    cursor:pointer;
    font-weight: bold;
}

.stars {
    background-color: #F5F5DC;
    max-width: 18px;
}

.attach {
    background-color: #F5F5DC;
    max-width: 18px;
}

.link {
    cursor:pointer;
    background-image: url("../gimg/attach-xs.svg");
    background-repeat: no-repeat;
    background-size: 10px 12px;
    background-position-y: 4px;
    height: 16px;
    width: 16px;
    display: inline;
    position: relative;
    white-space: nowrap;
}

.zerostars {
    color: darkred;
}

.title {
    background-color: #F5F5DC;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.title.hint {
    background-image: url("../gimg/link-small.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position-x: 2px;
    background-position-y: 2px;
    padding-left: 16px;
}

tr.main .tooltip {
    background-color: white;
    color: black;
}

.tooltip {
    visibility: hidden;
    position: absolute;
    background-color: #9da97e;
    color: white;
    width: auto;
    z-index: 1;
}

.title:hover, .value:hover {
    overflow: visible;
}

.title:hover .tooltip{
    visibility: visible;
}

.value:hover .tooltip{
    visibility: visible;
}

.link:hover .tooltip{
    visibility: visible;
    left: 14px;
    padding-left: 3px;
    padding-right: 3px;
}

.value {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.main {
    background-color: #E0ECC1;
    border-color: #9da97e;
    border-style: solid;
    border-width: 1px 0 1px 0;
}

.main td.title {
    background-color: #E0ECC1;
}

.main td.stars {
    background-color: #E0ECC1;
}

.main td.attach {
    background-color: #E0ECC1;
}

.start {
    border-color: #9da97e;
    border-style: solid;
    border-width: 0 0 0 2px;
}

.mid {
    border-color: #E5E5CC;
    border-style: solid;
    border-width: 0 0 0 1px;
}

.white {
    background-color: white !important;
}

table {
    border-collapse: collapse;
}

tbody {
    font-size: 12px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:nth-child(even) td.title {
    background-color: #E5E5CC;
}

tr:nth-child(even) td.stars {
    background-color: #E5E5CC;
}

tr:nth-child(even) td.attach {
    background-color: #E5E5CC;
}

tr.hint:nth-child(odd) {
    background-color: #fff6ee;
}

tr.hint:nth-child(even) {
    background-color: #f7eee6;
}

tr:nth-child(even) td.title {
    background-color: #E5E5CC;
}

tr:nth-child(even) td.stars {
    background-color: #E5E5CC;
}

tr:nth-child(even) td.attach {
    background-color: #E5E5CC;
}

tr.hint:nth-child(odd) td.title {
    background-color: #f7eee6;
}

tr.hint:nth-child(odd) td.stars {
    background-color: #f7eee6;
}

tr.hint:nth-child(odd) td.attach {
    background-color: #f7eee6;
}

tr.hint:nth-child(even) td.title {
    background-color: #e7ded6;
}

tr.hint:nth-child(even) td.stars {
    background-color: #e7ded6;
}

tr.hint:nth-child(even) td.attach {
    background-color: #e7ded6;
}

td {
    padding: 1px 3px 1px 3px;
}