.create_exercise{

}

.create_exercise_check input{
width:10px;
}

.create_exercise_text input{
background-color:white;
width:30px;
}

.create_exercise_title{
width:450px;
}

.create_exercise_border{
border:1px solid black;
width:400px;
}

.mathCalculatorDisplay input[type="text"]{
    text-align:left!important;
    width:140px!important;
    font-size:12px;
    border:#663300 solid 2px;
    color: #663300;
    height: 20px!important;
    background-color: #ffcc99;
}

.mathCalculator{
width:150px;
border:1px solid black;
}

.mathCalculator input{
width:25px;
height:25px;
}

.mathExercise {
    position:relative;    
}

.mathTitle{
    font-weight:bold;
    font-size:15px;
}

.mathEditTitle{
    border:1px solid #663300;
    width:582px;
    height:173px;
    background-color:#ffdf9c;
    position:absolute;
    top:35%;
    left:214px;
    text-align:center;
    padding:1px 1px 1px 1px;
    z-index:150;
}

.mathTitleX{
    color:red;
    margin-left:5px;
    cursor:pointer;    
}

.mathDesc{
    font-size:12px;
    color:#333333;
    margin-left:15px;    
}

.mathOperation{
    color:blue;
    margin-left:15px;    
}

.mathOperation td{
    text-align:center;  
}

.mathOperation input[type="text"]{
    width:25px;
    border:blue dashed 1px;
    text-align:center; 
}

.mathOperand{
    color:green;
    margin:5px;
}

.mathAnsok{
    color:green;
}

.mathAnsnk{
    color:red;
}

.automateGenerator {
    text-align:center;
    color: #663300;
    font-size:15px;
}

.automateGenerator input[type="text"] {
    width:40px;
    border:#663300 solid 2px;
    color: #663300;
    height: 15px;
    margin: 1px 1px 1px 1px;
    text-align:center;
    background-color: #ffcc99;
}

.automateGenerator select {
    width:40px;
    border:#663300 solid 2px;
    color: #663300;
    //height: 15px;
    //margin: 1px 1px 1px 1px;
    text-align:center;
    background-color: #ffcc99;
}

.mathButtonSmall {
    width: 26px;
    height: 26px;
    background-image: url('images/math_bus_off.gif');
    background-repeat:no-repeat;
    cursor:pointer; 
}

.mathCalBox{
    border:1px solid #663300;
    width:582px;
    position:absolute;
    top:10%;
    left:214px;
    text-align:center;
    padding:1px 1px 1px 1px;
    z-index:150;
}
