			body {
				font-family: 'Roboto', sans-serif;
				max-width: 600px;
				text-align: center;
				margin: 10px auto;
				font-size: 100%;
				background: #FEFEFE;
			}
		
		
			#shape {
			
				width: 100px;
				height: 100px;
				display: none;
				position: relative;
				border: solid 1px;

			}
		

			.container {
				display: inline-block;
				width: 50%;
				padding: 2%;
				margin: auto;
				background: #FFF;
				color: #000;
				font-size: 2rem;
				font-weight: 300;
				box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 1px 8px 0 rgba(0,0,0,0.1);
				
			}
		
		
			.bold {
				
				font-weight: bold;
				font-size: 18px;
			}
			
			.ital {
				
				
				font-size: 12px;
				
			}