html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
	background-color: #111111;
	color: #eeeeee;
}
body { margin: 0; }
h1 {
	margin-left: 15px;
	margin-right: 15px;
}
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
.coin-content {
	float:left;
	margin:7px;
	width:300px;
	min-height:300px;
}
.coin-content2 {
	float:left;
	margin:7px;
	width:600px;
	min-height:300px;
}
.coin-symbol {
	float:left;
	margin-bottom:0px;
}
.coin-last {
	font-size:40px;
	margin-bottom:0px;
}
.source {
	font-style: italic;
	color: grey;
	width: 70px;
}
table {
	border:none;
	border-width:0px;
	margin:0px;
	padding:0px;
}
td {
	vertical-align:top;
	margin:0px;
	padding:0px;

}
.last_worth {
	background-color: lightgrey;
	color:darkred;
	font-weight:bold;
	width:100%;
	display:block;
}
.coinkz {
	 text-align:left;
	 font-size:25px;
	 display:block;
	 width:50%;
}
.coinname {
	 text-align:right;
	 font-size:25px;
	 display:block;
}
.posINT {
	color:lightgreen;
}
.negINT {
	color:red;
}
.LoginForm {
	width: 100px;
	background-color:grey;
}
.percent {
	font-size:12px;
	float:right;
	height: 20px;
	margin-top:10px;

}

#calc {
	width: 15em;
	text-align: center;
	padding: 1em 0;
	background: steelblue;
	border-radius: 0.5em;
	box-shadow: inset 0 0 5px white;
	border: 1px solid darkblue;
}

#calc output {
	display: block;
	height: 1.5em;
	background: #111111;
	text-align :right;
	font-size: 100%;
	padding-right: 5%;
	margin: 5px 6%;
}

#calc fieldset {
	border: none;
	margin: 0 auto;
	padding-bottom: 0;
}

#calc button {
	cursor: pointer;
	margin: 5px 2%;
	width: 18%;
}
