
img {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: black;
}

.container-fluid {
	background-color: darkblue;
	border: 1px solid skyblue;
}

.article {
	color: white;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well p {
	color: black;
}

.pull-right {
  float: right;
}

@media only screen and (max-width: 992px) {
	.table.market tbody tr td {
		width: 33%;
	}	
}
