.user-row {
    margin-bottom: 14px;
}


.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}

	.label,.glyphicon { 
		margin-right:5px; 
	}

	


    .profile-tabs li.active a {
    color: #544040;
    background-color: #a2a2a2;
}


	.profile-tabs li a 
	{               
    width: 100%;
    height: 115px;
    padding-top: 30px;
    text-align: center;
    color: #544040;
	}

	.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}


