#choice-state {
	width: 600px;
	padding: 30px;
	position: fixed;
	top: -1000px;
	left: 50%;
	margin: 0 -300px;
	background: #F2F5F6;
	font-size: .9rem;
	box-shadow: 2px 2px 2px #333;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
	z-index: 4;
	border-radius: 16px;
}

#choice-state .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 1.5rem;
	cursor: pointer;
	z-index: 4;
}

#choice-state .title {
	padding-bottom: 20px;
	font-size: 1rem;
}

#choice-state .all-states {
	width: 100%;
	float: left;
}

#choice-state .column {
	width: 33.3%;
	float: left;
}

#choice-state .column p {
	margin: 5px 0;
	line-height: 1.08rem;
}

#choice-state .column p a {
	color: #333;
	text-decoration: none;
}

@media print{
 	#choice-state, #indice, #articles{display:none !important;}
}