html {
    height: 100%;
}

body {
    color: var(--text);
    height: 100%;
    margin: 0 8px;
    font-family: Open Sans, Segoe UI, SF Pro Text, Helvetica, Helvetica Neue, Arial, Tahoma, sans-serif;
    background-color: var(--bg-action);
    min-width: 620px;
}

a:link, a:active, a:visited {
    color: var(--text-link);
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: var(--text-link-hover);
    text-decoration: underline;
    outline: 0 none;
}

#Service {
    min-height: 100%;
    background-color: var(--bg);
    border-bottom: 8px var(--primary-110) solid;
    box-sizing: border-box;
}

.Header {
    font-size: 14px;
    background-color: var(--layer-1);
    border-top: 1px var(--primary-110) solid;
    border-bottom: 1px var(--primary-110) solid;
}

.Content td {
    font-size: 14px;
    border-bottom: var(--border) 1px solid;
    white-space: nowrap;
}

.Navigation {
    font-size: 14px;
    padding: 5px;
    background-color: var(--primary-10);
}

.Navigation2 td {
    font-size: 14px;
    padding: 5px;
    background-color: var(--layer-1);
    white-space: nowrap;
}

#Title {
    padding: 10px;
    font-weight: normal;
    font-size: 20px;
    color: var(--text-onbg-action);
    background: var(--bg-action) url("https://cdn.e8.co/GlobalDocs/848824.png");
    background-position: bottom left;
    background-repeat: repeat-x;
}

#Title a:link, #Title a:active, #Title a:visited {
    color: var(--text-onbg-action);
    font-size: 13px;
    line-height: 13px;
    text-decoration: underline;
    outline: 0 none;
    float: right;
    margin-top: 18px;
}

tr:hover {
    background-color: var(--yellow-10);
}