.notebook-view {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.87);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
  /* Code below this line is copyright Twitter Inc. */
  /* override default chrome & firefox settings */
  /* grey out placeholders */
  /* buttons */
}
.notebook-view h1,
.notebook-view h2,
.notebook-view h3,
.notebook-view h4 {
  color: #111111;
  font-weight: 400;
  margin-top: 1em;
}
.notebook-view h1,
.notebook-view h2,
.notebook-view h3,
.notebook-view h4,
.notebook-view h5 {
  font-weight: 500;
}
.notebook-view h1,
.notebook-view h2,
.notebook-view h3,
.notebook-view h4,
.notebook-view h5,
.notebook-view p,
.notebook-view dl {
  margin-bottom: 16px;
  padding: 0;
}
.notebook-view h1 {
  font-size: 29px;
  line-height: 50px;
}
.notebook-view h2 {
  font-size: 24px;
  line-height: 40px;
}
.notebook-view h3 {
  font-size: 20px;
  line-height: 30px;
}
.notebook-view h4 {
  font-size: 16px;
  line-height: 26px;
}
.notebook-view h5 {
  font-size: 14px;
  list-style: 23px;
}
.notebook-view h6 {
  font-size: 13px;
  list-style: 20px;
}
.notebook-view a {
  color: #0099ff;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.notebook-view a:hover {
  text-decoration: none;
  color: #ff6600;
}
.notebook-view a:visited {
  /*color: purple;*/
}
.notebook-view ul,
.notebook-view ol {
  padding: 0;
  padding-left: 24px;
  margin-bottom: 16px;
}
.notebook-view li {
  line-height: 24px;
}
.notebook-view p,
.notebook-view ul,
.notebook-view ol {
  line-height: 24px;
}
.notebook-view ol ol,
.notebook-view ul ol {
  list-style-type: lower-roman;
}
.notebook-view aside {
  display: block;
  float: right;
  width: 390px;
}
.notebook-view blockquote {
  border-left: 0.5em solid #eee;
  margin: 1em 2em;
  padding: 0 1em;
}
.notebook-view blockquote cite {
  font-size: 14px;
  line-height: 20px;
  color: #bfbfbf;
}
.notebook-view blockquote cite:before {
  content: '\2014 \00A0';
}
.notebook-view blockquote p {
  color: #666;
}
.notebook-view hr {
  text-align: left;
  color: #999;
  height: 2px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}
.notebook-view dl {
  padding: 0;
}
.notebook-view dl dt {
  padding: 10px 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}
.notebook-view dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.notebook-view dd {
  margin-left: 0;
}
.notebook-view button,
.notebook-view input,
.notebook-view select,
.notebook-view textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.notebook-view button,
.notebook-view input {
  line-height: normal;
  *overflow: visible;
}
.notebook-view button::-moz-focus-inner,
.notebook-view input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.notebook-view button,
.notebook-view input[type='button'],
.notebook-view input[type='reset'],
.notebook-view input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
.notebook-view input[type='checkbox'],
.notebook-view input[type='radio'] {
  cursor: pointer;
}
.notebook-view input:not([type='image']),
.notebook-view textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.notebook-view input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.notebook-view input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.notebook-view label,
.notebook-view input,
.notebook-view select,
.notebook-view textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 18px;
}
.notebook-view input[type='checkbox'],
.notebook-view input[type='radio'] {
  cursor: pointer;
  margin-bottom: 0;
}
.notebook-view input[type='text'],
.notebook-view input[type='password'],
.notebook-view textarea,
.notebook-view select {
  display: inline-block;
  width: 210px;
  padding: 4px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.notebook-view select,
.notebook-view input[type='file'] {
  height: 27px;
  line-height: 27px;
}
.notebook-view textarea {
  height: auto;
}
.notebook-view :-moz-placeholder {
  color: #bfbfbf;
}
.notebook-view ::-webkit-input-placeholder {
  color: #bfbfbf;
}
.notebook-view input[type='text'],
.notebook-view input[type='password'],
.notebook-view select,
.notebook-view 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 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.notebook-view input[type='text']:focus,
.notebook-view input[type='password']:focus,
.notebook-view textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
.notebook-view button {
  display: inline-block;
  padding: 4px 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 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);
}
.notebook-view button:hover {
  color: #fff;
  background-position: 0 -15px;
  text-decoration: none;
}
.notebook-view button:active {
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.notebook-view button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.notebook-view table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  width: 100%;
}
.notebook-view table {
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  /*-webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;   */
}
.notebook-view 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;
}
.notebook-view table td,
.notebook-view .table th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.notebook-view 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, 0.5);
  padding: 5px;
}
.notebook-view table td:first-child,
.notebook-view table th:first-child {
  border-left: none;
}
.notebook-view table th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.notebook-view table th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.notebook-view table th:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.notebook-view table tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.notebook-view table tr:last-child td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
