html { 
    background-color: black; 
}

body {
    background-color: black;
    min-height: 95vh; 
    color: silver;
    /* font-family:"TabletGothic", "Helvetica Neue", Helvetica, Arial, FreeSans, sans-serif; */
    font-family: "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
    font-style: normal;
    font-smooth: always;
    font-size: 1.0em;
    text-align: left;
    /* line-height: 1.3; */
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

table {
    table-layout: fixed;
    width: 70em;
    border-collapse: collapse;
    border: none;
    /* margin-left: 2em; */
    /* margin-top: 2em; */
    /* font-size: 2em; */
    text-align: left;
    /* text-shadow: 0px 2px 5px #000; */
    text-shadow: none;
    /* border: 1px solid white; */
}

th, td {
    /* border: 1px solid white; */
    border: none;
    /* overflow: hidden; */
    padding: 0;
    }

a {
    color: silver;
    text-decoration: none;
    border-bottom: 1px dotted;
}

a:hover {
    color: white;
}

img {
    background-color: none;
    margin: 0px;
    padding: 0px;
    float: left;
    border: 0px none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;  
}


#mainblock {
    margin: 0;
    padding-left: 1em;
    padding-top: 3em;
    padding-bottom: 5em;
}

#header {
    /* letter-spacing: 0.1em; */
    padding-left: 6em;
}

#imprintcontainer {
    background-color: black;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding-bottom: 1em;
}

#imprinttext {
    letter-spacing: 0.1em;
    margin-left: 5em;
    margin-right: 5em;
}

#imprintpage {
    letter-spacing: 0.1em;
    white-space: normal;
    display: block;
    text-align: justify;
    hyphens: auto;
    -moz-hyphens: auto;
    margin: 5em;
    white-space: nowrap;
}


.yearcol {
    width: 6em;
}

.projectnamecol {
    width: 25em;
}

.clientcol {
    width: 10em;
}


.section {
    /* font-size: 1em; */
    /* font-style: italic; */
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
}

.project {
    overflow: hidden;
    position: relative;
    }

.project::after{
    content: "........................................................................................................................................................................................";
    position: absolute;
    padding-left: 0.5em;
    color: gray;
    }

.year {
    overflow: hidden;
    padding-right: 0.5em;
    text-align: right;
    /* font-size: 0.8em; */
    /* color: darkgray; */
}

.client {
    overflow: hidden;
    position: relative;
    padding-left: 0.5em;
    /* text-align: right; */
}

.client::after{
    content: "........................................................................................................................................................................................";
    position: absolute;
    padding-left: 0.5em;
    color: gray;
    }

.task {
    padding-left: 0.5em;
}


::selection {
    background-color: black;
    color: white;
}

::-moz-selection {
    background-color: black;
    color: white;
}
