.codeexample {
  background-color:#FFFFAA;
  font-family:monospace;
  border: 1px solid #777755;
  /*width:700px;*/
  width:400px;
  margin-left:70px;
  margin-top:20px;
  margin-bottom:20px;
  -moz-border-radius: 30px 0px 30px 30px;
  padding:15px
}