/* markdown output stylings */

.mdinput {
    font-family: monospace;
}

.markdown h1 {
    font-size:1.3em;
    font-weight: 400;
    font-style: italic;
}
.markdown h2 {
    font-size:1.15em;
}

.markdown table {
    border-collapse:collapse;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:2em;
}
.markdown table th, .markdown table td {
    padding-left:10px;
    padding-right:10px;
}

.markdown table th {
    border-bottom:1px solid black;
}
.markdown table tbody tr:nth-child(odd){
  background-color: #F3F3F3;
}

.markdown strong {
    font-weight: 600;
}

.markdown dl dt {
    font-weight: 500;
}
