body{
  font-family: 'Open Sans', sans-serif;
}

.questions_table{
  margin-top: 50px;
}
  .questions_table h1.table_title{
    font-size: 16px;
    /*font-weight: 400;*/
  }

.question-title{
    font-size: 18px;
    line-height: 27px;
}
.count-answers{
  margin: 10px 0 20px 0;
  font-weight: bold;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
}
.hr-light{
    opacity: 0.3;
}
#ask-btn{
    float:right;
    display:inline;
    padding-top: 40px;
}
.ask_button{
    display: block;
    text-align: center;
    margin-top: 50px;
}

#ask-btn a{
    margin: 10px;
}

.pagination a{
    border: 1px solid #ddd;
}
.tab-content{
  display: initial;
}

.how_it_works{
    border: 1px solid #ddd;
    border-radius: : 4px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}
    .how_it_works h3{
        font-weight: 300;
        margin-bottom: 10px;
    }

.vote{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    height:auto;
    padding: 3px;
    width:40px;
}
    .vote:hover{
        background: #fff;
        box-shadow: 0 0 25px rgba(0,0,0,0.15);
    }
    .vote_arrow{
        font-size: 32px;
        color: #bbb;
        height: 40px;
        width: 40px;
        display: block;
        border-radius: 50%;
        line-height: 40px;
        cursor: pointer;
    }
        .vote_arrow:hover{
            background: #e5e5e5;
            color: #aaa;
        }
        .vote_arrow.clr-orange:hover{
            background: #e5e5e5;
            color: #ff761a;
        }
        .vote_arrow.clr-darker:hover{
            background: #e5e5e5;
            color: #1a1a1a;
        }
    .vote_arrow.upvote{
        line-height: 35px;
    }

    .vote .details{
        height:30px;
        overflow: visible;
        margin-bottom: 0;
    }
    .vote .score{
        display: block;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 30px;
        color:#999;
        font-weight: 400;
    }
    .vote .score.clr-orange{
        color: #ff761a;
    }
    .vote .score.clr-darker{
        color: #1a1a1a;
    }
    .question_details{
        margin-top: 5px;
        margin-bottom: 10px;
        font-size:14px;
        line-height: 20px;
    }
    span.question_label{
        background: #f7f7f7;
        text-shadow: none;
        color:#555;
        border:1px solid #ccc;
        padding: 3px 6px;
        margin-top: 10px;
        font-weight: 400;
        display:inline-block;
        color:#777 !important;
    }
    span.question_label a{
        color:#555;
    }
    .asked_panel{
        padding: 10px;
        background: #f7f7f7;
        margin-top: 22px;
    }
        .asked_panel p{
            color:#777;
        }

    .typed-cursor{
        opacity: 1;
        -webkit-animation: blink 0.7s infinite;
        -moz-animation: blink 0.7s infinite;
        animation: blink 0.7s infinite;
    }
    @keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }
    @-webkit-keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }
    @-moz-keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }

.breadcrumb{
    background: #fafafa;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    margin-top: 20px;
}

.share_button{
    font-size: 18px;
    margin-right: 5px;
    color: #bbb;
    cursor: pointer;
}
    .share_button:hover{
        text-decoration: none;
    }
.question-title-large{
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
}
.tags{
    margin-bottom: 5px;
}

.delete_question{
    float:right;
    color: #bbb;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
}
    .delete_question:hover{
        text-decoration: none;
    }

    .delete_question_response{
        float: left;
        line-height: 13px;
        margin-bottom: 10px;
    }

.asked_panel_detail{
    margin-top: 12px;
}

.question_respsonse{
    margin-top: 12px;
}
.question_details2{
    margin-top: 12px;
}

.submit_answer_btn{
    margin-top: 10px;
}

.question_details_cont p, .question_respsonse_cont p{
    font-size:14px;
    line-height: 20px;
    color:#222;
}

.answer_total{
    margin-top:40px !important;
    border-bottom:1px solid #ddd;
}
    .answer_total h2, h2.answer_title{
        font-size: 14px;
        color: #999;
        text-transform: uppercase;
        line-height: 25px;
        padding-bottom: 5px;
    }

.response_cont{
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    width:100%;
    display: inline-block;
    border-bottom:1px solid #ddd;
    margin-bottom: 0px;
}
.mark{
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 4px;
    background: #f7f7f7;
}
.inlineLabels textarea{
    width:100%;
}
@media (min-width: 1300px){

}

@media (max-width: 1200px){

}

@media (max-width: 680px){

}