div.board {
	background-color: transparent;
	padding: 8px;
	border-radius: 4px;
	text-decoration: none !important;
	position: relative;
	margin-bottom: 25px;
}
div.board:hover {
	background-color: #f3f3f3;
    -webkit-transition: background-color 200ms ease;
    -ms-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

div.board .btn-edit {
	position: absolute;
	bottom: 12px;
	right: 15px;
	display: none;
}

div.board:hover .btn-edit {
	display: inline;
}
div.board a {
	text-decoration: none !important;
}
div.board .board-canvas {
    cursor: zoom-in !important;
}
div.board-name {
	font-size: 17px;
	margin-top: 10px;
	letter-spacing: -.25px;
	line-height: 20px;
	color: #555;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
div.board-count {
	font-size: 13px;
	color: #ccc !important;
	margin-top: 5px;
	text-align: left;
}
div.board-item {
	padding: 2px;
}
div.board-item-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	padding: 1px;
	border-radius: 3px;
    border-radius: 7px;
}

div.board-item-placeholder {
	background-color: #f0f0f0;
	display: block;
	width: 100%;
	height: 100%;
    border-radius: 7px;
}

div.board.x1 div.board-item {
	width: 100%;
	height: 220px;
}

div.board.x2 div.board-item {
	width: 50%;
	height: 220px;
	float: left;
}

div.board.x3 div.board-item {
	width: 33.33333%;
	height: 220px;
	float: left;
}

div.board.x0 div.board-item {
	width: 33.3333%;
	height: 110px;
	float: left;
}
div.board.x4 div.board-item {
	width: 50%;
	height: 110px;
	float: left;
}
div.board.x5 div.board-item {
	width: 33.3333%;
	height: 110px;
	float: left;
}
	div.board.x5 div.board-item:nth-child(1),
	div.board.x5 div.board-item:nth-child(2) {
		width: 50%;
	}
div.board.x6 div.board-item {
	width: 33.3333%;
	height: 110px;
	float: left;
}
div.board .tooltip-inner {
    white-space:nowrap;
}
div.board .board-owner {
    position: absolute;
    bottom: 83px;
    right: 29px;
    width: 50px;
    height: 50px;
    display: block;
}
div.board .board-avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    z-index: 101;
    background-size: cover;
    background-position: center;
}
.secret-boards .icon {
    font-size: 50px;
    /*display: inline-block;*/
    float: left;
    margin-right: 20px;
    color: #666;
    position: relative;
    top: -12px;
}
.secret-boards h4 {
    margin-bottom: 5px;
}
.secret-boards p {
    padding-bottom: 0;
    margin-bottom: 0;
}


.the_board-name {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.add-board {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 70px;
    text-align: center;
    position: relative;
}
.add-board i {
    position: relative;
    top: 60px;
}



/* Single board view */

.board-view {}
.board-view h1 {
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 0;
}
.board-view h5 {
    font-size: 45px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}
.board-view .user h3 {
    margin-top: 10px;
    margin-bottom: 3px;
}

.board-view .user p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}
.board-view .stats a {
    text-decoration: none;
}
/*.board-view .label {
    background-color: #62cad9;
    background-color: transparent !important;
    color: #62cad9;
    font-size: 12px;
    padding: 5px 17px;
    border-radius: 50px;
    font-weight: 400;
    margin-right: 10px;
}*/
.board-view .stats {
    margin-top: 20px;
}


.board-view .profile-avatar {
    position: relative;
    top: -5px;
    width: 65px;
    height: 65px;
    display: block;
}
.board-view .avatar-link {
    display: block;
    position: relative;
    float: right;
}
