/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body{
    height: 100%
}

h1 {
    display: block;
    margin-top: 0;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-size: 2em;
    font-weight: bold;
    font-family: sans-serif;
}

a {
    color: black;
    text-decoration: none;
}

p {
    font-family: sans-serif;
    display: block;
    margin-bottom: 1.5em;
}

table {
    font-family: sans-serif;
    border-collapse: collapse;
    width: 100%;
    line-height: 1.5em;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

td:first-child {
    font-weight: bold;
    font-family: monospace;
}

td:nth-child(2) {
    font-family: monospace;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

#content {
    min-height: 90%;
    display: grid;
    grid-template-columns: 70% 29%;
    grid-template-rows: 100%;
    padding: 0.5em;
}

#syntax_content {
    min-height: 90%;
    padding: 0.5em;
}

#syntax_content a {
    color: orange;
}

#image_block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#script_block {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#script_block label {
    display: block;
    margin-bottom: 0.5em;
}

#script_block textarea {
    flex-grow: 1;
    font-size: 14px/1.5em;
    font-family: monospace;
}

.one_line {
width: 100%;
}
.one_line button {
display: inline-block;
}

#footer {
    font-family: sans-serif;
    display: block;
    clear: both;
    padding: 1em 0;
    text-align: center;
    color: #fff;
    border: 1px solid #001a33;
    background-color: #00264d;
    width: 100%;
}

#footer a {
    color: #fff;
}