#rnflickr li
{
   list-style: none;
   float: left;
   margin: 3px;
   border: 3px solid #04B1D9;
   padding: 0;
   height: 81px;
}

#rnflickr li img{
   margin: 3px;
   
}

p.rnflickr_tags{
  font-size: small;
}
p.rnflickr_tags code {
  color: #c203df;
}

/**
 * fixes.css
 * filters, fixes, work-arounds and other ugly stuff
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

