
.Plugin
{
	display:block;
	border: black thin solid;
	padding:5px;
	/*width:600px;*/
	margin:10px;
}
.description
{
	display:inline;
	/*font-weight:bold;*/
	/*text-align:center;*/
}
.nb
{
	display:inline;
	font-weight:bold;
	/*text-align:center;*/
	font-size:small;
}
.Rightlink
{
	display:block;
	float:right;
}


.shotcontainer, .shotcontainer1, .shotcontainer3
{
	border: blue thin dotted;
	display:block;
	float:right;
	clear:right;
	margin:3px;
}
.shotcontainer2, .shotcontainer4
{
	border: blue thin dotted;
	display:block;
	float:left;
	clear:left;
}
.screenshot
{
	border: red thin dotted;
	display:block;
	float:right;
	clear:right;
}
.title
{
	display:inline;
	float:left;
	font-weight:bold;
	
}
.subtitle
{
	font-weight:bold;
	
}
.caption
{
	display:inline;
	text-align:center;
	
}
.Plugin hr {display: block; clear: right;  visibility: hidden; margin:-3px}
.note
{
	width:60%;
	margin-left:auto; 
	margin-right:auto; 
	border: black thin;
	background-color:Teal; 
}

.hidden
{
	visibility:hidden;
}
