.example {
    margin: 10px 55px;
    padding:0;
}
.example h1 {
    border: 1px dotted #000;
    background-color: #a8a0a8;
    color: #000;
}
.example p {
    font-size: 85%;
}
a {text-decoration: none;}
.relPos {position: relative;}
.flush-right {
	position: absolute;
	top: 0;
	right: 0;
}
