.text-summary-form-group {
    margin-bottom: 15px;
}
.text-summary-form-group label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.text-summary-form-control {
    display: block;
    width: 95%;
    
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
textarea.text-summary-form-control{height: 200px;}
.text-summary{width:100%; border-radius:3px;background:	#F5F5F5; border:1px solid #DDD;padding:10px 10px!important;margin: 10px 0px!important}
.text-summary-waiting{margin-left:10px}