﻿/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

#silver_body .tig_col_block:has(.tig_tick_table) {
	overflow: auto;
}

#silver_body .tig_tick_table {
  width: 100%;
  border-collapse: collapse;
}

#silver_body .tig_tick_table th:not(:first-child), #silver_body .tig_tick_table td:not(:first-child){
  text-align: center;
}

#silver_body .tig_tick_table th, #silver_body .tig_tick_table td {
  padding: 10px 8px;
}

#silver_body .tig_tick_table tr:nth-child(even) {
  background-color: #f1f1f1;
}
