| 
									
										
										
										
											2020-07-18 16:25:07 -04:00
										 |  |  | /** Global colors for all pages */ | 
					
						
							|  |  |  | body{ | 
					
						
							|  |  |  |     background-color: #dce2bd; | 
					
						
							|  |  |  |     font-size: 1.2rem; | 
					
						
							|  |  |  |     font-family: "Segoe UI", Arial, sans-serif; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** Button Styles */ | 
					
						
							|  |  |  | button, input[type=submit]{ | 
					
						
							|  |  |  |     border: 1px solid #7d8c35; | 
					
						
							|  |  |  |     border-radius: 4px; | 
					
						
							|  |  |  |     width: 200px; | 
					
						
							|  |  |  |     height: 75px; | 
					
						
							|  |  |  |     margin-left: 0.25rem; | 
					
						
							|  |  |  |     margin-right: 0.25rem; | 
					
						
							|  |  |  |     background-color: #dce2bd; | 
					
						
							|  |  |  |     font-family: inherit; | 
					
						
							|  |  |  |     font-size: 1.5rem; | 
					
						
							|  |  |  |     cursor: pointer; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | button:hover, input[type=submit]:hover{ | 
					
						
							|  |  |  |     background-color: #e0e7bd; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** Content styles */ | 
					
						
							|  |  |  | .main-content{ | 
					
						
							| 
									
										
										
										
											2020-07-23 03:21:26 -04:00
										 |  |  |     max-width: 1000px; | 
					
						
							| 
									
										
										
										
											2020-07-18 16:25:07 -04:00
										 |  |  |     border-radius: 8px; | 
					
						
							|  |  |  |     background-color: #bbb288; | 
					
						
							| 
									
										
										
										
											2020-08-19 21:51:59 -04:00
										 |  |  |     padding: 0.5em 1.5rem 1.5rem; | 
					
						
							| 
									
										
										
										
											2020-07-18 16:25:07 -04:00
										 |  |  |     color: #282b28; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .main-content h3{ | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  |     font-size: 3rem; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  |     font-weight: normal; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .main-content a{ | 
					
						
							|  |  |  |     color: #34768a; | 
					
						
							|  |  |  |     text-decoration: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-29 18:51:48 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | /** Tooltip styles */ | 
					
						
							|  |  |  | [data-tooltop]{ | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |     z-index: 10; | 
					
						
							|  |  |  |     cursor: pointer; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [data-tooltip]:before, [data-tooltip]:after{ | 
					
						
							|  |  |  |     visibility: hidden; | 
					
						
							|  |  |  |     opacity: 0; | 
					
						
							|  |  |  |     pointer-events: none; | 
					
						
							|  |  |  | } |