body {
	font-family: 'Roboto';
	margin: 0px;
	background: #D0D0D0;
}

table {
	margin-bottom: 30px;
}

#head_image {
	width: 100%;
	height: 400px;
}

#container {
	width: 100%;
	margin: 0px;
}

#main_p {
	padding: 30px;
	background: #F2F2F2;
}

#books {
	width: calc(100% - 60px);
	padding: 10px 30px 10px 30px;
}

ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.book {
	width: 400px;
	max-width: 100%;
	height: 200px;
	display: block;
}

li:nth-child(odd){
	background: #008FDD;
}

li:nth-child(even){
	background: #83C712;
}

.book_left {
	width: 180px;
	max-width: 50%;
	height: 180px;
	float: left;
	display: inline-block;
	padding: 10px;
}

.book_right {
	width: 200px;
	max-width: 50%;
	height: 200px;
	float: right;
	display: inline-block;
}

#book_right_nobel {
	background: url("../img/IMG_7864.jpg");
	background-size: cover;
}

#book_right_agro {
	background: url("../img/IMG_7873.jpg");
	background-size: cover;
}

#book_right_veolia {
	background: url("../img/IMG_7884.jpg");
	background-size: cover;
}

#footer {
	border-top: 1px solid #DDD;
	height: 40px;
	padding: 10px;
	width: 100%;
	z-index: 2;
	bottom: 0px;
	background: #F2F2F2;
}

#footer a, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.link-edit-button {
	position: absolute;
	width: 70px;
	border-radius: 50%;
	margin: 10px;
	height: 70px;
	padding: 5px 15px 10px 15px;
	font-size: 40px;
	background: rgba(255,255,255,0.9);
	z-index: 3;
}

.link-edit-button-small {
	position: absolute;
	width: 30px;
	border-radius: 50%;
	margin: 5px;
	height: 30px;
	padding: 5px 8px 5px 8px;
	font-size: 15px;
	background: rgba(255,255,255,0.9);
	z-index: 3;
}

.link-edit-button:hover, .link-edit-button-small:hover {
	background: azure;
	color: blue;
}

#modal {
	position: fixed;
	padding: 10px;
	width: 80%;
	max-height: 90%;
	left: 10%;
	top: 75px;
	box-shadow: 0px 0px 20px #666;
	border-radius: 10px;
	background: #FFF;
	z-index: 4;
	font-size: 18px;
	overflow: scroll;
}

#modal-exit {
	float: right;
	position: fixed;
	font-size: 20px;
	color: #000;
}

#modal-exit:hover {
	color: maroon;
}

#modal-content {
	margin-top: 20px;
}

#edit-form input[type=text] {
	width: 400px;
	max-width: 80%;
	height: 50px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #999;
	display: block;
	margin-top: 20px;
}

#edit-form textarea {
	width: 600px;
	max-width: 80%;
	height: 250px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #999;
	display: block;
	margin-top: 20px;
}

#edit-form button {
	height: 50px;
	padding: 10px;
	background: lightsalmon;
	border: 1px solid #000;
	border-radius: 10px;
	margin-top: 20px;
}
