:root{
  --color-account-enabled : green;
  --color-account-disabled: red;
  --color-enabled : #121290;
  --color-disabled: #ececec;
  --color-offer-buy : green;
  --color-offer-price : black;
  --color-offer-sell: red;  
}
body{
	font-size: 24px;
	font-family: arial;
	margin: 0 10px;
}
nav{
	clear: both;
	margin: 0;
	text-align: right;
}
nav a{
	margin: 0 5px;
	padding: 10px 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: lightgrey;
	text-decoration: none;
	color: black;
	font-size: 16px;
}
nav a:hover{
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}
fieldset{
	border: 1px solid black;
}
h1{
	text-align: center;
}
p.intro{
	text-align: center;
	font-size: 16px;
	margin: auto 25%;
}
p.intro.step2{
	display: none;
}
fieldset.form{
	width: 500px;
	margin: 10px auto 30px auto;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
}
fieldset.form span.error{
	color: red;
}
fieldset.form input[type='text']{
	width: 445px;
}
fieldset.form input[type='button']{
	width: 30px;
	padding: 0;
	text-transform: uppercase;
}
p.copyright{
	font-size: 10px;
	text-align: center;
	margin-top: 50px;
}
p.copyright img{
	margin-bottom: 5px;
}
p.credit{
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
}
p.credit a{
	position: relative;
	height: 20px;
	box-sizing: border-box;
	padding: 1px 8px 1px 6px;
	background-color: #1b95e0;
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	text-decoration: none;
	margin: 0 10px;
}
p.credit a.tipbot{
	background-color: #105434;
}
p.credit a i{
	position: relative;
	margin-right: 5px;
	top: 2px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: transparent 0 0 no-repeat;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);	
}
div.legend{
	display: none;
	width: 50%;
	text-align: center;
	margin: 10px auto 0 auto;
}
div.legend span{
	position: relative;
	font-size: 16px;
}
div.legend span.buy{
	color: var(--color-offer-buy);
}
div.legend span.price{
	color: var(--color-offer-price);
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 6px;
}
div.legend span.sell{
	color: var(--color-offer-sell);
}
div.legend span.off::before{
	background-color: var(--color-disabled);
}
div.legend span.on::before{
	background-color: var(--color-enabled);
}
#output{
	text-align: center;
	width: 100%;
}
#output > img{
	margin: 30px 0 20px;
	width: 50px;
	height: 50px;
}
#output span.loading{
	display: block;
  color: grey;
  font-size: 12px;
  line-height: 14px;
  padding-top: 0px;
  margin-top: 0px;
  display: block;
  clear: both;
}
#output fieldset{
	margin-top: 30px;
	text-align: center;
	border-radius: 10px;
	padding-top: 0px;
  padding-bottom: 20px;	
}
#output fieldset > div{
	width: 100%;
	height: 10px;
	border-bottom:  1px solid #BBBBBB;
	margin: 5px 0;
}
#output fieldset .axis{
	position: relative;
	width: 100%;
	height: 30px;
}
#output fieldset .axis > div{
	font-size: 10px;
	color: grey;
	position: absolute;
	bottom: -6px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
}
#output fieldset .axis > div::before{
	content: '';
  position: absolute;
  width: 1px;
  bottom: 20px;
  margin-left: -0.5px;
  left: 50%;
  border-left: 0px solid transparent;
 	border-right: 0px solid transparent;
  border-top: 11px solid black;		
}
#output fieldset .axis > div.min{
	left: 10px;
	width: 10px;
}
#output fieldset .axis > div.max{
	right: 10px;
}
#output fieldset .axis > div.buy{
	color: var(--color-offer-buy);
	width: 80px;
	cursor: help;	
}
#output fieldset .axis > div.price{
	color: var(--color-offer-price);
	width: 80px;
}
#output fieldset .axis > div.sell{
	color: var(--color-offer-sell);
	width: 80px;
	cursor: help;	
}
#output fieldset .axis > div.buy::before{
	border-top-color: color: var(--color-offer-buy);
}
#output fieldset .axis > div.sell::before{
	border-top-color: color: var(--color-offer-sell);
}
#output fieldset div a{
	font-size: 12px;
	text-transform: uppercase;
	background-color: #121290;
	color: white;
	padding: 10px 15px;
	border-radius: 50px;
	text-decoration: none;
}
#output fieldset div img{
	margin-top: 10px;
	margin-bottom: 0px;
}
#output fieldset legend{
	text-align: left;
	padding-bottom: 5px;
}
#output fieldset legend i{
	position: relative;
	margin-right: 5px;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: transparent 0 0 no-repeat;
}
#output fieldset legend a.permalink i{
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-link-45deg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M4.715%206.542%203.343%207.914a3%203%200%201%200%204.243%204.243l1.828-1.829A3%203%200%200%200%208.586%205.5L8%206.086a1.002%201.002%200%200%200-.154.199%202%202%200%200%201%20.861%203.337L6.88%2011.45a2%202%200%201%201-2.83-2.83l.793-.792a4.018%204.018%200%200%201-.128-1.287z%22%2F%3E%3Cpath%20d%3D%22M6.586%204.672A3%203%200%200%200%207.414%209.5l.775-.776a2%202%200%200%201-.896-3.346L9.12%203.55a2%202%200%201%201%202.83%202.83l-.793.792c.112.42.155.855.128%201.287l1.372-1.372a3%203%200%201%200-4.243-4.243L6.586%204.672z%22%2F%3E%3C%2Fsvg%3E);	
}
#output fieldset legend a.chart i{
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-graph-up%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h1v15h15v1H0V0Zm14.817%203.113a.5.5%200%200%201%20.07.704l-4.5%205.5a.5.5%200%200%201-.74.037L7.06%206.767l-3.656%205.027a.5.5%200%200%201-.808-.588l4-5.5a.5.5%200%200%201%20.758-.06l2.609%202.61%204.15-5.073a.5.5%200%200%201%20.704-.07Z%22%2F%3E%3C%2Fsvg%3E);	
}
#output fieldset legend a.xrpscan i{
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-sun%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M8%2011a3%203%200%201%201%200-6%203%203%200%200%201%200%206zm0%201a4%204%200%201%200%200-8%204%204%200%200%200%200%208zM8%200a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-1%200v-2A.5.5%200%200%201%208%200zm0%2013a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-1%200v-2A.5.5%200%200%201%208%2013zm8-5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201%200-1h2a.5.5%200%200%201%20.5.5zM3%208a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201%200-1h2A.5.5%200%200%201%203%208zm10.657-5.657a.5.5%200%200%201%200%20.707l-1.414%201.415a.5.5%200%201%201-.707-.708l1.414-1.414a.5.5%200%200%201%20.707%200zm-9.193%209.193a.5.5%200%200%201%200%20.707L3.05%2013.657a.5.5%200%200%201-.707-.707l1.414-1.414a.5.5%200%200%201%20.707%200zm9.193%202.121a.5.5%200%200%201-.707%200l-1.414-1.414a.5.5%200%200%201%20.707-.707l1.414%201.414a.5.5%200%200%201%200%20.707zM4.464%204.465a.5.5%200%200%201-.707%200L2.343%203.05a.5.5%200%201%201%20.707-.707l1.414%201.414a.5.5%200%200%201%200%20.708z%22%2F%3E%3C%2Fsvg%3E);	
}
#output fieldset legend span{
	font-size: 16px;
	height: 20px;
	color: black;
}
span.info,
span.utilities{
	margin: 0 5px;
	padding: 2px 5px;	
	background-color: var(--color-disabled);
	border-radius: 15px;
}
span.info .name{
	font-weight: bold;
}
span.utilities{
	margin-left: 0px;
}
span.sep{
	border-left: 1px solid lightgrey;
	border-right: 1px solid #a1a1a1;
	margin: 0 5px;
	font-size: 15px;
}
span.utilities a{
	padding: 0 2px;
}
#output fieldset legend span,
#output fieldset legend a{
	font-size: 16px;
	color: black;
	text-decoration: none;
}