.personal-wrapper{
	margin-bottom:25px;
	position:relative;
	color:inherit;
	display:block;
}

.personal-wrapper:first-child{
}

.personal-wrapper .title{font-size:18px;}
.personal-wrapper .title-info{font-size:15px;}

.personal-wrapper .title, .personal-wrapper .title-info{
    color: #000;
    line-height: normal;
    font-weight: bold;
	display:block;
	margin-bottom:5px;
}
.personal-wrapper .title-info {
 	color:#008bf1;
 }
 
.personal-wrapper .personal-info-box{
	margin-bottom:15px;
}

.personal-wrapper .personal-logo{
	background-color:#fff;
	height:auto;
	line-height:125px;
	margin-right:20px;
	border: 1px solid #e3e3e3;
}


.personal-wrapper .well {
	display:table;width:100%;
	border:solid 1px #ccc;
}

.block_left, 
.block_right {
	display: table-cell;
	vertical-align: top;
}
.block_left {width:1%;}
.block_right {width:99%;}

.personal-wrapper small {color:#ccc;}
.personal-wrapper .title a:hover {color:#008bf1;}