* {
    border-radius: 5px;
}

body {
    background-repeat: repeat;
    background-image: url("pattern.png");
}
.canvasDiv {
    width: 210px;
    height: 50px;
    display: block;
    background-color: #3183f4;
}

#wrap {
    width: 450px;
    height: 500px;
    background-color: #1e18f4;
    margin: 50px auto 0px auto;
    box-sizing: border-box;
    padding: 10px;
}

#showInput {
    width: 198px;
    height: 350px;
    float: left;
    background-color: #3183f4;
    pading: 0px;
}

#timeLeft {
    width: 8px;
    height: 300px;
    float: left;
    border: 1px solid yellow;
    border-top: 2px solid yellow;
    border-bottom: 2px solid yellow;
    margin-left: 7px;
}

#inputBar {
    /* width: 232px; */
    background-color: #3183f4;
    float: left;
    margin-top: 10px;
    padding: 4px;
}

#inputRowEnd {
    border-top: 1px solid blue;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#results {
    width: 210px;
    height: 300px;
    float: right;
    background-color: #3183f4;
}

.inputRow {
    width: 100%;
    height: 50px;
    /* background-color: red; */
    margin: 0px 0px 0px 0px;
    float: left;
    padding-left: 5px;
}

#newGame {
    background-color: #3183f4;
    float: left;
    margin-top: 10px;
    padding: 4px;
}
