pre{
    display:block;
    padding:10.5px;
    margin:0 0 11px;
    font-size:15px;
    line-height:1.42857143;
    color:#545050;
    word-break:break-all;
    word-wrap:break-word;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border-radius:4px;
  }
  pre code{
    padding:0;
    font-size:inherit;
    color:inherit;
    white-space:pre-wrap;
    background-color:transparent;
    border-radius:0;
  }
  .function{
    background:#b9cef3;
    margin: 0 3px;
    padding: 2px 5px;
    line-height:20px;
    border-radius: 3px;	
    color: #030e1d;
    font-weight:700;
    text-shadow:0 px 1px 0px rgba(0,0,0,0.5);
    }

.structureclass{
    color:#007BFF;
    font-weight:800;
    text-shadow:0 px 1px 0px rgba(0,0,0,0.5);
}