.sola_st_response{
    width: 100%;
}
.sola_st_post_author{
    display: inline-block;
    width: 25%;
    min-width: 210px;
    float: left;    
}
.sola_st_post_author_image{
    display: inline-block;
    width: 50px;
    float: left;
    padding: 12px 0;
}
.sola_st_post_author_meta{
    display: inline-block;
    float: left;
    width: 65%;
    padding: 6px;
}
.sola_st_post_title{
    display: none;
}
.sola_st_post_response{
    display: inline-block;
    width: 60%;   
    padding-top: 6px;
}
.sola_st_post_response p{
    text-align: justify;
}
.sola_response_time { font-size:0.8em; }
.sola_st_post_title { margin-top:2px; margin-bottom:2px; margin-left:0; margin-right:0; font-style: italic; }
.sola_response_user { font-weight:bold; color:#333; }
.sola_st_author_image { margin-right:5px !important; margin-bottom:5px !important; margin-top:0 !important; }
.sola_st_author_box { display:block; overflow:auto; border:1px solid #eee; padding: 8px 8px 4px 8px; font-size:0.8em; border-radius: 5px;}
.sola_st_author_box_name { font-weight:bold; }
.sola_response_user_type { font-size:0.8em; }
.sola_button {
    
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
}

.sola_st_post_box { float:left; }
.sola_st_pending_approval_span { font-weight:bold; color:#cc0000; }

.sola_st_green_border { border:1px solid green; }
.sola_st_red_border { border:1px solid red; }

