.discussion-page {
    margin-left: 10px;
    margin-right: 10px;
}
.reply-form, .search-form {
	margin-bottom: 20px;
}

.discussion-item {
    color: @darkGrey;
    clear: left;
    cursor: default;

    .profile-link, .artifact-link {
    	color: @blue-link;
        font-family: @noto-sans-bold;
        font-size: .9em;
    }

	.profile-image {
		border: 0;
	    max-width: 50px;
	    max-height: 50px;
	    margin-right: 5px;
	    margin-bottom: 10px;
	    float: left;

        img {
            height: 40px;
            width: 40px;
        }
	}

    .artifact {
        margin-bottom: 5px;
    }

    .artifact-name {
        margin-left: 5px;
    }

	.recency {
        color: @grey6;
        margin-left: 5px;
	}

    .recency, .detail-text {
        font-family: @noto-sans;
        font-size: .8em;
        line-height: 1.4em;
    }

	.details {
		padding-left: 55px;

		.detail-text {
            padding: 5px 10px 5px 0;
		    word-wrap: break-word;
		    white-space: normal;
            color: @nearBlack;

            ol, ul {
                padding-left: 20px;
            }

		    ul li {
		        list-style-type: disc;
		        list-style-position: inside;
		    }

		    ol li {
		        list-style-type: decimal;
		        list-style-position: inside;   
		    }
		}
	}
}
