/*** Main body ***/
#image-left {
	float: left; 
	width: 13%; 
	height: auto;
	margin-left: 25px;	
	display: flex;
	justify-content: right;
}  

#text-right {
	float:left; 
	width:75%; 
	height: auto;
	margin-left: 25px;
	text-align: center;
	font-size: 18px;
}

.img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	background-color: white;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	margin-bottom: 25px;	
}

#centre {
	width:80%; 
	margin-left: 10%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
}

#buttons {
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
}

td {
	vertical-align: top;
}

.small-button {
	display: inline-block; 
	width: 150px;
	height: 40px;
	color: white; 
	font-family: arial;
	font-size: 100%; 
	font-weight: bold; 
	text-decoration: none;
	background: #1A9CE0; 
	border:4px outset #AABAFF;
	border-radius: 10px;
}

.small-button:hover {
	background:#0A4ADF; 
	border:4px outset #8ABAFF;
}

/* mousedown */
.small-button:active {
	background:#AECBFF; 
	border:4px inset #AECBFF; 
}
