body{
	margin: 0px;
	background: #f9f9f9;
	font-family: lato;
}

*{
	outline: none;
}

h1{
	font-family: Lato;
	font-weight: bold;
	color: #666666;
	margin-top: 300px;
	text-align: center;
	font-size: 40px;
}

p{
	font-family: Open Sans;
	text-align: center;
	color: #666666;
	font-size: 18px;
}

header{
	box-sizing: border-box;
	background: #f9f9f9;
	height: 100px;
	width: 100%;
	box-shadow: 0px 3px 4px #dddddd;
}

#logo{
	margin-top: auto;
	line-height: 100px;
}

a{
	text-decoration: none;
	color: #5882FA;
}

a:hover{
	text-decoration: underline;
}

h1 a, h1 a:hover{
	color: #666666;
	text-decoration: none;
}

main{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}


.inps{
	min-width: 10px;
	border: 2px solid #bbbbbb;
	padding: 0 20px;
    height:100px;
    font-size: 80px;
	line-height: 100px;
    outline:none;
	background: #ffffff;
	border-radius: 8px 0px 0px 8px;

}

.Ainps{
	min-width: 10px;
	border: 2px solid #bbbbbb;
	padding: 0 20px;
    height:100px;
    font-size: 80px;
	line-height: 100px;
    outline:none;
	background: #ffffff;
	border-radius: 8px 0px 0px 8px;
	background: #f2f2f2;
	cursor: default;
}

.flex {
	display: flex;
	display: -webkit-flex;
	float: left;

}

[contenteditable="true"].inps, [contenteditable="true"].Ainps {
    white-space: nowrap;
    overflow: hidden;
} 
[contenteditable="true"].inps, [contenteditable="true"].Ainps br {
    display:none;

}
[contenteditable="true"].inps, [contenteditable="true"].Ainps * {
    display:inline;
    white-space:nowrap;
}

.CUR{
	height: 100px;
	font-size: 80px;
	line-height: 100px;
	padding: 0px 10px 0px 10px;
	color: #000000;
	background: #f0f0f0;
	border: 2px solid #bbbbbb;
	border-left: 0px solid #bbbbbb;
	border-radius: 0px 8px 8px 0px;
	display: inline-block;
	font-weight: lighter;
	cursor: default;
	width: 160px;
}

#arrow{
	border-color: #000 transparent transparent;
    border-style: solid;
    border-width: .125em .09375em 0;
    display: inline-block;
    margin: 0px 10px 10px 0px;
    opacity: .625;
    vertical-align: middle;
}

.CCUR{
	height: 100px;
	font-size: 80px;
	line-height: 100px;
	padding: 0px 10px 0px 10px;
	color: #000000;
	background: #f0f0f0;
	border: 2px solid #bbbbbb;
	border-left: 0px solid #bbbbbb;
	border-radius: 0px 8px 8px 0px;
	display: inline-block;
	font-weight: lighter;
	cursor: default;
	min-width: 160px;
}

.ACUR{
	height: 100px;
	font-size: 80px;
	line-height: 100px;
	padding: 0px 10px 0px 10px;
	color: #000000;
	background: #f0f0f0;
	border: 2px solid #bbbbbb;
	border-left: 0px solid #bbbbbb;
	border-radius: 0px 8px 8px 0px;
	display: inline-block;
	font-weight: lighter;
	cursor: default;
	min-width: 160px;
}

.CCUR2{
	height: 100px;
	font-size: 80px;
	line-height: 100px;
	padding: 0px 10px 0px 10px;
	color: #000000;
	background: #f0f0f0;
	border: 2px solid #bbbbbb;
	border-top: none;
	border-radius: 0px 0px 8px 8px;
	display: inline-block;
	font-weight: lighter;
	cursor: default;
}

#Altcoins{
	display: none;
}


#ugual{
	width: 20px;
	font-size: 60px;
	color: #666666;
	margin: 0 auto;
}

footer{
	position: fixed;
	left:0px;
	bottom:0px;
	height:100px;
	box-shadow: 0px -3px 8px #dddddd;
	width:100%;
	background: #f9f9f9;
	color: #333333;
	text-align: center;
	line-height: 100px;
}


/* R */
.R input[type=text]{
	font-size: 20px;
}

#R_Container{
	margin-top: 00px;
}

#R_Titolo{
	color: #04B404;
	width: 100%;
	text-align: center;
	border: none;
	font-size: 50px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.R_Button{
	font-size: 20px;
	padding: 5px 10px 5px 10px;
	border: 2px solid #58FA58;
	background: #fff;
	color: #58FA58;
	cursor: pointer;
}

.R_Button:hover{
	border: 2px solid #58FA58;
	background: #58FA58;
	color: #fff;
}

.R_Button:active{
	border: 2px solid #81F79F;
	background: #81F79F;
	color: #fff;
}

.R_Gettone{
	width: 50px;
	height: 50px;
	border-radius: 100px;
	margin: 20px;
	border: 1px solid green;
	display: inline-block;
}

.R_GettonePieno{
	width: 50px;
	height: 50px;
	border-radius: 100px;
	margin: 20px;
	border: 1px solid green;
	background: green;
	display: inline-block;
}

.R_ImgContainer{
	width: 800px;
}