h1 {
	font-size: 18pt;
	}

h2 {
	font-size: 14pt;
	font-style: italic;
	}
	
.ivt-grey {
	color: grey;
	}

.table-title {
	color: grey;
	font-size: 12pt;
	font-style: italic;
	}

.site-title {
	font-size: 14pt;
	color: grey;
	font-weight: normal;
	}

.updated-at {
	color: lightgrey;
	font-size: 9pt;
	font-style: italic;
	padding-top: 20px;
	}

.flag-display {
	padding: 2px;
	border: solid grey 1px;
	}

/* for gold stars */
.checked {
	color: gold;
	}

.clear-both {
	clear: both !important;
	}

/* table stuff */

th {
	font-weight: lighter;
	font-size: smaller;
	}

table {
	table-layout:fixed;	border: 1px solid #000;
	}
	
td {
	vertical-align: top;
	}
	
th.10_pct {
	width: 10%;
	}

th.15_pct {
	width: 15%;
	}

th.20_pct {
	width: 10%;
	}
	
th.25_pct {
	width: 25%;
	}
	
th.30_pct {
	 width: 30%;
	 }
	 
th.40_pct {
	width: 40%;
	}
	
th.50_pct {
	width: 50%;
	}
	
th.55_pct {
	width: 55%;
	}

th.60_pct {
	width: 60%;
	}
