#message{
    background: orange;
    color: #fff;
    padding: 4px; 
    font-size: 12px; 
    display: none;
    margin-bottom: 5px; 
} 

#message .glyphicon {
    color:  #fff;
} 

#result{
    margin-top: 5px;
    max-height: 180px; 
    min-height: 45px;
    background: #F5F5F5;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
}

#result pre, #result code{ 
    border-radius: 0px;
    background: #F5F5F5;
    border: 0;
}

textarea{
    text-align: left;
    direction: ltr;
}