.modal-sm {
    width: 400px;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
	background-color: #f0f0f0;
}
.table-hover > tbody > tr:hover {
  background-color: #bfbfbf;
}
.pointer > tbody > tr:hover {
  cursor: pointer;
}