html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body,
h1,
h2,
h3,
h4,
h5,
td,
table,
a,
p,
th,
b,
tr,
li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 100 !important;
}
table {
  width: 100%;
  min-height: 100%;
}
b,
th { font-weight: 300 !important }
td,
th { padding: 25px }
th { height: 30px }
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
textarea {
  font-family: monospace;
  font-size: 15px;
  outline: none;
  border: 0px solid #ffffff;
  overflow: auto;
  resize: none;
  outline: none;
}
table {
  border-collapse: collapse;
  border-style: hidden;
}
table td,
table th { border: 1px solid black }
a:visited { color: #1a7bff }
.ribbon {
  position: absolute;
  top: -1px;
  right: -1px;
  opacity: 1;
  z-index: 1;
}
#htmlexport table td,
#htmlexport table th { border-color: #aaa }
#htmlexport td,
#htmlexport th { padding: 5px }
#htmlexport table,
#htmlexport code { margin-bottom: 20px }
#markdown,
#htmlexport {
  vertical-align: top;
  width: 50%;
  min-width: 30%;
}
#htmlexport.source {
  font-family: monospace !important;
  font-size: 15px;
  word-wrap: break-word;
  word-break: break-word;
}
#htmlexport.preview { text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1) }
#md {
  width: 100%;
  height: 100%;
  display: inline-table;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#html {
  position: absolute;
  top: 81px;
  right: 142px;
  height: 23px;
  background: #3A3A3A;
  z-index: 2;
  width: 50px;
  text-align: center;
  border-radius: 0 0 7px 7px;
  color: white;
}
#html label {
  font-weight: 200;
  font-size: large;
}
#defaultmd {
  visibility: hidden;
  display: none;
}
input[type=checkbox],
label {
  height: 10px;
  display: inline-block;
  line-height: 10px;
  vertical-align: middle;
  cursor: pointer;
}
