* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #d9d9d9;
    background-size: cover;
    height: 100%;
}
.box {
    height: 10px;
    width: 10px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    margin: 0px 0px 0px 0px;
}

.effectBox {
    display: inline-block;
    height: 90px;
    width: 80px;
    float: left;
    padding: 3px;
}

div.ui-tooltip {
    max-width: 400px;
    font-size: 9pt;
}


button {
    width: 70px;
}

input[type="range"] {
    width: 80px;
}

input[type="number"] {
    width: 75px;
}

input[type="checkbox"] {
    float: right;
}

label {
    font-size: 9pt;
}

#reset {
    display: inline-block;
    height: 90px;
    float: left;
    margin-right: 5px;
}

#darker {
    height: 90px;
    display: inline-block;
    margin-left: 5px;
}

#gradX {
    width: 45%;
    float: left;
}

#gradY {
    width: 45%;
    float: right;
}

#box1 {
    display: none;
}

#boxContainer {
    display: block;
    border: 3px solid black;
    background-color: white;
    width: 640px;
    height: 480px;
    line-height: 0px;
    overflow: hidden;
}

#consoleBox {
    width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    margin-left: 20px;
    display: inline-block;
    background-color: #c4c4c4;
    padding: 5px;
    padding-bottom: 15px;
    border-radius: 5px;
}
#consoleInfo{
    text-align: center;
    font-size: 12px;
    color: #7a7a7a;
    width: 100%;

}
#console {
    border-radius: 5px;
    background-color: #808080;
    color: white;
    height: 400px;
    width: 498px;
    resize: none;
}

#consoleButton {
    height: 40px;
    width: 200px;
}

#runButton {
    height: 40px;
    width: 100px;
}
#kitContainer{
    width: 646px;
    height: 600px;
    float: left;
}
#container {
    width: 1176px;
    height: 100%;
    margin: 4% auto;
}

#tools {
    margin: 0 auto;
    width: 620px;
    padding-bottom: 20px;
    background-color: #c4c4c4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#innerTools{
    width: 580px;
    margin: 0 auto;
}


@media screen and (max-width: 1175px) {
    #consoleBox {
        width: 510px;
        height: 550px;
        margin: 10px auto;
        margin-top: 2.5%;
        display: block;
        float: none;
    }
    #container {
        width: 646px;
        margin: 2.5% auto;
        display: block;
        float: none;
    }
    #kitContainer{
        display: block;
        float: none;
    }
}
