/*
*
{
    font-family:"Comic Sans MS";
}
*/
body a span.icon
{
    font-size: 12px !important;
    background-position: -25px -7px;
}
body a span.icon.extern {
    padding: 0 0px 0px 16px;
    background: url('eth_website_link_elements.png') no-repeat scroll -85px -7px transparent;
}
body a span.icon.download {
    padding: 0 0px 0px 16px;
    background: url('eth_website_link_elements.png') no-repeat scroll -65px -6px transparent;
}

h1, h2, h3, h4, h5, h6
{
	padding-top:20px;
}

p {
    text-align: justify;
}

#title
{
	width: 300px;
	padding: 0px 0px 50px 300px;
}
#generator
{
    vertical-align:top;
    display: inline-block;
	margin: 20px 150px;
    background-color: #F3F5F6;
    padding: 0px 0px 0px 0px;
    color: #333;
    border: 1px solid #C9CFD2;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	border-radius: 3px;
}
#basic
{
  display: flex;
  justify-content: center;
}
#basic img
{
  padding: 0 50px;
}


#generator label
{
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 0px 5px 0px;
    color: #333;
    font-weight: bold;
    display: block;
	
}
#column
{
    width:250px;
	vertical-align:top;
    display:inline-block;
    padding: 0px 8px 8px 8px;
}

.tip
{
	position: relative;
	display: inline-block;
	font-family: Georgia,Times New Roman,Times,serif;
    font-weight: 600;
    font-style: italic;
	font-size: 1rem;
	color: #aaa;
}
.tip .text
{
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	font-style: normal;
	font-weight: normal;
	width: 400px;
	background-color: #fff;
	color: #5b5a5a;
	border-radius: 3px;
	padding: 5px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	position: absolute;
	z-index: 1;
	top: -6px;
	left: 250%;
	border: 1px solid #5b5a5a;
	visibility: hidden;
}
.tip:hover .text
{
	visibility: visible;
}
.tip .text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  margin-top: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #5b5a5a transparent transparent;
  
}