/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2020 | 05:28:50 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

table.pfaendungstabelle {
  font-size: 10pt;
  background-color: #F3F2F0;
}
table.pfaendungstabelle thead {
  background-color: #C6A372;
  color:white;
}

table.pfaendungstabelle tr,table.pfaendungstabelle td {
  border: 1px solid white;
}

div.important_short {
  background-color:#ffe3b5;
  padding:10px 20px 10px 20px;
  margin-bottom:20px;
  
}
div.top-box {
    background-color: #ededea;
	box-shadow: 5px 7px 15px #AAA;
    padding: 5px 20px 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
div.top-box>h2 {
    font-size: 1.28rem;
    line-height: 1.6;
}
div.top-box>h3 {
    font-size: 1.01rem;
    line-height: 1.1;
    margin-top:0;
    margin-bottom:4pt;
}
div.top-box>p {
  	line-height: 0.9;
}

