@charset "utf-8";
/* CSS Document */
#text {
	padding:10px;
	margin-bottom:10px;
	font-size:small;
}
.rightsidebar {
	display: inline;
	width:250px;
	float: right;
	padding:5px;
	position:relative;
	margin-left:10px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.shotplacement{
	margin: 7px;
	border: 1px solid #CCCCCC;
	text-align:center;
	overflow: hidden;
	position: relative;
	vertical-align: text-top;
}