/*.form-group span {*/
    /*width:10%;*/
    /*float:left;*/
/*}*/
.row{
    margin-bottom: 15px;
}
.selectpicker{
    width:100%;
}
.table-nowrap {
    table-layout:fixed;
}

.table-nowrap td {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;

}