/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFhsqMA6aw.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbFhsqMA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFhsqMA6aw.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbFhsqMA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFhsqMA6aw.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbFhsqMA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {

	--link-color: #008aeb;
	--table-content-color: #3e3e3e;
	--table-background-color: #e2e2e2;
	--table-background-hover-color: #c5c5c5;
	--table-border: 1px solid #cdcdcd;
	--content-box-color: #000000;
	--content-box-background-color: #ffffff;
	--dialog-background-color: #ffffff;
	--modify-buttons-color: 0 0 0 rgb(0, 0, 0);
}


[data-theme="dark"] {

	--link-color: #74caf8;
	--table-content-color: #cccccc;
	--table-background-color: #353535;
	--table-background-hover-color: #585858;
	--table-border: 1px solid #424242;
	--content-box-color: #cccccc;
	--content-box-background-color: #252525;
	--dialog-background-color: #252525;
	--modify-buttons-color: 0 0 0 rgb(208, 208, 202, 1);
}


* {
	box-sizing: border-box;
}


html {

	font-family: "Heebo", sans-serif;
	#font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
}

body {

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: linear-gradient(to bottom, #565656 0%, black 100%);
}


#headerBox {

	z-index: 9999;
	position: fixed;
	cursor: pointer;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	height: 65px;
	color: #ffffff;
	border-bottom: 2px solid #3e3e3e;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#090909+0,4e4e4e+100 */
	background: rgb(9, 9, 9);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(9, 9, 9, 1) 0%, rgba(78, 78, 78, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(9, 9, 9, 1) 0%, rgba(78, 78, 78, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(9, 9, 9, 1) 0%, rgba(78, 78, 78, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090909', endColorstr='#4e4e4e', GradientType=0);
	/* IE6-9 */
}


#footerBox {

	z-index: 9999;
	position: fixed;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	padding: 0 10px 0 10px;
	background-color: #000000;
	font-size: 0.95rem;
}


#contentBox {

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fafafa+0,f0f0f0+100 */
	background: rgb(250, 250, 250);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f0f0f0', GradientType=0);
	/* IE6-9 */
}


#contentBox {

	z-index: 1000;
	position: relative;
	font-size: 1.2rem;
	width: 98%;
	margin: 0 auto;
	padding: 15px;
	overflow: auto;
	color: var(--content-box-color);
	background: var(--content-box-background-color);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.contentHeader {

	position: relative;
	font-size: 1.65rem;
}


.contentHeaderBox {

	position: relative;
	width: 99%;
	color: var(--table-content-color);
	background-color: var(--table-background-color);
	padding: 10px;
	margin-bottom: 25px;
	border: var(--table-border);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

