.sort-item{
    color: #00aeef;
    text-decoration: underline;
    float: right;
    cursor: pointer;
}

.sort-item:hover{
    color: orange;
    text-decoration: underline;
    float: right;
    cursor: pointer;
}

.sort-item-active{
    text-decoration: underline;
    float: right;
    cursor: auto;
    color: black;
}
.red-text{
    color: red;
}
.question-answers{
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 19px;
    color: #111;
    font-family: verdana,arial,helvetica,sans-serif;
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
    padding: 10px;
    word-wrap: break-word;
}
.question-answers,
.question-answers *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.question-answers h2.title{
    color: #000;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
}
.question-answers .search-question{
    margin: 18px 0px 10px 0px;
    width: 100%;
    position: relative;
}
.question-answers .search-question input{
    width: 100%;;
    background-color: #fff;
    height: 31px;
    padding: 3px 7px;
    padding-left: 29px;
    line-height: normal;
    border: 1px solid #a6a6a6;
    border-top-color: #949494;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 0 rgba(0,0,0,.07) inset;
    outline: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    color: #111;
	font-size: 14px;
}
.question-answers input,
.question-answers select,
.question-answers textarea{
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    line-height: 19px;
    color: #111;
    font-family: inherit;
}
/*.question-answers .search-question input:focus{
    border-color: #e77600;
    box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}*/
.question-answers .search-question i{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 10px;
    color: #888;
}
.question-answers .question-item{
    width: 100%;
    float: left;
    margin-bottom: 14px;
    position: relative;
}
.question-answers .questionitem-left{
    width: 65px;
    position: relative;
    float: left;
}
.question-answers .questionitem-left ul{
    border-right: 1px solid #ddd;
    list-style: none;
    text-align: center;
    color: #000;
    padding: 0;
    margin: 0;
    width: 65px;
}
.question-answers .questionitem-left ul li{
    margin-bottom: 0;
}
.question-answers .questionitem-left ul li.up input{
    vertical-align: top;
    background-image: url(../images/neutral_up_arrow.png);

}

.question-answers .questionitem-left ul li.up input:hover{
    background-image: url(../images/highlighted_up_arrow.png);
}

.question-answers .questionitem-left ul li.up-active input{
    vertical-align: top;
    background-image: url(../images/highlighted_up_arrow.png);
}

.question-answers .questionitem-left ul li.up-active input:hover{
  background-image: url(../images/neutral_up_arrow.png);
}

.none-vote{
    vertical-align: top;
    background-image: url(../images/neutral_up_arrow.png);
}
.question-answers .questionitem-left.vote ul li input[type=submit]{
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -9999em;
    font-size: 1px;
    border: none;
    width: 20px;
    height: 16px;
    background-color: #fff;
}
.question-answers button,
.question-answers input[type=button],
.question-answers input[type=reset],
.question-answers input[type=submit]{
    cursor: pointer;
    -webkit-appearance: button;
}
.question-answers .questionitem-left ul li.down input{
    vertical-align: top;
    background-image: url(../images/neutral_down_arrow.png);

}
.question-answers .questionitem-left ul li.down input:hover{
    background-image: url(../images/highlighted_down_arrow.png);
}

.question-answers .questionitem-left ul li.down-active input{
    vertical-align: top;
    background-image: url(../images/highlighted_down_arrow.png);

}
.question-answers .questionitem-left ul li.down-active input:hover{
    background-image: url(../images/neutral_down_arrow.png);
}

.question-answers .questionitem-left .label {
    text-align: center;
    display: block;
}

.like{
    cursor: pointer;
}

.dislike{
    cursor: pointer;
}
.question-answers .questionitem-right{
    float: left;
    padding-left: 1%;
    width: calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: -o-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
}
.question-answers .question-right-top{
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.question-answers .question-right-top>span:first-child,
.question-answers .question-right-bottom>span:first-child{
    width: 100px;
    float: left;
    font-weight: 700;
}
.question-answers .qsrt-r{
    float: left;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
}
.question-answers .qsrt-r a,.question-answers .qsrt-r a:active,
.question-answers .qsrt-r a:link,.question-answers .qsrt-r a:visited{
    text-decoration: none;
    color: #0066c0;
}
.question-answers .qsrt-r a:hover{
    text-decoration: underline;
    cursor: pointer;
    color: #c45500;
}
.question-answers .a-color-tertiary {
    color: #767676;
}
.question-answers .hidden-qs-item{
    margin-top: 10px;
}
.question-answers .link-show-more{
    margin-top: 14px;
	display: none !important;
}
.question-answers .hidden-qs {
	display: block !important;
}

.answer-cancel{
    margin-top: 10px;
    padding-bottom: 10px;
}

.answer-cancel a{
    border-color: #adb1b8 #a2a6ac #8d9096;
    background-color: #fff;
    background: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 29px;
    color: #111;
    white-space: normal;
    text-align: left;
    padding: 5px 10px 5px 11px;
    line-height: 19px;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-radius: 2px;
}
.answer-cancel a:hover{
    border-color: #a2a6ac #979aa1 #82858a;
    background-color: #f3f3f3;
}
.answer-cancel a:focus,
.answer-cancel a:focus{
    box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}

.answer-submit{
    margin-top: 10px;
    padding-bottom: 10px;
}

.answer-submit a{
    text-align: center;
    float: left;
    border-color: #adb1b8 #a2a6ac #8d9096;
    background-color: #fff;
    background: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 29px;
    color: #111;
    white-space: normal;
    text-align: left;
    padding: 5px 10px 5px 11px;
    line-height: 19px;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-radius: 2px;
}
.answer-submit a:hover{
    border-color: #a2a6ac #979aa1 #82858a;
    background-color: #f3f3f3;
}
.answer-submit a:focus,
.answer-submit a:focus{
    box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}



.question-answers .link-hidden-more{
    margin-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.question-answers .qsrt-r .link-hidden-more a{
    border-color: #adb1b8 #a2a6ac #8d9096;
    background-color: #fff;
    background: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 29px;
    color: #111;
    white-space: normal;
    text-align: left;
    padding: 5px 10px 5px 11px;
    line-height: 19px;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-radius: 2px;
}
.question-answers .link-hidden-more a:hover{
    border-color: #a2a6ac #979aa1 #82858a;
    background-color: #f3f3f3;
}
.question-answers .link-hidden-more a:focus,
.askTopQandALoadMoreQuestions a:focus{
    box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}
.question-answers .question-item-hidden{
    display: none;
}
.askTopQandALoadMoreQuestions {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.askTopQandALoadMoreQuestions a:hover{
    background: #e0e3e8;
    background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
    background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
}
.askTopQandALoadMoreQuestions a{
    margin-left: 175px;
    border-color: #adb1b8 #a2a6ac #8d9096;
    background-color: #fff;
    background: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 29px;
    color: #111;
    white-space: normal;
    text-align: left;
    padding: 6px 10px;
    line-height: 17px;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-radius: 2px;
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
}
@media(max-width: 767px){
    .question-answers .questionitem-left{
        display: none;
    }
    .question-answers .questionitem-right{
        float: left;
        width: 100%;
        padding-left: 0;
    }
    .question-answers .question-right-top>span:first-child, .question-answers .question-right-bottom>span:first-child{
        width: 80px;
    }
    .question-answers .question-item{
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }
    .askTopQandALoadMoreQuestions a{
        margin-left: 0;
    }
}