html {
background: #2a2b2c;
color: #cccccc;
}

a, a:visited {
color: orange;
}

a:hover {
color: orangered;
}

.grid-item {
margin-bottom: 3px;
position: relative;
}

.grid-item a img {
border-radius: 3px;
}

.image-info {
position: absolute;
background: rgba(0, 0, 0, 0.5);
border-radius: 3px;
padding: 3px;
}

.model-info {
bottom: 5px;
right: 5px;
}

.model-info:hover {
cursor: pointer;
color: lime;
}

.rank-info {
top: 5px;
left: 5px;
}

.reactions-info {
top: 5px;
right: 5px;
}

.resolution-info {
bottom: 5px;
left: 5px;
}

#topSection {
color: #dddddd;
background-color: #2a2b2c;
font-family: sans-serif;
font-weight: bold;
font-size: 20px;
border-bottom: black solid 1px;
padding: 3px 40px;
position: sticky;
top: 0;
z-index: 1
}

#loadingInfo.show {
	display: block;
}

#loadingInfo {
	display: none;
	text-align: center;
}

#searchSummary {
	text-align: center;
	visibility: hidden;
}

#resultCount {
	color: yellow;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

fieldset {
  position: relative;
}
fieldset legend {
  margin: 0 auto;
  padding: 0 20px;
}

.dn {
  display: none;
}

.moreFieldsAction {
	text-decoration: underline;
	font-size: 10px;
	color: orange;
}

.moreFieldsAction:hover {
	color: orangered;
	cursor: pointer;
}

.infobox {
	cursor: help;
}

#container {
	padding: 2px;
	margin: 0 auto;
	text-align: center;
}
