*{
  margin:0;
  padding:0;
}
ul, li{
  list-style-type: none !important;
}
.tab{
      width:600px;
      table-layout: fixed;
      border-collapse: collapse;
    }
    .tab th,
    .tab td{
      text-align: center;
      border:1px solid #ddd !important;
      line-height: 40px;
      color: #FFFF83 !important;
      background-color: #282c34 !important;
    }
ul.code{
      background-color: #282c34;
      color: #FFFF83;
      padding: 5px 0 5px 15px !important;
      border-radius: 8px !important;
      margin: 10px 0;
    }
    .code li{
      margin: 10px 0;
    }

    .tip {
      padding: 8px 16px;
      background-color: #ecf8ff;
      border-radius: 4px !important;
      border-left: 5px solid #50bfff;
      margin: 10px 0;
    }
    .body h1,
    .body h2,
    .body h3,
    .body h4,
    .body h5,
    .body h6{
      margin: 5px 20px;
    }
    .body{
      padding: 0 20px;
    }
.link{
padding:0 5px;
line-height:30px;
background-color: #2b99ff;
color:#fff !important;
}
a{
    cursor: pointer !important;
text-decoration: none !important;
}
.comment{
	color:#a4a3a5;
}