body div.com-title
{
	width: 100%;
	
	margin: 22px 0px 8px 0px;
	
	font-size: 20px;
}
body div.com-title:first-child
{
	margin: 0px 0px 8px 0px;
}

body div.com-item
{
	width: calc(100% - 30px);
	height: 10px;
	
	position: relative;
	
	margin: 0px 0px 10px 0px;
	padding: 15px 15px;
	display: table;
	
	background-color: #fff;
	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	-webkit-box-shadow: 0px 0px 10px 0.5px #ddd;
	-moz-box-shadow: 0px 0px 10px 0.5px #ddd;
	box-shadow: 0px 0px 10px 0.5px #ddd;
}
body div.com-item.fadeout
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

	body div.com-item div.image
	{
		width: 60px;
		height: 60px;
		
		float: left;
	}
	
		body div.com-item div.image img
		{
			width: 59px;
			height: 59px;
			
			position: relative;
			
			border: 1px solid #aaa;
			
			border-radius: 60px;
			-moz-border-radius: 60px;
			-webkit-border-radius: 60px;
			
			-webkit-box-shadow: 0px 0px 10px 0.5px #999;
			-moz-box-shadow: 0px 0px 10px 0.5px #999;
			box-shadow: 0px 0px 10px 0.5px #999;
		}
		
		body div.com-item div.image span.material-icons,
		body div.com-item div.image span.material-icons-outlined
		{
			width: 58px;
			height: 43px;
			
			padding: 15px 0px 0px 0px;
			
			background-color: #f0f0f0;
			border: 1px solid #ddd;
			
			border-radius: 60px;
			-moz-border-radius: 60px;
			-webkit-border-radius: 60px;
			
			font-size: 30px;
			color: #ccc;
			text-align: center;
		}
		
		body div.com-item div.image div.push-badge
		{
			width: 20px;
			height: 20px;
			
			position: absolute;
			top: -5px;
			right: -2px;
			
			transform: rotate(10deg);
			
			filter: invert(62%) sepia(54%) saturate(3678%) hue-rotate(177deg) brightness(96%) contrast(93%);
		}
		
	body div.com-item div.text
	{
		width: calc(100% - 75px);
		height: 56px;
		
		margin: 3px 0px 0px 0px;
		float: right;
		
		font-size: 14px;
		line-height: 17px;
	}
	body div.com-item.fadeout div.text
	{
		color: #ccc;
	}
	
		body div.com-item div.text small
		{
			font-size: 11px;
			color: #ccc;
		}
		
			body div.com-item div.text small a
			{
				color: inherit;
				text-decoration: none;
			}