.upzillaUnionfilter select.form-control {
    width: 90%;
    margin: 0 auto 0;
}

.single_user h4 {
    margin-bottom: 23px;
}

.listTable table.table.table-striped.table-hover thead tr th {
    text-align: center;
}

.listTable table.table.table-striped.table-hover thead tr th {
    text-align: center;
}

.listTable table.table.table-striped.table-hover thead tr th:nth-child(1) {
    width: 10%;
    text-align: center;
}

.listTable table.table.table-striped.table-hover thead tr th:nth-child(2) {
    width: 60%;
    text-align: left;
}

.listTable table.table.table-striped.table-hover thead tr th:nth-child(3) {
    text-align: left;
}

.listTable table.table.table-striped.table-hover thead tr th:nth-child(4) {
    text-align: center;
}

.listTable table.table.table-striped.table-hover tbody tr td:nth-child(1) {
    text-align: center;
}

.listTable table.table.table-striped.table-hover tbody tr td:nth-child(4) {
    text-align: center;
}

/* Right side menu */

#rightSide {
    margin: 0;
    padding: 10px;
    list-style-type: none;
    display: block;
    width: 100%;
  }
  #rightSide li {
    margin: 0;
    padding: 0;
    display: block;
  }
  #rightSide li a {
    background: #3498db none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    font-family: 'AdorshoLipi', Arial, sans-serif !important;
    margin: 0 0 15px;
    border-radius: 4px;
    text-decoration: none;
  }
  #rightSide li.active a {
    background: #2e5fac none repeat scroll 0 0;
  }