body{
	background-color: #eee;
	font-size: 1.2em;
}
h2{
	color: blue;
	margin-top: 1em;
}
.content{
	background-color: #fff;
	margin-top: 1em;
	padding: 1.5em;
	border-radius: 0.5em;
	border: solid 4px #bbb;
}

/* Add to core.css */
.bonus-note{
  max-width: 520px;         /* tighter width */
  margin: 1rem auto;        /* centered */
  padding: .85rem 1rem;     /* blocky feel */
  background:#fafafa;       
  border:2px solid #e9ecef; 
  border-radius:.5rem;      
  box-shadow:0 1px 0 rgba(0,0,0,.04);
  text-align:center;
  font-size:.92rem;
  line-height:1.35;
}
@media (min-width: 992px){
  .bonus-note{ max-width: 460px; } /* even tighter on large screens */
}
