* {
	box-sizing: border-box !important;
	}
	
	.rsd-single-entry {
		position: relative;
	font-size: 100%;
	clear: both;
	}
	
	
	.rsd-single-entry-left {
		float: left;
		width: 25%;
		background: magenta;
		
	}
	.rsd-single-entry-right {
		float: right;
		width: 75%;
		background: lime;
		
	}
	
	#rsd-title {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#rsd-thumb, #rsd-info {
	width: 50%;
	float: left;
	padding: 0;
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	
}

#rsd-thumb {
	max-width: 200px;
	margin-right: 10px;
}

#rsd-thumb > img {
	width: 100%;
	height: auto;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
}

p {
	padding: 0;
	margin: 0;
}

#rsd-info .rsd-field-title {
	font-size: 150%;
	line-height: 0;
}

#rsd-info #rsd-other {
	
}

.rsd-position {
	font-size: 150%;
}

.rsd-email:before {
	position: relative;
	font-family: dashicons;
  content: "\f466";
  top: 4px;
  margin-right: .5em;
}

.rsd-phone:before {
	position: relative;
	font-family: dashicons;
  content: "\f525";
  top: 2px;
  margin-right: .5em;
}

.rsd-url:before {
	position: relative;
	font-family: dashicons;
  content: "\f103";
  top: 5px;
}

.rsd-other {
	font-size: 100% !important;
}

.rsd-bio {
	float: left;
	width: 75%;
}

/* SHORTCODE CALLBACK */

.rsd-single-entry {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #cecece;
	clear: both !important;
	overflow: hidden;
}

.rsd-single-entry:last-child {
	border: none;
} 

.rsd-single-entry:nth-of-type(odd) {
	
}

.rsd-single-entry .rsd-thumb {
	float: left;
	margin-right: 10px;
	line-height: 0;
	max-width: 125px;
	max-height: 125px;
	
}

.rsd-single-entry .rsd-thumb img {
	line-height: 0;
	}

.rsd-single-entry .rsd-thumb:hover {
	opacity: .8;
}

.rsd-single-entry #rsd-info-holder {
	float: left;
}

.rsd-single-entry .rsd-title {
	font-size: 175%;
	
}

.rsd-single-entry .rsd-meta {
	font-size: 100%;
	display: block;
	
}

.rsd-single-entry .rsd-position {
	font-size: 125%;
	}






