.kelly {
  display: inline-block;
  margin: 10px 0px;
  background-color: #FC0;
  padding: 4px 8px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
}


/*** Giving button  ***/


/* The .btn styles below are commented out because they interfered 
   with wrap09 styles, and they don't seem to be used anymore.
   
  .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    color: #fff;
    background-color: #7299C6;
    border-color: #5C6F7B;
    text-decoration: none;
  }
  
  
  .btn:hover {
    background-color: #5C6F7B;
  }
*/