
div.formMethods p {
    display: inline;
}

div.formMethods {
    position: relative;
    top: 20px;
    /*position: relative;*/
    /*top: 20px;*/
}

div.points {
    position: relative;
    top: 20px;
}

p.totalStep {
    display: inline-block;
}

p.left {
    position: relative;
    /*left: 100px;*/
}

p.right {
    position: relative;
    /*left: 330px;*/
}

div.canvas {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /*border: 2px solid red;*/
}

div.canvas canvas {

}

div.navigator {
    background-color: antiquewhite;
}

div.navigator b {
    font-family: Impact;
    margin-left: 30px;
    font-size: 300%;
}

div.navigator b.little {
    color: grey;
    font-size: 160%;
}

b.animated {
    margin: 30px;
    opacity: 0;
    position: relative;
    left: 200px;
}

div.navigator button {
    border-radius: 15px;
    background-color: #ffdd8e;
    float: right;
    margin-top: 15px;
    border: antiquewhite;
}

div.navigator button b {
    margin: auto;
    font-size: 140%;
}

select.form-select {
    width: 150px;
}

div.methods {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#MazeIcon {
    display: none;
}

a.little {
    margin: 20px;
    font-weight: bolder;
    color: grey;
    font-size: 160%;
}

a.little:hover {
    color: #343434;
    text-decoration: none;
}

a.little:visited {
    color: grey;
    text-decoration: none;
}


/*button.btn {*/
/*    border: 1px #9900FF solid;*/
/*    border-radius: 2px;*/
/*    background-color: white;*/
/*    color: #9900FF;*/
/*}*/

/*button.btn:hover {*/
/*    background-color: #f0d6ff;*/
/*}*/