#table-container {
		padding-left: 3em;
	}

table {
		border: 1px solid #444;
		border-top: 0;
		border-collapse: collapse;
		width: 60%;
	}

table tbody th {
      background-color:#333;
      border:  1px solid #444;
	  padding: 5px;
	  font-family: "Trebuchet MS", Trebuchet, san-serif;
	  font-size: 90%;
	  font-weight: normal;
      color: white;
	  text-align: left;
	  line-height: 1.1em;
    }

table tbody tr td.colhead {
	background-color: #777;
	color: black;
	padding: 0;
	text-align: center;
	font-weight: bold;
	}
	
table tbody tr.even td {
	background-color: #333;
	}

table tbody tr td {
		font-family: "Arial", san-serif;
		font-size: 80%;
		padding: 3px 8px;
		background-color: #1a1a1a;
		color: white;
		vertical-align: top;
		empty-cells: show;
		border-top: 1px solid #444;
		border-right: 1px solid #444;
	}

#supportLevels {
   color: white;
   }

	
