.page-title.blue {
		background: #00728f;
		padding: 2rem 1rem;
		margin-bottom: 2rem;
	}
	
	.page-title.blue h1.govuk-heading-xl, 
	.page-title.blue .govuk-caption-xl
	{
	   
		color: white;
	}
	
	.page-title.blue h1.govuk-heading-xl
	
	{
	   margin-bottom:0;
	}
	
	.views-field.views-field-field-content-links ul {
	   padding:0;
	   list-style:none;
	   margin: .3rem 0 20px;
	}
	
	
	.views-field.views-field-field-content-links li {
	   /* padding: .5rem .3rem; */
	   /* background: #f3f2f1; */
	   margin-bottom: .2rem;
	   border-bottom: 3px solid #00728f;
	}
	
	img {
		width: 100%;
		height: auto;
	}
	
	.views-field.views-field-field-content-links li a{
	   color:black;
	   background: #f3f2f1;
	   display: flex;
	   justify-content: space-between;
	   padding: .5rem .3rem;
	   font-weight: 600;
	   text-decoration: none;
	}
	
	div#block-views-block-single-page-book-navigation-block-1 h2.govuk-heading-m {
		background: #00728f;
		padding: .5rem .3rem;
		margin-bottom: 0;
		color: white;
	}
	
	.views-field.views-field-field-content-links li a:hover {
		background: #00728f;
		color: white;
		text-decoration:underline;
	}
	
	.node--type-single-page-book-with-navigation .aside-container {
		margin-top: 0;
	}