.storyList
{
  border-bottom: 2px solid #ff5e6c;  
}
table {
  border-collapse: unset;
}
td
{
  word-break:break-all
}
#dataTable
{
  border: 1px solid #feb300;
  box-shadow: 2px 3px 10px;
  border-radius: 0.5vw;
  font-weight: bold;
  color: black;
  background: #feb30087;
}
.tableDiv,#dataTable_filter>label,#dataTable_length > label
{
  font-weight: 600;
}
.row
{
  margin-top: 2vh!important;
}
.checkBox,#lbl1
{
    width: 1.1rem;
    height: 1.1rem;
}
/* .pageList
{
  cursor: pointer;
  border: 1px solid gray; 
  font-size: 1.4vw;
}
li active{
  z-index: 3;
  color: #fff!important;
  background-color: #007bff;
} */
.custom-select,.pagination > li,input,select
{
  border: 1px solid gray!important;
}
