:root {
    --background: #EAEAEA;
    --column: #687C50;
    --menu: #879F6A;
    --header: #879F6A;
    --outer: #b8db8a;
    --rows: #b8db8a;
    --border: #111111;
    --text: #111111;
    --link: #111111;
    --button
}
[data-theme="dark"] {
    --background: #111111;
    --column: #1A1F14;
    --menu: #414E32;
    --header: #414E32;
    --outer: #687C50;
    --rows: #687C50;
    --border: #EAEAEA;
    --text: #EAEAEA;
    --link: #EAEAEA;
}
html {
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
body {
	margin: 0;
	height: 100%;
	background-color: var(--background);
}
a:link {
	text-decoration: none;
	color: var(--link);
}
a:visited {
	text-decoration: none;
	color: var(--link);
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: var(--link);
}
div.layout {
	color: var(--text);
	overflow: hidden;
	position: relative;
	min-height: 100%;
}
* html div.layout {
	height: 100%;
}
.btn {
	background: var(--outer);
	border-radius: 5px;
	padding: 50px 20px 2px 5px;
	text-decoration: none;
	border: 1px solid var(--border);
	color: var(--text);
}
.btn:hover {
	background: var(--menu);
	text-decoration: none;
}
div.header {
	background-color: var(--outer);
	text-align: center;
	line-height: 60px;
	font-size: 50px;
	border-bottom: 1px solid var(--border);
}
div.header a:hover {
	text-decoration: none;
}
#flyout_menu {
	float: left;
	width: 150px;
	font-size: 20px;
	background-color: var(--outer);
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	border-right: 1px solid var(--border);
}
#flyout_menu ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#flyout_menu ul li:hover {
	position: relative;
}
#flyout_menu ul ul {
	visibility: hidden;
	position: absolute;
	border-left: 1px solid var(--border);
	left: 100%;
	border-top: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
#flyout_menu ul li:hover > ul {
	visibility: visible;
}
#flyout_menu a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid var(--border);
	line-height: 200%;
}
#flyout_menu ul a {
	width: 150px;
}
#flyout_menu ul ul a {
	width: 180px;
}
#flyout_menu li {
	background: var(--outer);
}
#flyout_menu li:hover {
	background: var(--menu);
}
#flyout_menu ul ul li {
	background: var(--outer);
}
#flyout_menu ul ul li:hover {
	background: var(--menu);
}
#flyout_menu ul ul ul {
	width: 180px;
}
#flyout_menu ul ul ul a {
	width: 180px;
}
div.searchbar {
	text-align: center;
}
div.content {
	margin-left: 150px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0;
	padding-bottom: 25px;
}
div.content2 {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
h1 {
	color: var(--text);
}
div.content p input {
	width: 46px;
	text-align: right;
	padding: 0;
}
div.content input {
	width: 46px;
	text-align: right;
	padding: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
col.mstrdcol3 {
	width: 325px;
}
.page_title {
	font-weight: bold;
    color: var(--text);}
#pricecharts {
	display: table;
	margin: auto;
}
#shrchart {
	display: table-cell;
	width: 450px;
	height: 260px;
}
#nwchart {
	display: table-cell;
	width: 800px;
	height: 450px;
}
#nwchart2 {
	width: 1200px;
	height: 0px;
	margin: 0 auto;
}
.footer {
	color: var(--text);
	background-color: var(--outer);
	text-align: center;
	clear: both;
	line-height: 25px;
	font-size: 15px;
	position: relative;
	margin-top: -26px;
	border-top: 1px solid var(--border);
}
.mstadjdate {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.tablesorter2 .header,
.tablesorter2 .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 15px 4px 4px;
	white-space: normal;
	cursor: pointer;
}
.tablesorter2 .headerSortUp,
.tablesorter2 .tablesorter-headerSortUp,
.tablesorter2 .tablesorter-headerAsc {
	background-color: var(--column);
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter2 .headerSortDown,
.tablesorter2 .tablesorter-headerSortDown,
.tablesorter2 .tablesorter-headerDesc {
	background-color: var(--column);
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter2 thead .sorter-false {
	background-image: none;
	cursor: default;
}
table.tablesorter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}
table.tablesorter th {
	background-color: var(--header);
	border-top: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.tablesorter thead tr th {
	background-color: var(--header);
	padding: 2px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.tablesorter thead tr .header {
	background-color: var(--header);
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 2px;
	/*padding-left: 20px;
	padding-right: 20px;*/
	border-bottom: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.tablesorter tbody .numval {
	text-align: right;
}
table.tablesorter tbody .numvalgain {
	text-align: right;
	/*color: green;*/
}
table.tablesorter tbody .numvalloss {
	text-align: right;
	/*color: red;*/
}
table.tablesorter tbody tr.even td {
	background-color: var(--rows);
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
/*	background-image: url(../Images/asc.gif);*/
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
/*	background-image: url(../Images/desc.gif);*/
}
table.tablesorter .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: center right;
	/*padding: 4px 18px 4px 4px;*/
	white-space: normal;
	cursor: pointer;
}
table.tablesorter .headerSortUp,
table.tablesorter .tablesorter-headerSortUp,
table.tablesorter .tablesorter-headerAsc {
	background-color: var(--column);
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
table.tablesorter .headerSortDown,
table.tablesorter .tablesorter-headerSortDown,
table.tablesorter .tablesorter-headerDesc {
	background-color: var(--column);
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
table.tablesorter thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: var(--column);
}
table.tablesorter thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
	border-left: 1px solid var(--border);
}
table.tablesorter thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}
table.tablesorter tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
table.tablesorter tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
table.tablesorter tbody td:first-child {
	border-left: 1px solid var(--border);
}
table.tablesorter tbody tr:first-child td {
	border-top: 1px solid var(--border);
}
table.tablesorter tbody .name {
	text-align: left;
}
table.tablesorter2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}
table.tablesorter2 th {
	background-color: var(--header);
	border-top: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.tablesorter2 thead tr th {
	background-color: var(--header);
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.tablesorter2 tbody td {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.tablesorter2 tbody .numval {
	text-align: right;
}
table.tablesorter2 tbody .numvalgain {
	text-align: right;
	/*color: green;*/
}
table.tablesorter2 tbody .numvalloss {
	text-align: right;
	/*color: red;*/
}
table.tablesorter2 tbody tr.even td {
	background-color: var(--rows);
}
table.tablesorter2 thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
	border-left: 1px solid var(--border);
}
table.tablesorter2 thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}
table.tablesorter2 tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
table.tablesorter2 tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
table.tablesorter2 tbody td:first-child {
	border-left: 1px solid var(--border);
}
table.tablesorter2 tbody tr:first-child td {
	border-top: 1px solid var(--border);
}
table.tablesorter2  tbody .name {
	text-align: left;
}


/*table.hover-highlight td:before {
  background: #fff;
}
table.hover-highlight .odd td:before, table.hover-highlight .odd th:before{
  background: #ebf2fa;
}*/
table.hover-highlight .even td:before, table.hover-highlight .even th:before{
  background-color: #eaf2e1;
}
table.hover-highlight tbody > tr:hover > td,
table.hover-highlight tbody > tr.odd:hover > td,
table.hover-highlight tbody > tr.even:hover > td {
  background-color: var(--header);
}
/*table.hover-highlight tbody tr td:hover::after,
table.hover-highlight tbody tr th:hover::after {
  background-color: #ffa;
}*/
table.hover-highlight td:hover::after, table.hover-highlight th:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 999em;
  left: 0;
  top: -555em;
  z-index: -1;
}
table.hover-highlight{
  overflow: hidden;
}
table.hover-highlight td, table.hover-highlight th{
  position: relative;
  outline: 0;
}
table.hover-highlight, table.hover-highlight tbody > tr > td,
table.hover-highlight tbody tr.even > th,
table.hover-highlight tbody tr.even > td,
table.hover-highlight tbody tr.odd > th,
table.hover-highlight tbody tr.odd > td{
  background: transparent;
}
table.hover-highlight td:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -3;
}


table.changes {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}
table.changes thead tr th {
	background-color: var(--header);
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-top: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.changes tbody td {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.changes tbody tr.even  td {
	background-color: var(--rows);
}
table.changes tbody tr:first-child td:first-child {
	border-top-left-radius: 10px;
	border-left: 1px solid var(--border);
}
table.changes tbody tr:first-child td:last-child {
	border-top-right-radius: 10px;
}
table.changes tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
table.changes tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
table.changes tbody td:first-child {
	border-left: 1px solid var(--border);
}
table.changes tbody tr:first-child td {
	border-top: 1px solid var(--border);
}
table.movement {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
table.movement thead tr th {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
table.movement tbody td {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
table.info {
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
}
table.info tbody td {
	padding-left: 20px;
	padding-right: 20px;
}
table.future {
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}
table.future thead tr th {
	background-color: var(--header);
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-top: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.future tbody td {
	padding: 2px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.future tbody td input {
	width: 46px;
	text-align: right;
	padding: 0;
}
table.future tbody tr.even td {
	background-color: var(--rows);
}
table.future tbody .mst {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
table.future tbody .gain {
	/*color: green;*/
}
table.future tbody .loss {
	/*color: red;*/
}
table.future thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
	border-left: 1px solid var(--border);
}
table.future thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}
table.future tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
table.future tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
table.future tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
table.future tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
table.future tbody td:first-child {
	border-left: 1px solid var(--border);
}
table.future tbody tr:first-child td {
	border-top: 1px solid var(--border);
}
table.tag {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}
table.tag thead tr th {
	background-color: var(--header);
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.tag tbody td {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.tag tbody tr.even td {
	background-color: var(--rows);
}
table.tag tbody .taginfo td {
	background-color: var(--header);
}
table.tag tbody td.row3 {
	text-align: right;
	padding-left: 25px;
	padding-right: 25px;
}
table.tag tbody td.row3 input {
	width: 46px;
	text-align: right;
	padding: 0;
}
table.tag thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
	border-left: 1px solid var(--border);
}
table.tag thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}
table.tag tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
table.tag tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
table.tag tbody td:first-child {
	border-left: 1px solid var(--border);
}
table.tag tbody tr:first-child td {
	border-top: 1px solid var(--border);
}
table.listalpha {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}
table.listalpha caption {
	text-align: right;
}
table.listalpha thead tr th {
	background-color: var(--header);
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.listalpha tbody td {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid var(--border);
	border-right: 1px solid var(--border);
}
table.listalpha tbody tr.even td {
	background-color: var(--rows);
}
table.listalpha tbody .name {
	text-align: left;
}
table.listalpha tbody .port {
	text-align: right;
}
table.listalpha thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
	border-left: 1px solid var(--border);
}
table.listalpha thead th:first-child {
	border-left: 1px solid var(--border);
}
table.listalpha thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}
table.listalpha tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
table.listalpha tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
table.listalpha tbody td:first-child {
	border-left: 1px solid var(--border);
}
table.listalpha tbody tr:first-child td {
	border-top: 1px solid var(--border);
}
table.layout {
	border-collapse: collapse;
	border: none;
}
table.layout tbody td {
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}

.theme-switch-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    float: right;
    padding: 15px;
}
.theme-switch {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 56px;
}
.theme-switch input {
  display:none;
}
.slider {
  background-color: var(--menu);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}
.slider:before {
  background-color: var(--rows);
  bottom: 4px;
  content: "";
  height: 22px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 22px;
}
input:checked + .slider {
  background-color: var(--menu);
}
input:checked + .slider:before {
  transform: translateX(26px);
  background-color: var(--outer);
}
.slider.round {
  border-radius: 30px;
}
.slider.round:before {
  border-radius: 50%;
}