.calendar {
	margin-bottom: 30px;	
}

#list-table {
	border-top: 1px solid #b1bdc4;
	border-bottom: 1px solid #b1bdc4;
	padding: 20px;
	background: #d2dae1;
}

ul.booking-list-navigation {
	height: 30px;	
}

	ul.booking-list-navigation li {
		float: left;
		padding: 0 20px 0 0;		
	}
	
		ul.booking-list-navigation li a {
			color: #2f4552;
			text-decoration: none;
			font-size: 12px;
			line-height: 18px;
		}
		
		ul.booking-list-navigation li a:hover {
			text-decoration: underline;
		}
		
		ul.booking-list-navigation li a.selected,
		ul.booking-list-navigation li a.selected:hover {
			font-weight: bold;
			font-size: 16px;
			text-decoration: none;
		}
                               

#list-table table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

	#list-table table th {
		background: #2f4552;
		color: #fff;
		padding: 5px;
		border: 2px solid #d2dae1;
		line-height: 14px;
		font-size: 11px;
	}

	#list-table table td {
		background: #fff;
		padding: 5px;
		border: 2px solid #d2dae1;
		line-height: 14px;
		font-size: 11px;
	}
	
	#list-table table tr.even td {
		background-color: #eee;
	}
	
		td.buttons {
			text-align: center;
			vertical-align: middle;
		}
	
	#list-table table td a {
		color: #2f4552;
	}
	
	#list-table table td a.accept-button {
		text-decoration: none;
		padding: 3px 7px;
		background: #64cd67;
		color: #105512;
	}
	
	#list-table table td a.edit-button {
		text-decoration: none;
		padding: 3px 7px;
		background: #0072f2;
		color: #fff;
	}
	
	#list-table table td a.delete-button {
		text-decoration: none;
		padding: 3px;
		color: red;
	}