/*
 * This is the file leden.css.
 * File created by Mathé Hertogh, 2015-08-14, Leiden.
 * This file contains the css specific for the leden page.
 */
 

.namesLists {
	background-color: red;
    box-shadow: 3px 3px 7px 0px black;
	margin: 5%;
	position: relative;
	overflow: auto;
}

.namesLists > form {
	margin: 20px;
}

.namesLists > h1 {
	text-align: center;
	font-size: 50px;
}

.leftList, .middleList, .rightList {
	width: 27.9%;
	padding: 1.6%;
	font-size: 20px;
	margin: 0.8%;
	background-color: white;
	box-shadow: 0 0 10px 1px black inset;
}
 
.leftList, .middleList, .rightList {
	float: left;
}

.leftList {
	margin-left: 1.6%;
}

.rightList {
	margin-right: 1.6%;
}

.lid , .rlid, .hlid, .hrlid {
	display: inline-block;
	font-weight: bold;
	padding: 0.5%;
	border-radius: 3px;
}

.lid:hover, .rlid:hover, .hlid:hover, .hrlid:hover {
	background-color: lightgray;
	cursor: default;
}

#lidInfo {
	position: absolute;
	max-width: 400px;
	background-color: red;
	padding: 10px;
	z-index: 10000;
	display: none;
	box-shadow: 0 0 10px 1px black;
}

#lidInfoText {
	padding: 8px;
	border-radius: 6px;
	background-color: white;
	border: 1px solid black;
}

#lidInfoText > h4, #lidInfoText > p {
	margin: 7px;
}

.lidPic {
	width: 200px;
	height: 200px;
}

.lidPic > img {
	width: 100%;
	height: 100%;
}


