/*!
 * Basic styling on the library page
 */

 #animationelement {
 	background: url("/static/images/icon-i-new-on.png") no-repeat center;
 	background-size: contain;
 	height: 330px;
 	width:250px;
	position:absolute; left:0; top:0;
 }
 .numberimage {
 	max-height: 80px;
 	max-width: 80px;
 }
 .btn-large {
 	text-transform: none !important;
 }

code {
	display: block;
	background-color: #E8E8E8;
	color: #888888;
	border-radius: 8px;
	width: 96%;
	padding: 2%;
}

 .invisible {
 	visibility: hidden;
 }
 @media only screen and (min-width: 1600px) {
.toppadding {
        padding-top: 2rem;
}
}

