.requisites {
    overflow-x: auto;
}

.requisites table {
    width: 100%;
}

.requisites table tr {
    border: 1px solid #eee;
    border-collapse: collapse;
    background: #fff;
}

.requisites table tr:nth-child(2n+1) {
    background: #eee;
}

.requisites table td {
    padding: 10px;
}

.requisites table td:first-child {
    width: 25%;
}