html,
body,
#viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

#fuel-filter {
    height: 360px;
    width: 100%;
    visibility: hidden;
}

.fuel-item {
    width: 100%;
    padding: 12px;
    text-align: center;
    vertical-align: baseline;
    cursor: pointer;
    height: 40px;
}

.fuel-item:focus {
    background-color: lightgrey;
}

.fuel-item:hover {
    background-color: lightgrey;
}

#titleDiv {
    padding: 10px;
}

#titleText {
    font-size: 20pt;
    font-weight: 60;
    padding-bottom: 10px;
}