#datatable-1_wrapper {
  width: 600px;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    padding: 0px 21px;
    border-radius: 6px;
  margin-bottom: 22px;
  margin-top: 17px;
}
#datatable-1 td:first-child { /* first column of datatable-1 */
  font-weight: bold;  
}
#datatable-1 thead th {
  font-weight: normal; 
  background-color: #262626; /* Add a background color */
  color: #dedede; /* Change text color */
}

.field--name-field-kategoria-przepisu {
  padding-bottom: 9px;
  color: #727272;
}

article.node--type-przepis {
  padding-bottom: 30px;
}

.views-field-field-kategoria-przepisu {
  font-size: 0.8em;
}

.bootstrap-table-link-nounderline {
  text-decoration: none !important;  
}