/*
	 This file contains your Custom Stylesheet code.
	 
	 You can add your Custom Styleheet (CSS) code in this file.
	 
	 Don't forget to rename the file to "syndication_custom_stylesheet.php" and enable it.

** Add your Custom Stylesheet code below this line ****************/

h5 {
font-size: 14px;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
}

.h-recommend {
font-size:95%;
font-weight: bold;
font-style: italic;
color: blue;
margin-top: 25px;
margin-bottom: 5px;
}

.custom_ad_image {
max-width:150px;
max-height:150px;
border:2px solid #4c4c4c;
}

/* for images in tables, in posts */
.post_img {
height:150px;
min-height:150px;
max-width:150px;
border:2px solid #4c4c4c;
}

/* for LARGER images in tables, in posts */
.post_limg {
min-height:200px;
max-height:200px;
border:2px solid #4c4c4c;
}

.post_limg_noborder {
min-height:200px;
max-height:200px;
border:0px;
}

.post_vlimg_noborder {
max-height:300px;
border:0px;
}

.post_vlimg {
max-height:300px;
border:2px solid #4c4c4c;
}

/* for tables in posts, spacing */
#table_img {
text-align="center";
padding-left:10px;
padding-right:10px;
}