.ruler-wrapper
	{
		position:relative;
	}
	
	.ruler-wrapper .input-panel
	{
		position:absolute;
		right:10px;
		top:10px;
		background-color:#eee;
		padding:10px;
		border:1px solid #ccc;
		border-radius:5px;
		border-bottom-width:2px;
		
	}
	
	.ruler-wrapper .input-panel hr
	{

		background:#ddd;
		border:none;
		height:1px;
	}
	
	.ruler-wrapper .input-panel input
	{
		font-size:inherit;
		width:30px;
		border-radius:5px;
		border:none;
		border-top:1px solid #ccc;
		height:20px;
		text-align:center;
	}
	
	.ruler-wrapper .input-panel .fraction-input
	{
		display:inline-block;
		vertical-align:middle;
		margin:0px 5px;
		
	}
	
	.ruler-wrapper .input-panel .fraction-input hr
	{
		height:1px;
		margin:1px;
		background:#bbb;
		
	}
	
	.ruler-wrapper .input-panel .capsule-button
	{
		float:right;
	}