#relationships {
	position: relative;
}

#relationships .nav{
	margin-bottom:0;
} 

#relationships ul.nav {
	padding-left: 20px;
	padding-right: 20px;
}

#relationships div.list {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}


#relationships div.row {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    height: 100px;
    margin-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 325px;
}

#relationships div.row-inner {
	height: 100px;
}

#relationships div.row .dropdown {
    float: right;
    list-style: none outside none;
}

#relationships div.row .dropdown.sent a.dropdown-toggle{
	opacity:0.3;
}
#relationships div.row .dropdown.sent .dropdown-menu li:hover{
	background-color: transparent;
}
#relationships div.row .dropdown.sent .dropdown-menu a:hover{
	color: #333333;
	cursor: default;
}

#relationships div.row .dropdown-menu.submenu {
    left: -85px;
}


/*#relationships div.row:nth-child(1),
#relationships div.row:nth-child(2),
#relationships div.row:nth-child(3) {
	padding-top: 0;
}

#relationships div.row:nth-child(3n) {
	padding-right: 0;
	right: 10px;
}

#relationships div.row:nth-child(3n) div.unblock-checkbox {
	right: 12px;
}*/

#relationships div.avatar {
	float: left;
	margin-right: 5px;
}

#relationships div.back {
	position: absolute;
	right: 10px;
	top: 5px;
}

#relationships div.unblock-checkbox {
	position: absolute;
	right: 30px;
	bottom: 10px;
}