body#tinymce.wp-editor { 
    font-family: 'Roboto',Arial; 
    margin: 10px; 
}

body#tinymce.wp-editor a {
    color: #5E5340;
}

@media (max-width: 750px) {
	.mower-listing-tile {
		margin: 2px;
		border:1px solid;
		padding:5px;
		height:675px;
		width: 300px;
		font-family: Roboto Condensed;
		font-size: 16px;
	}	
	.mower-listing-tile-image-container {
		height: 250px;
		padding: 2px;
	}
}
@media (max-width: 1150px) and (min-width: 600px) {
	.mower-listing-tile {
		margin: 2px;
		border:1px solid;
		padding:5px;
		height:475px;
		width: 165px;
		font-family: Roboto Condensed;
		font-size: 12px;
	}
	h6 {
		font-size: 10px;
	}
	h2 {
		font-size: 14px;
	}
	.mower-listing-tile-image-container {
		height: 135px;
		padding: 2px;
	}
}
@media (min-width: 1150px) {
	.mower-listing-tile {
		border:1px solid;
		padding:5px;
		height:620px;
		width: 240px;
		font-family: Roboto Condensed;
		font-size: 18px;
	}
	.mower-listing-tile-image-container {
		height: 200px;
		padding: 2px;
	}
}
