/**
 * Theme Name: qpwp
 * Version: 1.0
 * Author: Harry Klein Berlin
 */
html {background-color:#ffffee;}
body {max-width:1280px; height:auto; padding-bottom:20px; background-color:#ddffdd; border:1px solid grey; border-radius:5px;}
body {margin-left:auto; margin-right:auto; margin-top:0;}

div {border:0px solid blue;}
.center {margin-left:auto; margin-right:auto; text-align:center; display:block;}
.main {width:98%; margin:auto; min-height:600px; padding-top:20px; border:0px solid black;}

p {width:90%; margin:auto; text-align:left; display:block;}
h1, h2 {width:90%; margin-left:auto; margin-right:auto; color:#008800;}
a:visited {color:blue;}

table {margin-bottom:20px; overflow-x:auto; background-color:#fefefe;  border-collapse:collapse;}
td, th {padding:10px; width:300px; text-align:left; border:2px solid green;}
th {text-align:center;}

textarea {width:100%; max-width:490px; min-width:200px;}

.container {display:flex; align-items:flex; width:100%; height:auto; border:0px solid blue;}
.snippet {width:60%; min-width:320px;}
.column {width:100%;  min-width:320px; float:left; border:0px solid red;}
@media (max-width: 650px) { .container {flex-direction:column;}  }

.footer {width:90% height:40px; line-height.40px; padding-left:20px; padding-right:20px; background-color:#007700; color:white; position:relative; bottom:-60px; display:block;}