/************************ MY TASKS ***********************/

.wizdom-Canteen {background: #fff;/* margin: 0 0 0 -25px; */padding: 15px 30px;}

.wizdom-Canteen>.row {
	margin-left: 0;
	margin-right: 0;
	margin: 0 0 20px 0;
	PADDING: 0;
}
.wizdom-Canteen  .canteenHeader {
    font-size:18px;
    font-weight:bold;
    margin:0 0 20px 0;
    background:url(https://cfcloud.sharepoint.com/:i:/r/sites/WizdomDemo/Style%20Library/images/icons/head-border-bg.jpg) center repeat;
}
.wizdom-Canteen  .canteenHeader span {
    background:#fff;
}
.wizdom-Canteen p {
	margin: 7px 0 0;
}

.wizdom-Canteen p:first-child {
	margin-top: 0;
}

.wizdom-CanteenImage {
	display: table-cell;
	vertical-align: middle;
}
.wizdom-CanteenImage img.small {
	max-width: 140px;
}

.wizdom-CanteenContent {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding: 20px 20px 15px;
	padding-top: 0;
}

.wizdom-CanteenContent p.text {
	WORD-WRAP: BREAK-WORD;
	OVERFLOW: HIDDEN;
	margin: 0 0 15px 0;
}

.wizdom-CanteenContent .btn:hover {
	background: none!important;
}

.wizdom-CanteenContent .myWizdomButtons {
	/*position:absolute;
         bottom:15px;
         */
}

.wizdom-CanteenContent .date {
	font-weight: 500;
	margin: 0;
}

.wizdom-CanteenContent .info {
	color: #999;
	display: inline-block;
	font-size: 14px;
	padding: 0;
	margin: 0 0 15px 0;
}

.wizdom-CanteenContent .text {
	color: #005b8e;
	font-size: 18px;
	line-height: 20px!important;
	font-weight: 500;
	width: auto;
	height: auto;
	border: 0;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
}
.wizdom-CanteenContent .text.done a {
    text-decoration:line-through;
    color:#000;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.wizdom-CanteenContent .favourites {
	margin-top: 10px;
}


.wizdom-CanteenContent .text a {
	color: #1f3c69;
	font-size: 18px;
}

.wizdom-CanteenContent .comments a {
	margin-right: 15px;
}

@media all and (max-width:767px) {
	.wizdom-CanteenImage img.small,
	.wizdom-CanteenImage img {
		max-width: 130px!important;
	}
}

@media all and (max-width:1199px) {
	.wizdom-Canteen {
		/* background: #fff; */
		padding: 15px;
	}
	.wizdom-Canteen>.row {
		margin-bottom: 25px;
		background: transparent;
		border: 0;
		background: #fff;
		padding: 15px;
	}
	.wizdom-CanteenContent {
		padding: 0 20px;
	}
}
h3.wizdom-CanteenHeading {
    font-size: 13px;
    font-weight: normal;
    color: #666;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 30px;
    position:relative;
    background: url(https://cfcloud.sharepoint.com/:i:/r/sites/WizdomDemo/Style%20Library/images/head-border-bg.jpg) center repeat-x;
}
h3.wizdom-CanteenHeading span {
    background:#fff;
    padding: 9px;
    display: inline-block;
    line-height: 10px;
}
