#example1 {
	margin: 0 !important;
}

.wp-caption-dd {
  font-size: 13px;
  line-height: 1.6em;
  margin: 0 0 5px;
  text-align: justify;
}

.alignleft {
	margin-right: 1em !important;
}


#example1 {
	height: 260px !important;
}

#dad1960 {
	margin-bottom: 0;
}

table.dataTable img {
	border: 0;
	margin: 0;
	border: 0;
	float: right;
}

table.dataTable td {
	padding: 0;
	text-align: right;
}

.wp-caption-text .exampleLink {
	margin-top: 10px !important;
	font-size: 15px;
	font-style: normal;
	line-height: 21.6px;
}

.entry img, .entry .imgContainer {
	float: none !important;
}

img {
	border: none !important;
}

.entry .time  img {
	float: left !important;
} 


/* exampleLinkList */
.exampleLinkList {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 475px; 
	position: relative;
	height: 80px;
	
}

.exampleLinkList .exampleLink {
	display: inline-block !important;
	margin: 0;
	
	min-height: 64px;
	position: absolute;
	top: 0;
	
}

.exampleLinkList .exampleLink:last-child {
	right: 0;
}

.exampleLinkList .exampleLink:first-child {
	left: 0;
	
}

/* Clearfix from http://nicolasgallagher.com/micro-clearfix-hack/ */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/*
 * IE7 applies text-align style to excanvas' canvas tag (!) ... let's beat
 * it into submission.
 */
.wp-caption * {
	text-align: left !important;
}

.wp-caption button {
	text-align: center !important;
}

/*
 * This gets rid of borders on imgs applied from the parent stylesheet 
 * which affect the polyClip effect.
 */

.entry img {
	border: none !important;
}