23 lines
		
	
	
		
			270 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			270 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body {
 | |
|     max-width: 1920px;
 | |
| }
 | |
| 
 | |
| .def-list tr td:first-child {
 | |
|     text-align:right;
 | |
|     width:1%;
 | |
|     white-space:nowrap;
 | |
| }
 | |
| 
 | |
| input, textarea, select {
 | |
|     width:100%;
 | |
|     max-width:640px;
 | |
| }
 | |
| 
 | |
| input[type='checkbox'] {
 | |
|     width:unset;
 | |
| }
 | |
| 
 | |
| a {
 | |
|     text-decoration: none;
 | |
| }
 |