.example-left, .example-right,
.example-enough-space, .example-options {
padding: 5px;
background: #fbd800;
color: #111; 
font-family: "PT Sans";
}
.example-left ul {}
	.example-left ul li {
		display: inline-block;
		padding: 0 0 0 15px;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
	}
.example-enough-space.has-enough-space {
text-align: center;
}
.example-top, .example-bottom {
width: 75px;
height: 50px;
padding: 5px;
background: #444;
color: #fff;
}