body {
    color: rgb(68, 68, 68);
    font: 75% "Trebuchet MS",sans-serif;
}

.page-container {
    width: 80%;
    min-width: 800px;
    margin: 0px auto;
    position: relative;
    background-color: rgb(240,240,255);
    border-radius: 15px;
    padding: 20px;
}

.page-title {
    font-size: 1.8em;
    line-height: 1.8em;
}

.text-title {
    font-size: 1.2em;
    color: navy;
    border-left: 1px navy solid;
    padding-left: 5px;
}
.datatable {
    font-size: 1.1em;
    line-height: 1.4em;
}

.dataheader {
    border-left: 1px navy solid;
    border-bottom: 1px navy solid;
    background-color: lightgray;
    color: navy;
    font-style: italic;
    padding-left: 5px;
    padding-top: 5px;
}

.specstable {
    border: 1px lightgrey solid;
    width: 100%;
}

.label {
    text-align: right;
    padding-right: 5px;
    padding-left: 10px;
    color: navy;
    vertical-align: top;
    white-space: nowrap;
//    font-weight: bold;
}


.data, .tabimage {
    vertical-align: top;
}

.specstable .data {
    width: 60%;
}

.filler {
    width: 20%;
}

.rounded {
    border-radius: 25px;
}
