/* konigslow - taskre-engineering -- default for book.htm pages */

a {
    text-decoration: none;
}

a:link {
    color: blue;
}

a:active {
    color: red;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: brown;
}

B {
    font-weight: bold;
    color: #505050;
}

blockquote {
    color: navy;
    font-style: italic;
}

body {
    color: black;
    font-family: Garamond, serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    margin: 30px 30px 30px 30px;
    border: 0px;
}

caption {
    font-weight: bold;
}

caption.ctr {
    text-align: center;
}

center {
    text-align: center;
}

div, h1, h2 {
    color: #505050;
}

q {
    color: blue;
}

/* quote */

span {
    color: #505050;
}

.title {
    display:flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    min-width: 500px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 300px;
    max-width: 1000px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 80%;
}

.styled-table thead tr {
    background-color: #505050;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #d3d3d3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #505050;
}

.language-container > * {
    display:inline-block;
    vertical-align:middle;
    padding-right: 1em;
}

text {
    fill: black;
    fill-opacity: 1;
    font-size: 50px;
}

th {
    margin: 2px 5px;
    color: #505050;
}

svg {
    width: 95%;
    height: 95%;
}
