/*** PAGE ***/

main {
	section {
		section-content {
			section-header {
				
			}
			section-matter {
				ul {
					li {
						list-style: disc; 
						margin-left: 3.2rem; 
						display: block; 
						text-align: left; 
						margin-bottom: .4rem;						
					}
				}
			}
		}
	}
}


/** CEILINGS **/

body.ceilings {
	table {
		width: 100%;
		
		th {
			font-weight: var(--bold);
		}
		td { 
			padding: .4rem; 
			text-align: center;
			
			&:first-of-type { 
				text-align: left; 
			}
			span {
				display: inline-block; 
				height: 1.6rem; 
				width: 1.6rem; 
				background-size: cover; 
				font-size: 0;
			}
			.yes { 
				background-image: url(https://res.cloudinary.com/indwayweb/c_fill,h_60,w_60,f_auto,q_auto/icon-tick); 
			}
			.no { 
				background-image: url(https://res.cloudinary.com/indwayweb/c_fill,h_60,w_60,f_auto,q_auto/icon-cross); 
			}
		}
	}
}
