.canvas {}

.canvas-top {
	padding: 15px;
}
.canvas-top > a.btn,
.canvas-top > div.btn-group > button.btn {
	margin-right: 15px;
	border-radius: 4px;
	padding: 8px 13px;

}
.canvas-user {
	top: 4px;
	position: relative;
}

.canvas-board {
	font-size: 12px;
	color: #888;
}

.canvas-board a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 320px;
    display: inline-block;
    top: 4px;
    position: relative;
}

.canvas-source-img {
	width: 100%;
	height: auto;
	border-radius: 9px;
}


.user-avatar {
	float: left;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}