.table > tbody > tr > td.actionCell a {
    display: inline-block;
    float: left;
    font-size: 1.2em;
    text-align: center;
}

.table > tbody > tr > td.actionCell {
    width: 92px;
    vertical-align: middle;
    padding: 0;
}

.table > tbody > tr > td.actionCell .glyphicon {
    color: #337ab7;
}

.table > tbody > tr > td.actionCell .glyphicon-pencil {
    color: #3ab733;
}

.table > tbody > tr > td.actionCell .glyphicon-trash {
    color: red
}