td.navigation-list a[href$='layouts.html'],td.navigation-list a[href$='layouts.html']:visited 
{
	background: rgb(194,220,26) !important;
	background-image: -moz-linear-gradient(center top , rgb(194, 220, 26) 0%, rgb(142, 159, 15) 45%, rgb(123, 137, 17) 68%, rgb(158, 178, 10) 100%) !important;
	border-bottom-color:  #7F8D10 !important;
	color: #FFF !important;
	height: 27px !important;
	font-weight: bold;
}

.layout {
	border: 1px dashed rgba(90,90,90,0.8);
	border-radius: 1em;
	box-shadow: 0px 0px 5px 4px rgba(10, 10, 10, 0.8);
	margin: 1.5em 0;
	padding: 0.5em 2em;
	background-color: #ffffff;
	max-width: 85%;
}

ul.locales li {
	list-style-image: url('/img/checkMark.png') !important;
	list-style-type: square; /* fallback */
}