﻿/* Reduced width images - they may vary for different screen widths so don't put them in common css*/
.a3 {
	width:3%;
	float:left
}
.a5 {
	width:5%;
	float:left
}
.a10 {
	width:10%;
	float:left
}
.a15 {
	width:15%;
	float:left
}
/* For use in div which has no wrap so float unnecessary */
.a18 {
	width:15%;
}
.a20 {
	width:20%;
	float:left
}
/* For use in div which has no wrap so float unnecessary */
.a25 {
	width:23%;
}
.a30 {
	width:30%;
	float:left
}
/* For use in div which has no wrap so float unnecessary */
.a33 {
	width:32%;
}
.a35 {
	width:35%;
	float:left
}
.a40 {
	width:40%;
	float:left
}
.a45 {
	width:45%;
	float:left
}
.a50 {
	width:50%;
	float:left
}
/* Image original sizes - currently only used in parking services saga */
.a140px {
	width:14%;
}
/* Image original sizes - currently only used in parking services saga */
.a300px {
	width:30%;
}
/* Centred image reduced width in desktop and ultra modes */
.centre_restricted_width {
	width:100%;
	max-width:480px
}
/* Standard size for scanned letters */
.letter {
	width:80%;
	max-width:800px
}
/* restrict width of a row_of images in div */
.restrict_row {
	max-width:4000px;
	margin-left:auto;
	margin-right:auto
}
