#top-nav-bar {
    margin-left: auto;
    margin-right: 0px;
}

.add-button, .del-button {
    float: right;
}

.item-user-agent, .item-lnk-address {
    margin-top: 5px;
    width: 100%;
}

.item-user-agent input, .item-lnk-address input{
    float: left;
    width: 90%;
}

.ui-sortable {
    margin: 0px !important;
    padding: 0px !important;
}

.ui-sortable-handle:before {
    content: "↕" !important;
    margin-left: 3px;
    font-size: 16px;
    float: left;
    margin-right: 20px;
}

.ui-sortable-handle:first-child::before {
    content: "↓" !important;
}

.ui-sortable-handle:last-child::before {
    content: "↑" !important;
}

.ui-sortable-handle {
    height: 40px;
    display: block;
}

.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;    
}

.glyphicon-ok:before {
    content: 'OK'
}

.stat-places {
    display: block;
    float: left;
    position: absolute;
    margin-left: 274px;
}

.help-block {
    color: #f00;
}