﻿ul.members {
    margin-top: 4px;
}

ul.members li {
    clear: both; 
    border-bottom: 1px solid #ccc; 
    padding: 6px 4px; 
}

ul.members li .member-info {
    cursor: pointer;
}

ul.members .aspectcorrect {
    /*width: 40px; 
    height: 40px; 
    float: left;
    border-radius: 4px;
    position: relative;
    margin-right: 10px;
    border-width: 0;*/
}

ul.members li:last-of-type {
    border-bottom-style: none;
}

ul.members .title {
    font-size: 18px;
}

ul.members .memberactions {
    padding-top: 6px; 
    padding-bottom: 6px; 
    clear: both;
    height: 40px;
}

ul.members .memberactions a > div {
    border-radius: 4px;
    border: 1px solid #999;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    float: left;
    text-align: center;
    color: #666;
    cursor: pointer;
}

ul.members .memberactions a:nth-of-type(n+6) > div {
    margin-right: 0;
}

ul.members .memberactions i {
    font-size: 18px;
    padding-top: 2px;
    display: block;
}

ul.members .memberactions a > div > span {
    font-size: 12px;
    position: relative;
    color: #333;
    top: -3px;
}

ul.members .no-items {
    padding-left: 0px; 
    font-size: 16px; 
    font-style: italic;
}

/*.leftborder {
    border-left-style: solid; 
    border-left-width: 4px; 
    padding-left: 8px; 
    border-top-left-radius: 4px; 
    border-bottom-left-radius: 4px; 
    margin-left: 4px; 
    margin-top: 2px; 
    margin-bottom: 2px;
}


.selection-list li {
    clear: both; 
    border-bottom: 1px solid #ccc; 
    padding: 4px; 
    cursor: pointer;
}

.selection-list li .title {
    font-size: 16px;
}

.selection-list li:nth-of-type(even) {
    background-color: #fcfcfc;
}

.selection-list li:last-of-type {
    border-bottom-style: none;
}*/

#inp_MemberSearch {
    width: calc(100% - 55px);
    border: none;
}