body{
  font-size:16px;
  font-family:  arial;
  margin:0px;
  width: 100%;
  height: 100%;
  padding:10px;
}

h1 {
  border-bottom: 1px solid black;
  width: 100%;
}

.helper{
  position:absolute;
  display:none;
  margin-left:10px;
  padding:3px;
  border: 1px solid black;
  background-color: #F7F78F;
  border-radius: 4px;
} 

.ccFieldLabel{
  font-family:  marvelregular;
}

.text{
  padding:5px;
}

.text select{
  padding:5px;
}

.ccFieldSection{
  font-size:110%;
  font-weight: bold;
}