root {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;

    vertical-align: baseline;
    font-size: 100.01%; /* wg. Opera Rundungsfehler */

    background: transparent; /* be aware of IE scrolling */
}

html {
	-webkit-text-size-adjust: none;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:before, *.after {
    box-sizing: border-box;
}
* {    
    font-family: rules;
    font-size: 13.5px;
    line-height: 1.42;
}

br {
   display: block;
   margin: 0;
}