/**
 * Rest response snippets
 */

.snippet {
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.snippet .title {
	font-size: 1em;
  	font-weight: bold;
  	/*margin-left: 5px;*/
}


.snippet .title>img {

  	padding-right: 5px;
}

.snippet .abstract {
 	margin: 4px 0px 4px 4px;
  	font-size: 0.8em;

	color: rgb(68, 68, 68);
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.5;
text-align: justify;
}

.snippet .links a{ 
/*text-decoration: none;*/
color: rgb(226, 0, 26);
cursor: auto;
padding-right: 10px;
  	font-size: 0.7em;
}


.snippet .links a:empty {
	display: none;
}