#container{
	
	font-family:"Courier"!important;
	font-size: 16px;
	font-weight: bold;
	padding:0px;
	color: white!important;
	margin:1% auto;
}

#main {
	padding: 30px 20px;
	background:#459DE0;
	border-radius: 4px;
}

.top-line { 
	border-top: 2px solid #eee;
	padding-top:30px;
	margin-top:30px;	
}

.page-nuovo {
	background-color: #20640A !important;
}


.page-autori{
	background-color: #936B0D !important;
}

.page-titoli{
	background-color: #936B0D !important;
}


ul.navbar-nav li a.selected {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	background: #eee;
}

.book_row{
	margin:15px 0 !important;
	padding:20px 0 !important;
	border-bottom:1px solid #eee;
}

.book_title_row{
	margin-bottom:25px;
}

.book_tag {
	margin-top:10px;	
}

.form_row {
	margin:10px 0;
}

textarea{
	resize:none;
}


.btn {
	padding:5px 20px;
}

#validation_error_popup{
	display:none;
}

.center{
	margin:auto;
	float:none;
}

.menu_right{
	float:right !important;
}


.authors {
	position: relative;
	text-align: center;
	list-style: none;
	display: inline-block;
	width: 100%;
}

.authors li {
	display: inline-block;
}

#tags_input_container {
	margin-bottom:20px;
}
