.qa {
    width: 100%;
    height: auto;
    margin: 20px 0;
    background: #f5f5f5;
    padding: 10px 20px;
}

.qa pre {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-family: "Arial";
    font-size: 13px;
    white-space: pre-wrap;
}

.qa h2 {
    text-align: center;
    margin: 10px 0;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: normal;
}
.qa .media{
    width: 100%;
    overflow: hidden;
}

.media-list {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    font-size: 13px;
}

.post-icon {
    float: right;
    width: 21px;
}

.post-icon a {
    float: right;
    display: block;
    height: 21px;
    width: 22px;
    display: block;
    background: url(../assets/snippets/comment/post.png);
}

.media_main {
    width: 100%;
    padding-right: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.user_info_meta {
    float: left;
    height: auto;
    width: 50px;
    text-align: center;
}

.user_info_avatar {
    margin-bottom: 5px;
}

.user_info_avatar img {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.user_info_username_by {
    color: #666666;
    font-size: 14px;
}

.info_username {
    color: #3b444f;
    font-size: 13px;
    font-weight: bold;
}

.created_at {
    margin-top: 5px;
    clear: both;
    float: right;
}

.created_at span {
    width: 100%;
    height: 15px;
    line-height: 15px;
    display: block;
    background: url(../assets/snippets/comment/clock.png) no-repeat left;
    font-size: 13px;
    color: #666666;
    padding-left: 20px;
}

.media_body {
    width: 85%;
    float: left;
    padding-left: 50px;
}

.topic_title {
    font-size: 14px;
    color: #297CBB;
    font-weight: bold;
    margin-bottom: 10px;
}

.askQ {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    overflow: hidden;
    padding: 10px 30px;
    margin: 40px auto 20px;
    position: relative;
}

.askQ h3 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin: 10px auto;
    text-align: center;
}

.askQ ul {
    width: 100%;
    margin: 20px auto 0;
}

.askQ ul li {
    margin-top: 15px;
    width: 100%;
    float: left;
    list-style: none;
}

.askQ ul li span {
    display: block;
    float: left;
    width: 15%;
    height: 35px;
    line-height: 35px;
}

.askQ ul li input {
    float: left;
    width: 40%;
    height: 35px;
    background: #ffffff;
    border: none;
    text-indent: 20px;
}

.askQ ul li.yques {
    padding-bottom: 20px;
}

.askQ ul li.yques input {
    display: block;
    width: 85%;
    background: #ffffff url("../assets/snippets/comment/ques-ic1.png") no-repeat 10px 11px;
    float: right;
    text-indent: 30px;
}

.askQ ul li textarea {
    display: block;
    width: 85%;
    height: 100px;
    background: #ffffff url("../assets/snippets/comment/ques-ic2.png") no-repeat 10px 14px;
    border: none;
    text-indent: 20px;
    float: right;
    margin-top: 3px;
    padding-top: 10px;
    text-indent: 30px;
}

.askQ ul li a {
    display: inline-block;
    text-align: center;
    margin: 20px auto 30px;
    padding: 5px 25px;
    background: #e47e65;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}

.askQ ul li a:hover {
    background: #f46901;
}

.askQ .info {
    width: 85%;
    float: right;
    background: #ded;
    padding: 0px 0 0px 30px;
    margin-top: 3px;
    height: 0px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
}

.post_main {
    margin-top: 20px;
    background: #f7f8fa;
    border: 1px solid #f0f1f2;
    padding: 15px 20px;
}

.post_list {
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.post_info_meta {
    height: 40px;
}

.post_info_meta .post_user {
    color: #333;
    display: block;
    font-weight: bold;
    font-style: italic;
    margin-top: 15px;
}

.post_info_meta .post_time {
    font-size: 13px;
    color: #666666;
    float: right;
    display: block;
    background: url(../assets/snippets/comment/clock.png) no-repeat left;
    padding-left: 20px;
}

.post_con {
    clear: both;
    margin: 5px 0;
}

.post_askQ {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    overflow: hidden;
    padding: 10px 30px;
    margin: 20px auto 20px;
    position: relative;
}

.post_askQ ul {
    width: 100%;
    margin: 0px auto 0;
}

.post_askQ ul li {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.post_askQ ul li span {
    display: block;
    float: left;
    width: 15%;
    height: 35px;
    line-height: 35px;
}

.post_askQ ul li input {
    float: left;
    width: 40%;
    height: 35px;
    background: #ffffff;
    border: none;
    text-indent: 20px;
}

.post_askQ ul li.yques {
    padding-bottom: 20px;
}

.post_askQ ul li.yques input {
    display: block;
    width: 85%;
    background: #ffffff url("../assets/snippets/comment/ques-ic1.png") no-repeat 10px 11px;
    float: right;
    text-indent: 30px;
}

.post_askQ ul li textarea {
    display: block;
    width: 85%;
    height: 100px;
    background: #ffffff url("../assets/snippets/comment/ques-ic2.png") no-repeat 10px 8px;
    border: none;
    text-indent: 20px;
    float: right;
    margin-top: 3px;
    padding-top: 4px;
    text-indent: 30px;
}

.post_askQ ul li a {
    display: inline-block;
    text-align: center;
    margin: 0px auto 30px;
    padding: 5px 25px;
    background: #e47e65;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}

.post_askQ .info {
    width: 85%;
    float: right;
    background: #ded;
    padding: 0px 0 0px 30px;
    margin-top: 3px;
    height: 0px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
}

.askQ .over,
.post_askQ .over {
    width: 100%;
    height: 100%;
    background: url("../assets/snippets/comment/wait.gif") center center no-repeat #000000;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .askQ ul li span {
        display:none;
    }
    .askQ ul li input,
    .askQ ul li  textarea,
    .askQ ul li.yques input {
        width: 100%;
    }
}