@import url(https://cloud.typography.com/7463094/7169552/css/fonts.css);

* {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif,"Microsoft YaHei";
}

body {
    margin: 50px;
}

h1 {
    font-size: 36px;
    margin: 0 0 32px;
    line-height: 45px;
    color: #161616;
    font-weight: 700;
}

p {
    color: #404853;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    line-height: 28px;
    font-weight: 300;
    font-size: 16px;
}

a {
    cursor: pointer;
    color: #18a3fa;
    text-decoration: none; 
}

li{
    color: #404853;
}

p.note{
    padding: 0 0 0 20px;
    border-left: 3px solid;
    margin: 16px 0;
    border-color: #4eb9ed;
}

pre, code {
  color: #060;
  font: 13px/18px Consolas, "Liberation Mono", Menlo, Monaco, Courier, monospace;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

pre {
  margin:0 0 1em 0;
  padding: 1em;
  overflow: auto;
  border: solid 1px #ddd;
  background: #f7f7f7;
}

pre.classic {
  background-color:transparent;
  border:none;
  padding:0;
}