
/*h1, h2, h3, h4 {
	clear: both;
}*/

.fireWithPanel {
    float: left;
    text-align: center;
    margin: 1.5em;
}
.candleWithPanel {
    float: left;
    text-align: center;
    margin: 1.5em;
}

form {
    text-align: left;
    margin-top: .5em;
}

.tabularForm {
    display: table;
}
.tabularForm > p {
    display: table-row;
}
.tabularForm > p > label {
    display: table-cell;
    padding-right: 1em;
}
.tabularForm > p > input {
    display: table-cell;
}
/* "display" change is ignored on input/@type=button */
.table-cell {
    display: table-cell;
}
.buttons {
    text-align: left;
    width: 100%;
    padding: .25em;
}
/*.tabularForm input[type=button] {
  margin-left: 1em;
  margin-right: 1em;
  }*/
.buttons > input {
    margin-left: 1em;
    margin-right: 1em;
}

.candleWrapper {
    width: 150px;
    height: 600px;
}
.fireCanvas {
    float: left;
    clear: both;
    margin: 0px;
}
.candleBodyWrapper {
    width: 150px;
    height: 200px;
    background-color: black;
    float: left;
    text-align: center;
    margin: 0px;
}
.candleBody {
    width: 120px;
    height: 200px;
    background-color: white;
    margin-left: 15px;
    margin-right: 15px;
}

