.debug {border: 1px solid red}

* {
  background-color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
}

div {border: none}

.page_header , nav, footer, .screen {display: none}

h1 {
  color: #206BA4;
  font-size: 1.5em;
}

h2 {
  color: #206BA4;
  font-size: 1.2em;
}

h3 {
  color: #206BA4;
  font-size: 1em;
  margin: 0px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
  padding-right: 5px;
}

.important {
  font-weight: bold;
}

input, textarea, .ui-combobox input, input[type="file"], button, select {
  height: 1.7em;
  vertical-align: middle;
  margin-bottom: 5px;
  border: none;
}

table {width: 100%}
