.lowercase{
    text-transform: lowercase;
}

.social-profile-picture {
    float: left;
    width: 175px;
    height: 175px;
}

.social-profile-picture.loading-animation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-profiles .social-profile-picture.small-picture {
	border-radius: 1em;
}


.related-profiles img.social-profile-picture {
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    margin: 0 5px 0 0;
    padding: 0;
}

.default-background {
    background-image: url(../png/default_avatar.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header-profile-image {
    width: 190px; 
    height: 190px;
}

.social-card-header,
.social-summary-card .card-header {
    text-transform: uppercase;
    color: #1c3b51;
    margin-bottom: 0.5em;
}

.social-summary-card .card-value {
    font-size: 2em;
}

#status-explorer-container .loading-box,
.social-profiles-container .loading-box,
#social-top-phrases .loading-box,
#tweet-table .loading-box,
#authored-url-table .loading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* Todo: I had to take this out so that profiles with less words than the maximum would look right,
 * but I feel like there must be a way to stop the div unfolding so jarringly after ajax load
 *
 * Note that if this is fixed, we're still probably going to have problems with the tweet rendering
 * doing the same thing, which is further up the page and will push everything down anyway.
 *
 *  #top-phrases {
 *      min-height: 405px;
 *  }
 */
/* May need to change stat card to social-stat card */
.social-profile-card .adult-content,
.social-main-card .adult-content {
    overflow: hidden;
}

.social-profile-card .image-container.adult-content img,
.social-main-card .image-container.adult-content img {
    filter: blur(15px);
}
.social-main-card .adult-content:after,
.social-profile-card .adult-content:after{
    content: ' ADULT ';
    color: #fff;
    bottom: 65%;
    left: 0;
    position: relative;
    font-weight: bold;
    text-align: center;
    width: 100%;
    z-index: 1;
    text-shadow: 0 0px 10px #010101;
}

.social-summary-card {
    display: grid;
    grid-template-columns: 2fr 5fr;
    grid-gap: 0px 1.5em;
    clear: both;
    margin: 1em 20px;
    padding: 2em 0;
    border-top: 1px solid #e7e7e7;
}

.social-summary-card h3 {
    padding-left: 0px;
}

.social-summary-card p {
    margin-top: var(--vert-cat);
}

.social-summary-card .stat-card {
    background: #eef0f1;
    text-align: center;
    padding: 1em 20px;
}

.social-summary-card .stat-card.header {
    max-width: 300px;
    margin: 2em 0;
}

.social-summary-card .stat-card .description {
    margin-top: 1em;
}

.social-summary-card .clean-table {
    margin-bottom: 0;
    width:100%;
}

.website-table .clean-table .table-page-title {
    /* margin-bottom: 0.5em; */
	display: block;
	min-width: 0;
}

.website-table .clean-table .anchor-text,
.website-table .clean-table .anchor-text a{
    color: #080;
	font-weight: bold;
}

.website-table .clean-table .table-domain,
.website-table .clean-table .table-url {
    color: #2d526d;
}

.website-table .clean-table .table-page-title {
    color: #080;
}

.website-table .clean-table th {
    text-align: left;
}

.website-table .clean-table .table-url-domain {
    font-weight: bold;
}

.website-table .clean-table .number-value,
.website-table .clean-table .author-value {
    text-align: center;
}

.website-table .clean-table .table-url-path {
    font-weight: normal;
}

.website-table .clean-table .table-url {
    word-break: break-all;
}

.social-word-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    grid-column-gap: 1px;
    margin: 0;
    line-height: 2em;
}
.social-word-list li {
    list-style: none;
    margin-bottom: 0.45em;
    padding: 0 0.5em 0.25em;
}
.social-word-list li.top-n {
    font-weight: bold;
}

.social-word-list a {
    text-decoration: none;
}

.social-summary-card .barchart {
    margin-top: 10px;
    margin-bottom: var(--vert-dog);
    overflow: hidden;
}

.social-summary-card .chart-item {
    display: inline-block;
    float: left;
    height: 13pt;
    cursor: help;
}

.social-summary-card .trustCategories .category_list{
    max-height: min-content;
}

.social-summary-card .no-results {
    text-align: center;
    clear: both;
}

#social-summary-tables {
    margin-left: var(--horz-spacing);
    margin-right: var(--horz-spacing);
    column-gap: var(--horz-spacing);
}

.standalone-profile-box{
	border-radius: 3px;
	border: 1px solid #999;
	margin: 0 0 1em 10px;
	padding: 2px 7px;
	display: inline-block;
	list-style-type: none;
	border-radius: 1em 3px 3px 1em;
	background: #fff;
	line-height: 1.5em;
	text-decoration: none;
	text-transform: uppercase
}

.table-top-additional-info {
    background: #f5f5f5;
    padding: 10px;
    border-left: solid 10px #4f81bd;
    font-size: 1em;
    margin-top: var(--vert-cat);
    margin-bottom: var(--vert-cat);
}

.table-top-additional-info p {
    line-height: 1.9em;
}

.table-top-additional-info p.shorter {
    margin-top: 1em;
    margin-bottom: 1em;
}
.monitor-screen{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 2px;
}

.infinite-column {
    width: auto;
}
.thin-column {
    max-width: 10em;
}
.min-width-column {
    min-width: 8em;
}

.collapse-column {
    max-width: 0;
}

.author-explorer-cog-container .cogActions {
    position: relative;
    top: 6px;
}

.bottom-note {
    border-top: 1px solid #e7e7e7;
    padding: .8em 10px;
    margin: 3em 20px;
}

@media(max-width: 1024px){
    .social-profiles-container {
        width: auto;
    }

    .social-profiles-container .related-profiles {
        justify-content: space-between;
    }

    .social-summary-card {
        grid-template-columns: 1fr;
        box-sizing: border-box;
        float: none;
        padding: 20px 0;
        overflow: auto;
    }
}