#wrapper {
    background-color: #000000;
    margin: 15px; 
    position: relative;
    width: 600px;
    height: 400px;

}

#canvas {
    width: 100%;
    height: 100%;
}

#matrices{
    color: #FFFFFF;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 2px;
}

#determinant{
    color: #FFFFFF
}

#trM{
    color: #FFFFFF
}

#lambda1{
    color: yellow;
}

#lambda2{
    color: orange;
}

.red {
    color: red;
}

.cyan {
    color: cyan;
}

.data{
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}

#vectors{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#bracket{
    position: absolute;
}

#bracket2{
    position: absolute;
}

#buttons{ 
    position: absolute;
    width: 200px;
    top: 10px;
    right: 0px;
}

.button{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5px;
    width: 100px;
    text-align: center;
    border: 1px outset #BBBB99;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

    background: #111111;
    background: -moz-linear-gradient(top,  #BBBBBB 1%, #999999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#59A3E0), color-stop(100%,#427AA8));
    background: -webkit-linear-gradient(top,  #BBBBBB 1%,#999999 100%);
    background: -o-linear-gradient(top,  #BBBBBB 1%,#999999 100%);
    background: -ms-linear-gradient(top,  #BBBBBB 1%,#999999 100%);
    background: linear-gradient(to bottom,  #BBBBBB 1%,#999999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59A3E0', endColorstr='#427AA8',GradientType=0 );

    text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
    
}


#A {
    color: #FF0000;

}

#B {
    color: #00FFFF;

}

#absCosTheta {
    color: #FFFF00;

}

#cosTheta {
    color: #FFFFFF;

}

#theta {
    color: #FFD700;

}

#dot {
    color: #00FF00;

}

#debug {
    color: #FFFFFF;

}
