#linkedin-div{
    width:50px;
    height:75px;
    margin-right:10px;
    float:left;
	clear:none !important;
}
#title-div{
    margin-right:10px;
    float:left;
	clear:none !important;
	padding: 11px 0 20px 0
}
.title-content{
    float:left;
    margin-right:5px;
}

.emp {
	width: 95%;
	margin: 0 auto;
}
.emp-container {
	float: left;
	clear: none;
	margin: 5px;
	width: 23%;
	padding: 20px 0 0 0;
}
.emp-container img {
	width: 90%;
	margin: 0 auto;
	max-width: 200px;
    border-radius: 20%;
    overflow: hidden;
    border: 4px solid #ccc;
}
.emp-title {
	text-align:center;
	font-size:75%;
	padding: 5% 0 5% 0;
	height: 80px;
}
.emp-name {
	font-size: 1em;
    color: #57585b;
    letter-spacing: -0.03em;
    font-weight: 300;
	text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.emp-job {
	font-size: .8em;
    color: #999;
    letter-spacing: -0.03em;
    font-weight: 300;
	text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 0 5px 0 5px;
	height:12px;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens:none;
	-ms-hyphens:none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.emp-link {
	display:block;
	margin: 0 auto;
	width:20px;
	padding:10px 0 20px 0;
	font-size: 3em;
	color:#b1b1b1;
    text-decoration: none;
}
.emp-link:hover {
	color:#97d700;
    text-decoration: none;
}

@media handheld, only screen and (max-width:721px) {
.emp-container {
	margin: 0px auto 0px auto !important;
	width: 50%;
	padding: 10px 0 0 0;
}
.emp-container img {
	float: none !important;
	margin: 0 auto;
}
.emp-job {
	height:16px;
}
.emp {
	width: 100%;
	margin: 0 auto;
}
.emp-link {
	padding:5px 0 10px 0;
	font-size: 2.5em;
}
#linkedin-div{
    display:none;
}
#title-div{
    height: 50px;
	padding: 0 0 0 0;
}

}