body{
  margin: 0 auto;
  font-family: "Source Han Sans", "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif,  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  color: rgb(47, 47, 65);
  line-height: 1.6;
  word-wrap: break-word;
  padding: 2.8em;

  border: 1px solid rgb(213, 213, 227);
  -webkit-border-radius: 0 0 0.2em 0.2em;
  border-radius: 0 0 0.2em 0.2em;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
@media screen and (min-width: 54.3em) {
  body {
      width: 53.1em;
      margin: auto;
      margin-top: 15em;
      margin-bottom: 15em;
  }
}


h1, h2, h3, h4, h5, h6 {
  color: rgb(18, 18, 31);
  font-weight: 500;     /*normal+100*/
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
p, blockquote, ul, ol, dl, table, pre{
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 1.8em;
}


h1 {
  margin: 0.67em 0;
  font-size: 2.5em;
  line-height: 1.2;
}
h2 {
  font-size: 1.75em;
  line-height: 1.225;
}
h1, h2 {
  border-bottom: 1px solid rgb(213, 213, 227);
  padding-bottom: 0.3em;
}


h3 {
  font-size: 1.5em;
  line-height: 1.43;
}
h4 {
  font-size: 1.25em;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
  color: rgb(32, 32, 37);
}


a {
  color: rgb(40, 70, 70);
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
a:visited {
  color: rgb(35, 55, 70);
}
a:hover {
  text-decoration: rgb(45, 125, 70);
  color: rgb(45, 125, 70);
}


ul, ol {
  padding: 0;
  padding-left: 1.9em;
  margin: 0;
}
li {
  line-height: 1.5em;
}
p, ul, ol {
  font-size: 1em;
  line-height: 1.5em;
}

ol ol, ul ol {
  list-style-type: lower-roman;
}

code, pre {
  border-radius: 0.2em;
  background-color:rgb(250,250,235);
  color: inherit;
}

code {
  font-family: Consolas, Monaco, Andale,  "Source Han Sans", Mono, monospace;
  margin: 0 0.1em;
}

pre {
  line-height: 1.7em;
  overflow: auto;
  padding: 0.4em 0.6em;
  border-left: 0.3em solid rgb(210, 130, 50);
}

pre > code {
  border: 0;
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  font-size: .85em;
  white-space: pre;
  background: 0 0;

}

aside {
  display: block;
  float: right;
  width: 24.4em;
}
blockquote {
  border-left:.5em solid #eee;
  padding: 0 0 0 2em;
  margin-left:0;
}
blockquote  cite {
  font-size:0.9em;
  line-height:1.2em;
  color:#bfbfbf;
}
blockquote cite:before {
  content: '\2014 \00A0';
}

blockquote p {
  color: #666;
}
hr {
  text-align: left;
  color: #999;
  height: 0.1em;
  padding: 0;
  margin: 1em 0;
  background-color: #e7e7e7;
  border: 0 none;
}

dl {
  padding: 0;
}

dl dt {
  padding: 0.6em 0;
  margin-top: 1em;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

dl dd {
  padding: 0 1em;
  margin-bottom: 1em;
}

dd {
  margin-left: 0;
}

/* Code below this line is copyright Twitter Inc. */

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
/* override default chrome & firefox settings */
input:not([type="image"]), textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 1.1em;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
  margin-bottom: 0;
}
input[type=text],
input[type=password],
textarea,
select {
  display: inline-block;
  width: 20.6em;
  padding: 0.3em;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.1em;
  height: 1.1em;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
select, input[type=file] {
  height: 1.7em;
  line-height: 1.7em;
}
textarea {
  height: auto;
}
/* grey out placeholders */
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input[type=text],
input[type=password],
select,
textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 0.2em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0.2em rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0.2em rgba(0, 0, 0, 0.1);
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 0.2em rgba(0, 0, 0, 0.1), 0 0 0.5em rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 0.2em rgba(0, 0, 0, 0.1), 0 0 0.5em rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 0.2em rgba(0, 0, 0, 0.1), 0 0 0.5em rgba(82, 168, 236, 0.6);
}
/* buttons */
button {
  display: inline-block;
  padding: 0.3em 0.9em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.1em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0.1em rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0.1em rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0.1em rgba(0, 0, 0, 0.05);
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #004b9a;
  border-bottom-color: #003f81;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
button:hover {
  color: #fff;
  background-position: 0 -1em;
  text-decoration: none;
}
button:active {
  -webkit-box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.15), 0 1px 0.1em rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.15), 0 1px 0.1em rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.15), 0 1px 0.1em rgba(0, 0, 0, 0.05);
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
table {
  *border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  width: 100%;
}
table {
  border: solid #ccc 1px;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  /*-webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;   */
}
table tr:hover {
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
table td, .table th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0.6em;
  text-align: left;
}

table th {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
  /*-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;*/
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  padding: 0.3em;
}

table td:first-child, table th:first-child {
  border-left: none;
}

table th:first-child {
  -moz-border-radius: 0.4em 0 0 0;
  -webkit-border-radius: 0.4em 0 0 0;
  border-radius: 0.4em 0 0 0;
}
table th:last-child {
  -moz-border-radius: 0 0.4em 0 0;
  -webkit-border-radius: 0 0.4em 0 0;
  border-radius: 0 0.4em 0 0;
}
table th:only-child{
  -moz-border-radius: 0.4em 0.4em 0 0;
  -webkit-border-radius: 0.4em 0.4em 0 0;
  border-radius: 0.4em 0.4em 0 0;
}
table tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 0.4em;
  -webkit-border-radius: 0 0 0 0.4em;
  border-radius: 0 0 0 0.4em;
}
table tr:last-child td:last-child {
  -moz-border-radius: 0 0 0.4em 0;
  -webkit-border-radius: 0 0 0.4em 0;
  border-radius: 0 0 0.4em 0;
}

