/**
 *
 * @copyright  2010-2016 izend.org
 * @version    3
 * @link       http://www.izend.org
 */

/* content.css */

.signmii, .sha1 {
	word-break: break-all;
}

@media screen and (max-width:768px) {
	.logobar img {max-height:100px;}
}

@media (max-width: 959px) {
	.hidden-lg {
		display: none !important;
	}
}

img.fade:hover {animation:fade 2s linear;-webkit-animation:fade 2s linear;}
img.shrink:hover {animation:shrink .5s;-webkit-animation:shrink .5s;}
img.shake:hover {animation:shake .5s 5;-webkit-animation:shake .5s 5;}
