.choices, .preset {
  border: 1px solid #43B61C;
  color: #43B61C;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  background-color: #D5FADA;
  text-shadow: 1px 1px white;
  margin-right: 5px;
  cursor: pointer;
  white-space: nowrap; }

canvas {
  border: 1px solid;
  width: 95%;
  position: relative;
  margin: 0 auto; }

#patterns {
  list-style-type: none;
  display: inline; }
  #patterns li {
    display: inline; }

ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

#b {
  background-color: white;
  border: 1px solid;
  margin-top: 10px;
  display: block;
  width: 95%;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

#status {
  font-size: 10px;
  text-align: center;
  width: 95%;
  padding: 5px; }

