﻿/*---------------ANVÄNDARLISTA------------*/

.userItem
{
    width:197px;
    height:500px;
    float:left;
}

.userItem_sep
{
    width:86px;
    height:500px;
    float:left;
}

.userItem_img
{
    width:183px;
    height:260px;
    border:solid 1px #DEE2EA;
    padding:7px;
}

.userItem_text, .username
{
    line-height:normal;
}

.username
{
    font-weight:bold;
    padding-top:8px;
    
}

.userItem_link
{
    text-decoration:none;
    color:#0076A3;
}

/*-----------------------------------------*/
