	#vaivem {
		margin: 0px;
	}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	#vaivem h1 { font-size: 24px; }
	#vaivem table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	#vaivem table th { 
		/* change this background color black i.e #333 to  as  you wish */
		background: #333;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color: white; 
		font-weight: bold; 
	}
	#vaivem table td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	
	#vaivem table .red a {
	color:RED;
	}
	#vaivem table .green a {
	color:GREEN;
	}
	#vaivem table .blue a {
	color:BLUE;
	}
	#vaivem table .gray a {
	color: GRAY;
	}

	/*@media 
	only screen and (max-width: 460px),
	(min-device-width: 468px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore
		#vaivem table, #vaivem table thead, #vaivem table tbody, #vaivem table th, #vaivem table td, #vaivem table tr { 
			display: block; 
		}
				
		#vaivem table tr { border: 1px solid #ccc; }
		
		#vaivem table td { 
			/* Behave  like a "row" 
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative; 
		}
		
		#vaivem table td:before { 
			/* Now like a table header 
			position: absolute;
			/* Top/left values mimic padding 
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
	}*/
	
	
