body.google {
	background-color: transparent !important;
	margin-left: 10px;
	width: 95%;
}

div.paintings-container{
	display: flex; 
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: center
}

div.painting {
	width: 250px;
	height: 250px;
	text-align: center;
}

div.painting a {
	color: black;
	text-decoration: none;
}

.thumb {
    display: inline-block;
    width: 200px;
    height: 200px;
    background-position: center center;
    background-size: cover;
}

img.big {
	max-height: 405;
}

img.bigportrait {
	max-height: 460;
}

p.pricing-info {
	font-family: Roboto;
    color: rgba(33,33,33,1);
    font-size: 18px;
    line-height: 1.55;
    font-weight: bolder;
    background-color: white;
}

div.table_item {
	color: black;
	text-align: center;
}

span.google_title {
	color: black;
	font: bold 1.8em "Trebuchet MS",arial,sans-serif;
}

span.small_title {
	color: black;
	font: bold 1.2em "Trebuchet MS",arial,sans-serif;
}

a.google {	
	color: black;
	text-decoration:none;
}

div.details {
	line-height: 1.25;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	color: black;
	padding-top: 10px;
}

div.detailsportrait {
	line-height: 1.25;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	color: black;
	float: right;
	padding-right: 20px;
}

div.buttonbar {
	margin-top: 20px;
	margin-bottom: 10px;
}
