.tableScrolling table p {
    margin: 0;
    padding: 0 4px;
}

.tab-even table tr:nth-child(even):not(:first-child) {
  background-color: #fafafa;
}

.tableScrolling table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 930px !important;
}


