		div.card
		{
			transition: 0.3s;
			border-radius: 4px;			
			background-color:#f8f9fa;
		}

		div.card:hover
		{
		}

		div.card > div.media > img.cover
		{
			width:100%;
			border-radius: 4px 4px 0px 0px;
			border-bottom: 2px solid #FFC30B;
		}

		div.card > div.note
		{
			padding: 2px 16px;
		}
		
		div.card > div.note > p
		{
			margin:14px 0px 10px 0px;
		}
		
		
		
		*.cindy-card
		{
			width:100%;
			margin:84px 0px 24px 0px;
			box-shadow:0px 2px 6px 2px rgba(0, 0, 0, 0.16);
			position:relative;			
			padding-bottom:7px;
		}
		*.cindy-card > *.media > h6
		{
			width:100%;
			height:40px;
			font-size:18px;
			line-height:38px;
			font-weight:normal;
			text-align:left;
			padding-left:16px;
			background-color:#E7E7E7;
		}
		*.cindy-card > *.media > img
		{
			width:120px;
			height:auto;
			position:absolute;
			z-index:611;
			left:50%;
			margin-left:-63px;
			top:-70px;
			border-radius:70px;
			-webkit-border-radius:70px;
			box-shadow:0px 2px 6px 2px rgba(0, 0, 0, 0.16);
			padding:3px;			
			background-color:#FFFFFF;
		}
		div.cindy-card img.fullTab
		{
			width:98%;
			margin:1%;
			margin-bottom:0px;
		}
		*.cindy-card > *.note
		{
			overflow:hidden;
			margin:16px 16px 0px 16px;
		}
		@media screen and (max-width:904px)
		{
			div.cindy-card
			{
				box-shadow:0px 2px 6px 2px rgba(0, 0, 0, 0.1);
				margin:74px 0px 10px 0px;
			}
			div.cindy-card h2
			{
				height:36px;
				font-size:16px;
				line-height:34px;
			}
			div.cindy-card img.appLogo
			{
				width:110px;
				height:auto;
				margin-left:-57px;
				top:-65px;
				padding:2px;
			}
		}
		@media screen and (max-width:840px)
		{
			div.cindy-card
			{
				margin:64px 0px 10px 0px;
			}
			div.cindy-card img.appLogo
			{
				width:100px;
				height:auto;
				margin-left:-52px;
				top:-55px;
				padding:2px;
			}
		}
		@media screen and (max-width:560px)
		{
			div.cindy-card h2
			{
				font-size:0px;
			}
		}
		@media screen and (max-width:460px)
		{
			div.cindy-card
			{
				margin:72px 0px 10px 0px;
			}
			div.cindy-card div
			{
				font-size:13px;
			}
			div.cindy-card div::first-letter
			{
				font-size:18px;
			}
		}
		@media screen and (max-width:316px)
		{
			div.cindy-card
			{
				margin:64px 0px 10px 0px;
				border-left:none;
				border-right:none;
			}
			div.cindy-card img.appLogo
			{
				width:90px;
				height:auto;
				margin-left:-47px;
				top:-45px;
				padding:2px;
			}
		}