.shabdrupani {
  overflow-y: auto;
}
.shabdrupani table{
  width: 100%;
  border: 1px solid #333;
}
.shabdrupani table p {
  margin: 0;
}
.shabdrupani table thead th{
  background: #9b3e1a;
  color: #fff;
}
.shabdrupani table th, .shabdrupani table td {
  padding: 10px 5px;
  text-align: left;
  white-space: nowrap;
}
.shabdrupani tbody tr td:first-child {
  background: #9b3e1a;
  color: #fff;
}
.shabdrupani tbody tr:nth-child(2n) {
  background: #eee;
}