.panel-heading .toggle:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading .toggle.collapsed:after {
    content: "\e080";
}

.dt-search {
    float: right;
}
