.scroll-table1 {
    overflow-x: auto;
    padding-bottom: 0px;
    margin-bottom: 22px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 22px;
    font-size: 14px;
}

tr:nth-of-type(odd) {
    background: #f8f8f8;
}

td, th {
    padding: 10px;
    border: 1px solid #e4e4e4;
    text-align: left;
    line-height: 145%;
}

th {
    background: #9f9b9b;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}

/**, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}*/