.unselected
{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

pre 
{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, с 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ поддерживается в IE, Safari, и Firefox 3.1.*/
}


.logo-jumbo 
{
	font-size: 1000% !important;
}


.try:hover
{
	animation-iteration-count: 3;
	animation: 0.5s blinks infinite;
}

.blink 
{
	animation-iteration-count: 3;
	animation: 5s blinks infinite;
}


@keyframes blinks
{

	1%
	{
		box-shadow: 0 0 2px 2px #ff6f2b; 
	}
	50%
	{
		box-shadow: 0 0 5px 5px black; 
	}
}


.toggled
{
	
}
.toggler:checked ~ .toggled
{
	display: block;
}
