/*
 * Filename    : index.css
 * Author      : Robert Cerny
 * Created     : 2009-01-05
 * Last Change : 2010-03-22
 */

@import url(../../css/screen.css);

/* h3[id]:hover:after, h4[id]:hover:after, h5[id]:hover:after { */
/*   content: "  #" attr(id); */
/*   font-size: 0.8em; */

/* } */

.wip {
  float: right;
  color: red;
  font-weight: bold;
}

fieldset {
  border: none;
}

textarea, code.block {
  background-color: #e5e5e5;
}

label {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}

button {
  display: block;
  margin-top: 1em;
}

select {
  width: 30%;
  background-color: #e5e5e5;
  border: none;
}
