.state-danger{
    border-bottom:1px solid red;
}

.state-warning{
    border-bottom:1px solid yellow;
}

.state-success{
    border-bottom:1px solid green;
}