.result {
  display: flex;
}

.column {
  flex: 50%;
  max-width: 800px;
}

.screenshot { 
	border: 1px solid #ccc; 
	margin-right: 10px; 
}

.redirs { 
	border: 1px solid #ccc; 
	border-right: 0; 
	margin-bottom: 10px; 
	white-space: nowrap; 
}

.urilist { 
	border: 1px solid #ccc; 
	border-right: 0; 
	margin-bottom: 10px; 
	white-space: nowrap; 
}

.legend { 
  margin-bottom: 10px;
}

.box {
  height: 10px;
  width: 20px;
  display: inline-block;
}

.listed { 
	background-color: #f12a2a; 
}
.fresh { 
	background-color: #e3d936; 
}
.urilisted { 
	background-color: #f99c2d; 
}

.errormsg { 
	white-space: pre-wrap; 
}

img {
  max-width: 100%;
  height: auto;
}

