| 
									
										
										
										
											2015-12-23 09:42:57 -08:00
										 |  |  | /* #docplaster */ | 
					
						
							|  |  |  | /* #docregion */ | 
					
						
							|  |  |  | [class*='col-'] { | 
					
						
							|  |  |  |   float: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | *, *:after, *:before { | 
					
						
							|  |  |  | 	-webkit-box-sizing: border-box; | 
					
						
							|  |  |  | 	-moz-box-sizing: border-box; | 
					
						
							|  |  |  | 	box-sizing: border-box; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | h3 { | 
					
						
							|  |  |  |   text-align: center; margin-bottom: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | [class*='col-'] { | 
					
						
							|  |  |  |   padding-right: 20px; | 
					
						
							|  |  |  |   padding-bottom: 20px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | [class*='col-']:last-of-type { | 
					
						
							|  |  |  |   padding-right: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .grid { | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  |   margin: 0; | 
					
						
							| 
									
										
										
										
											2015-12-23 09:42:57 -08:00
										 |  |  | } | 
					
						
							|  |  |  | .col-1-4 { | 
					
						
							|  |  |  |   width: 25%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .module { | 
					
						
							|  |  |  | 	padding: 20px; | 
					
						
							|  |  |  | 	text-align: center; | 
					
						
							|  |  |  | 	color: #eee; | 
					
						
							|  |  |  | 	max-height: 120px; | 
					
						
							|  |  |  | 	min-width: 120px; | 
					
						
							|  |  |  | 	background-color: #607D8B; | 
					
						
							|  |  |  | 	border-radius: 2px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | h4 { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .module:hover { | 
					
						
							|  |  |  |   background-color: #EEE; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   color: #607d8b; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .grid-pad { | 
					
						
							|  |  |  |   padding: 10px 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .grid-pad > [class*='col-']:last-of-type { | 
					
						
							|  |  |  |   padding-right: 20px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @media (max-width: 600px) { | 
					
						
							|  |  |  | 	.module { | 
					
						
							|  |  |  | 	  font-size: 10px; | 
					
						
							|  |  |  | 	  max-height: 75px; } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | @media (max-width: 1024px) { | 
					
						
							|  |  |  | 	.grid { | 
					
						
							|  |  |  | 	  margin: 0; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	.module { | 
					
						
							|  |  |  | 	  min-width: 60px; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | /* #enddocregion */ |