/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.viewButton {
	font-size: 12px;
}


.hostlist {
	 		
			border: 1px solid silver;
	
	}

.hostlistHeader
		{
			background: #ff7700;
			
		}

.hostlistOddRow
		{
			background: #CCCCCC
	
		}				
.hostlistEvenRow
		{
		background: #FFD9C6;
  		border: 1px solid silver;
			}

.hostlistAllCellsLeft
		{
		text-align: left;
		font-size: 12px;
		border: 1px solid silver;
		padding: 1px;
		padding-left:5px;
		padding-right:5px;
		}

.hostlistAllCellsCenter
		{
		font-size: 12px;
		border: 1px solid silver;
		padding: 1px;
		padding-left:5px;
		padding-right:5px;

		text-align: center;
		}



			
