body {
    font-family: Roboto, sans-serif;
    margin-left: 10px;
    margin-right: 5px;
}

h1,
h2 {
    font-family: "Roboto Slab", san-serif;
    color: black;
    margin: 0;
    padding: 0;
}

h3,
h4,
h5,
h6 {
    margin-top: 6px;
    margin-bottom: 8px;
    font-family: "Roboto Slab", san-serif;
    color: dimgray;
}

.inputDiv {
    padding: 10px;
    width: 95%;
    vertical-align: top;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    background-color: transparent;
}

.inputRow {
    width: 100%;
    display: flex;
}




.footer {
    height: 200px;
    background-color: transparent;
    vertical-align: bottom;
}

.dd1 {
    width: 100px;
    /* max-width: 24%; */
    height: 40px;
    /* display: 'inline-block'; */
    font-size: small;
    line-height: normal;
    padding: 0px;
    margin: 2px;
}

.sliderText {
    color: gray;
    text-align: center;
    font-size: small;
    line-height: normal;
    padding: 0px;
    margin: 2px;
}

.masterDiv {
    /* background-color: tomato; */
    max-width: 900px;
}