a.answer {
    display: block;
    position: relative;
    top: -120px;
}
a.answer:target ~ h4 {
    background-color:#FFF04D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.feature-content-inner {
    height: 100px;
}
