.content-block { 
    border:1px solid #eee; 
    padding:3px;
    background:#ccc;
    max-width:250px;
    float:right; 
    text-align:center;
}
.content-block:after { 
    clear:both;
} 
button.small, .button.small, input[type='submit'] {color:#fff;font-size:14px;font-family: 'Open Sans', sans-serif;background:#63817a;padding:0.5rem 1rem;}
button.small:hover, .button.small:hover, input[type='submit']:hover {color:#fff;background:#007095;}
.button.small a {color:#fff;}
.panel {
  background: #f2f2f2 none repeat scroll 0 0;
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 1px;
  color: #333;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}
