/* Tiled profile list */
.profile-list-tiles .image img {
    float: left;
    margin-right: 8px;
    width: 85px;
}

.profile-list-tiles .info {
    padding-top: 1em;
}

.profile-list-tiles .main-info {
    padding-bottom: 5px;
}

.profile-list-tiles .btn {
    padding: 5px 8px;
}

/* Basic profile list (eg. matches in dashboard) */
.profile-list-basic {
    margin: 0;
    padding-left: 0;
}

.profile-list-basic li {
    margin-bottom: 16px;
}

.profile-list-basic .image img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 16px;
    border-radius: 50%;
}

.profile-list-basic .main-info {
    margin-bottom: 5px;
}

.profile-list-basic i.icon {
    margin-right: 5px;
}

.profile-list-basic .btn .icon {
    margin: 0;
}

.profile-list-basic .btn {
    padding: 4px;
}

.profile-list-basic .basic-info {
    line-height: 1;
    margin-bottom: 8px;
    color: #454545;
    font-family: 'Muli', sans-serif;
}

.profile-list-basic .created {
    font-size: 11px;
}

.visitors-list .profile-list-basic .basic-info,
#profile-stats-column1 .profile-list-basic .basic-info {
    font-size: 0;
}

.visitors-list .profile-list-basic .basic-info span,
#profile-stats-column1 .profile-list-basic .basic-info span {
    font-size: 14px;
}

/* Compact profile list (eg. latest registered in dashboard) */
.profile-list-compact {
    margin-left: 0;
}

.profile-list-compact li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 15px;
}

.profile-list-compact .image img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 5px;
}

.profile-list-compact i.icon {
    margin-right: 5px;
}

.profile-list-compact .basic-info {
    font-size: 12px;
    line-height: 1.2;
}

.profile-list-compact .main-info {
    white-space: nowrap;
}


/* visitor list + other listigs */
.basiclist .subheader {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
}

.visitorsList h3 {
    margin-bottom: 5px;
}

.visitorsList .promo {
    font-size: 12px;
    line-height: 1.2;
}

.visitorsList .btn {
    margin-top: 10px;
}

/* Premiumship promo */
.list.promo-restricted {
    position: relative;
}

.list.promo-restricted span {
    display: block;
    margin: 10px 0 10px 0;
}

.list.promo-restricted p {
    color: #3d3d3d;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.1;
}

/* Feb2017 new listing page */
.btn-wide {
    width: 100%;
    margin-bottom: 15px;
}

/** we have cleared stuff in global.css. Maybe we want just a list? **/
ul.list {
    list-style-type: disc;
}

ul.list li {
    line-height: 18px;
    margin-bottom: 15px;
}
