/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* SJB Mod - The new subheadings */
.rrppinnerheading {margin:0; float:left;}

/* CSS START of HollySoft Template 10 enhancements */
/* Desc: Centre Mum and Dad's side labels */
.art-hmenu {
margin: 0px auto;
width: max-content;
}

/* Add custom buttons */
/* My Button CSS Start */
.mybutton {
	width: 240px; /* determines size of button */
	font-size: 18px; /* determines size of button */
	padding: 4px; /* padding around text */
	background-color: #536265;
	text-align: center;
	margin: auto; /* centers button */
	margin-top: 10px; /* adds vertical space between buttons */
	margin-bottom: 10px; /* adds vertical space between buttons */
	-moz-border-radius: 5px 5px 5px 5px; /* button rounded corners for Firefox */
	-webkit-border-radius: 5px 5px 5px 5px; /* button rounded corners for Safari */
	border-radius: 5px 5px 5px 5px; /* button rounded corners - standard syntax */
	box-shadow: 4px 4px 2px #aaaaaa; /* button shadow effect */
}

.mybutton: hover {
	text-decoration: none;
	color: #FFCC33; /* text color */
	display: block; /* makes entire button clickable */
}

.mybutton: active {
	transform: translateY (1px) /* button click effect */
}

.mybutton a {
	text-decoration: none;
	color: #ffffff; /* text color */
	display: block; /* makes entire button clickable */
}

.mybutton a:hover {
	color: #000000; /* text color on hover */
	background-color: #BEC8CA;

/* CSS END of Personal Template 10 Mod */

