
div.helpful-yes-answered{
    display: none;
}
div.helpful-section {
    margin-bottom: 20px;
}
div.helpful-section > span {
    font-size: 15px;
    margin-right: 10px;
}
div.helpful-section.thanks-cont {
    display: none;
}
div.helpful-section > a {
    background-color: #454340;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    min-width: 55px;
    padding: 7px 18px;
    text-align: center;
}
div.helpful-section > a:hover, div.helpful-section > a:focus {
    background-color: #1c1b1a;
    text-decoration: none;
}
div.helpful-section > a.yes {
    margin-right: 5px;
}
div.nh-reason {
    border: 1px solid #a4a09a;
    border-radius: 4px;
    display: none;
    margin-bottom: 30px;
    max-width: 400px;
    padding: 20px;
    /*position: relative;*/
    position: absolute; /* added */
    z-index: 1; /*added*/
    background-color: #FFF;
    margin-left: 15%;
    margin-top:30px;

}
div.nh-reason h3 {
    font-size: 15px;
    /*! margin-top: 0; */
    font-weight: bold;
}
div.nh-reason textarea {
    border: 1px solid #a4a09a;
    border-radius: 4px;
    display: none;
    height: 130px;
    margin-bottom: 10px;
    max-width: 350px;
    width: 100%;
}
div.nh-reason textarea:focus, div.nh-reason input:focus, div.nh-reason input:active, div.nh-reason input:active:focus {
    outline: medium none;
}
div.nh-reason textarea:disabled {
    background-color: #efefef;
    color: #efefef;
}
div.nh-reason input.cancel {
    background-color: #a4a09a;
    border-color: #777470;
    margin-right: 10px;
}
div.nh-reason input.cancel:hover {
    background-color: #777470;
}
div.nh-reason .error {
    color: #e24917;
    display: none;
}
div.nh-reason input.submit {
    background-color: #44a0cb;
}
div.nh-reason input.submit:hover {
    background-color: #2b6e8e;
}
div.nh-reason div.glyphicon.glyphicon-remove-circle {
    color: #454340;
    cursor: pointer;
    font-size: 23px;
    position: absolute;
    right: 15px;
    top: 10px;
}
div.helpful-section > a {
}

@media only screen and (max-width: 460px) {
    
    div.nh-reason {
    margin-left: 5%;
    margin-top:34px;
    }

}

@media only screen and (max-width: 460px) {
    
    div.nh-reason {
    margin-left: 2%;
    margin-top:45px;
    }

}

@media only screen and (max-width: 320px) {
    
    div.nh-reason {
    margin-left: 0px;
    margin-top:70px;
    }

}
