h1
{
    text-align: center;
    margin: 50px 0px;
}

#repr
{
    margin: 50px 0px;
}

#knob_img
{
    margin: auto; 
    width: 52px; 
    height: 53px; 
    position: relative;
    background-color: black;
}

#rotateable
{
    position: absolute; 
    left:0px; 
    top:0px;
}

#rotateable_ol
{
    position:absolute;
    height:100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

#doge
{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.knob_legend
{
    text-align: center;
}

.noselect {
    -moz-user-select: none;
}