/* table properties - see additional colors in color style sheets */

table {
	border-collapse: separate;
	}

th {
	color:#999; /* secondary */
	background-color: #ccc; /*primary */
	border:0px;
	padding:.75em;
}

.view-id-directory.directory-table th {
padding:.75em;
}

th a {
	color:#666; /* secondary */
  	border-bottom:1px dotted #666; /* secondary */
}

td, .view-id-directory.directory-table td {
	background-color: #eee;
	padding:.75em;
	}

.view-id-directory.directory-table td {
	vertical-align:top;
}
table.stripe tr:nth-child(odd) td {
	background-color: #eee;
	}


/**
 * Responsive tables.
 */
@media screen and (max-width: 600px) {
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
