@charset "utf-8";

#simulation { margin-bottom: 20px; padding: 10px; background-color: #fdf9d7; }

#calc-input { margin-bottom: 20px; padding-bottom: 5px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e5005e; }
#calc-output p { text-align:center;}
#simulation p, #simulation img { vertical-align: bottom; margin-bottom:10px;}

#mallee-output { margin-top: 20px; }

#simulation-data { padding: 10px; background-color: #ffd2d2; }
#simulation-data dt { font-weight: bold;}
#simulation-data dd { margin:0 0 20px 0; }
@media screen and (min-width:641px) {
#simulation-data dt { float: left; clear: both; width: 12em; }
#simulation-data dd { padding-left: 12em; }
}