html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 80%;
  background-color: #181818;
  /* background: linear-gradient(to top, red, orange, yellow, green, blue, indigo, purple); */
  color: white;
}

table, th, td {
  border: 1px solid gray;
  border-collapse:collapse;
}

tr:hover {
  background-color: yellow;
  color: black;
}

.button {
    background-color: black;
    border: 2px solid red;
    color: white;
    //padding: 15px 32px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button1 {
    //box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 16px 0 white, 0 6px 20px 0 white;
}

.button2:hover {
    //box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    box-shadow: 0 12px 16px 0 white,0 17px 50px 0 white;
}

.button3:hover {
    //box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    box-shadow: 0 12px 16px 0 white,0 17px 50px 0 white;
}

.space {
  width: 50px;
  height: auto;
  display: inline-block;
}


img.currency-logo {
    background-color: white;
}

#numbers label {
	display: block;
	float: left;
	margin-right: 15px;
	font-weight: bold;
	font-size: 15px;
}

#numbers div {
  display: table;
  /* margin: 0 auto; */
  text-align: left;
  padding-left: 15px;
  width:auto;
  min-width: auto !important;
}

#input {
	font-family: Lucidatypewriter, monospace;
	/* font-size: 1.38em !important; */
	font-size: 1.10em !important;
	border: 2px solid #C4C4C4;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	-moz-border-radius: 6px;
}

#charts {
  height: 410px;
  width: 1210px;
}

#chartContainer {
  height: 400px;
  width: 900px;
  display: inline-block;
}

#chartLastContainer {
  height: 400px;
  width: 300px;
  display: inline-block;
  float: right;
}

input[type=text] {
  text-align: left;
}

.upload-container {
    position: relative;
}
.upload-container input {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 100px 0px 100px 0px;
    text-align: center !important;
    width: 500px;
    color: black;
}

.upload-container input:hover {
    background: #ddd;
}

.upload-container:before {
    position: absolute;
    bottom: 50px;
    left: 130px;
    content: " (or) Drag and Drop files here. ";
    color: #3f8188;
    font-weight: 900;
}

.upload-btn {
    margin-left: 100px;
    padding: 7px 20px;
}
