
#canvasWheel {
    position: absolute;
    top: 0px;
    left:0px;
}

#canvasWheelSe {
    position: absolute;
    top: 0px;
    left:0px;
}

#canvasArrCont {
    position: relative;
    display : none;
    width : 1220px;
    height:200px;
    margin: 20px auto;
}

#canvasArrWheel {
    position: absolute;
    top: 0px;
    left:0px;
}

#canvasArrWheelSe {
    position: absolute;
    top: 0px;
    left:0px;
}


#canvasContFB {
    position: relative;
    overflow: auto;
    margin:auto;
/*    display:none;           Temp*/
}

#canvasFretBoard {
    position: relative;
    top: 0px;
    left:0px;
}

#canvasFretBoardSel {
    position: absolute;
    top: 0px;
    left:0px;
}

#ctmenuright{
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: #282828;
    padding :10px;
    float:right;
    margin-right:10px;
    height: 155px;
    max-width : 400px;
}

#ctmenuleft{
    padding : 10px 0px 50px 0px;
    margin-left:10px;
    height: 130px;
    display: inline-block;
    width:292px;
}

#contMod {
    width: 100%;
/*    display : none;*/
}


.inlm{
    display: inline-block;
}

@media screen and (max-width: 800px) {
    #ctmenuright{
    /*    display: block;*/
        float :none;
        margin:auto;
        height:227px;
        text-align:center;
        border:none;
        width:300px;
        background : none;
    }

    #ctmenuleft{
        display: block;
        margin:auto;
        padding-bottom: 0px;
    }

    #proCM{
        float:none;
        margin:auto;
    }

    .titleP{
        font-size: 2em;
    }
}
