body {background-image: url('../Bilder/pills-1173654_640.jpg');}
table, h1 {background-color: white;}
input {transform:  scale(2,2); border-radius: 20px;}
input#drucken  {margin-left: 60px;}
input:disabled#drucken  {background-color: white;}
input#drucken           {background-color: yellow;}
button {height: 40px; width: 300px; border-radius: 20px; }
td img {width: 40px;}
tr  {height: 40px; }
#medikamente tr:nth-child(odd) {background-color: lightgoldenrodyellow;} 
#medikamente tr:last-child, #medikamente tr:first-child  {background-color: yellow;} 

body div {display:block;
            position: absolute;
            position: relative;
            top: 0;
            max-width: 700px; 
            min-width: 200px; 
            margin-left: auto; 
            margin-right: auto; 
            padding: 10px;
            clear: both;
            }