.webcam {
	padding-bottom: 20px;
}

.webcam .name {
	display: block;
	border-bottom: 6px solid #ddd;
	font-size: 1.4em;
}

.webcam .name span {
	background-color: #ddd;
	padding: 0 8px 0 8px;
}

.webcam .image img {
	width: 100%;
	height: auto;
}

/*.webcam .date {
	position: absolute;
	right: 15px;
	bottom: 20px;
	display: inline-block;
	padding: 5px 9px 5px 9px;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	font-family: 'Ubuntu', sans-serif;
}

.webcam .date-old {
	color: red;
}*/

.webcam .date {
	position: absolute;
	top: 0;
	right: 15px;
	color: #555;
}

.webcam .stale-image {
	color: #f57241;
}