You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							599 B
						
					
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							599 B
						
					
					
				| body, table, th, td {
 | |
|     font-family: "Lucida Console", Helvetica, sans-serif;
 | |
|     font-size: 10pt;
 | |
| }
 | |
| 
 | |
| table, th, td {
 | |
|     border: 1px solid black;
 | |
|     border-collapse: collapse;
 | |
|     border-left: none;
 | |
|     border-right: none;
 | |
|     border-bottom: 1px solid #ddd;
 | |
|     border-top: 1px solid #ddd;
 | |
|     padding: 8px;
 | |
|     text-align: left;
 | |
| }
 | |
| 
 | |
| table th {
 | |
|     color: white;
 | |
|     background-color: black;
 | |
|     height: 32px;
 | |
|     text-align: center;
 | |
| }
 | |
| 
 | |
| table tr:nth-child(even) {
 | |
|     background-color: #eee;
 | |
| }
 | |
| 
 | |
| table tr:nth-child(odd) {
 | |
|     background-color: #fff;
 | |
| }
 | |
| 
 | |
| table tr:hover {
 | |
| 	background-color: #ccc;
 | |
| }
 | 
