h1 {
  color: #af5f00;
}
h2 {
  border-bottom: solid 3px #dfdfff;
  color: #ff8700;
}
h3 {
  border-bottom: dashed 2px #dfdfff;
  color: #8787ff;
}
a {
//  font-weight: bold;
  text-decoration: none;
  color: #ffdf5f;//railcasts scheme
}//87af5f
a:hover {
  text-decoration: underline;
}

#db_data_list table.uk-table { margin: 0px; table-layout:fixed; }
#db_data_list table.uk-table:not(:first-child) { margin-top: -1px; }
#db_data_list table.uk-table:not(:first-child) tr:first-child{ visibility: collapse; }

#db_data_list table.uk-table tr th:nth-of-type(1) { width: 80px; }
#db_data_list table.uk-table tr th:nth-of-type(2) { width: 140px; }
#db_data_list table.uk-table tr th:nth-of-type(3) { width: 200px; }
#db_data_list table.uk-table tr th:nth-of-type(4) { width: 80px; }
#db_data_list table.uk-table tr th:nth-of-type(5) { width: 13px; }
