#result {
	width: 300px;
	font-size: 12px;
	margin-right: 15px;
	background-color: #E9E9E9;
	border-bottom: solid 1px #878686;
	border-left: solid 1px #878686;
	border-right: solid 1px #878686;
}

.feedItem {
	height: 40px;
	border-bottom: solid 1px gray;
	padding-bottom: 3px;
	padding-top: 3px;
	overflow: hidden;
}

.feedItem img {
	width: 60px;
	height: 40px;
}

.feedItem a {
	color: black;		
	text-decoration: none;
}

.imgDiv {
	display: inline-block;
	width: 60px;
}

.text {
	width: 200px;
	padding-left: 5px;
	display: inline-block;
	vertical-align: top;
}

.lastItem {
	border: none;
}

#widget {
	position: fixed;
	top: 20px;
	right: 0px;
}

/* ribbon style */

 .ribbon-wrapper {
	position: relative;
}
  .ribbon-front {
	background-color: #ccc;	height: 30px;
	width: 330px;
	position: relative;
	left:-15px;
	z-index: 2;
}

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right
{
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 30px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -15px;
	border-color: transparent #5C5C5C transparent transparent;
}

  .ribbon-edge-topleft {
	top: 0px;
	border-width: 0px 15px 0 0;
}
  .ribbon-edge-bottomleft {
	border-width: 0 15px 15px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 300px;
	border-color: transparent transparent transparent #5C5C5C;
}

  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 15px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 15px 15px;
}

  .ribbon-back-left {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 0px;
	height: 30px;
		z-index: 0;
}

  .ribbon-back-right {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 0px;
	height: 30px;
	z-index: 0;
}
