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{
    padding: 7px 18px;
    display: inline-block;
    background-color: #454340;
    border-radius: 4px;
    min-width: 55px;
    color: #FFF;
    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{
    margin-bottom: 30px;
    display: none;
    border: 1px solid #A4A09A;
    border-radius: 4px;
    padding: 20px;
    max-width: 400px;
    position: relative;
}
div.nh-reason h3{
    font-size: 15px;
    margin-top: 0;
}
div.nh-reason textarea{
    width: 100%;
    max-width: 350px;
    height: 130px;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #A4A09A;
    display: none;
}
div.nh-reason textarea:focus,
div.nh-reason input:focus,
div.nh-reason input:active,
div.nh-reason input:active:focus{
    outline: 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{
    font-size: 23px;
    color:#454340;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
div.helpful-section > a{
}