
body {
    color: #555;
    background-color: #CCC;
    margin-top: 40px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11pt;
}


header{
    text-align: right;
    background-color: #DDD;
    padding-right: 20px;
}

.header_right{
    padding-right: 20px;
	text-align: right;
	background-color: #R00;
}
.header_right h2{
	margin-bottom: -10px;
}

h1{
    font-size: 22pt;
}


.vert_spacer h2{
    font-size: 16pt;
    margin-left: 10px;
    text-align: right;
}

.vert_spacer h3{
    text-align: right;
}

.attention{
    text-align: right;
    font-size: 64pt;
    margin-bottom: 15px;
}

td, th {
	text-align:left;
vertical-align:top;
padding-left: 0.4em;
padding-right: 0.4em;
padding-top: 0.2em;
}




.text_header{
    display: flex;
    flex-direction: row;
}


.text_header img{
    margin-top: 4em;
    width: auto;
    height: 100%;
}

.right{
    text-align: right;
}

.vert{
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 20px;
    padding-right: 5px;
    background-color: #DDD
}
.vert_invisible{
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 20px;
    padding-right: 5px;
}

.main_div{
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 5px #AAA, 0px 0px 10px #AAA;
    padding: 20px;
    margin-bottom: 40px;
}

ul{
    padding: 0;
    margin: 0;
}
ul.dashed{
    list-style-type: none;
}

ul.dashed > li {
    text-indent: -10px;
}
ul.dashed > li:before{
    content: "- ";
    text-indent: -10px
}
li{
    margin-left: 1em;
}
.abstract{
    margin-left: 10px;
}

.vert_spacer{
    min-width: 8em;
}

.horz_spacer{
	min-height: 4.4em;
}


.extralink{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    margin-bottom: 15px;
    color: #999;
}
.extralink a{
    color: #999;
}

.construction{
    align-items: center;
    justify-content: center;
}
