@charset "utf-8";
/* CSS Document */

.drawItem
{
	background-color:#DFC2C3;
	padding:5% 0;
}

.drawItem:hover
{
	background-color:#f3d5d6;
	color: #FFF;
}

.fbBtn
{
	width:80px;
	background: #4267b2;
	border-bottom: 1px solid #29487d;
	color:#FFF;
	padding:2px 7px;
	font-size:13px;
}


@media screen and (max-width: 767px)
{
	.rightColumnDiv
	{
		margin-bottom:60px;
	}
}

