@charset "utf-8";
/* CSS Document */

form.spiral-fact-check label{
	display:inline-block;
	width: 300px;
}

.btn{
	display:inline-block;
	margin:4px;
	padding:4px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	cursor:pointer;
	font-weight: 400;
	color: #333333;
	text-align:center;
	line-height: 1.8em;
	min-width: 40px;
}

span.btn.add{	
	background-color: #0F6;	
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from( #5cb85c),to( #419641));
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
	color: #efefef;
}

span.btn.remove{
	background-color: #ff4444;
	background-image: -webkit-linear-gradient(top, #ff4444 0, #993333 100%);
	background-image: -o-linear-gradient(top, #ff4444 0, #993333 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from( #ff4444),to( #993333));
	background-image: linear-gradient(to bottom, #ff4444 0, #993333 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffff4444', endColorstr='#ff993333', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #8f3e3e;
	color: #efefef;
	
}

span.btn.move{
	background-color:#FF0;
	cursor: move;
	background-image: -webkit-linear-gradient(top, #ffff44 0, #bbbb99 100%);
	background-image: -o-linear-gradient(top, #ffff44 0, #bbbb99 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from( #ffff44),to( #bbbb99));
	background-image: linear-gradient(to bottom, #ffff44 0, #bbbb99 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff44', endColorstr='#ffbbbb99', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #8f8f3e;
	color: #666666;
	
}