#title {
    background-color: deepskyblue;
    text-align: center;
    padding-top: 2vh;

    height: 12vh;

}

body {
    background-color: black;
}

#body_Div {
    margin-left: 15%;
    background-color: lightblue;
}

#Brand_Select {
    margin-bottom: 3vh;
    padding: 0vh;
}


#Model_Select {
    margin-bottom: 3vh;
    padding: 0vh;
}


#Accessory_Wattage {
    margin-bottom: 3vh;
    padding: 0vh;
}

#Brand_Panel {
    margin-top: 0%;
    padding-top: 0%;
}

#Brand_Text {
    margin-bottom: 0%;
    /*  padding-bottom: 0%*/

}

#Model_Text {
    margin-bottom: 0%;
    /*  padding-bottom: 0%*/

}

#Wattage_Text {
    margin-bottom: 0%;
    /*  padding-bottom: 0%*/

}

#Wattage_Input {
    width: 5%;

}