@font-face{font-family:'OpenSansBold';src:url('OpenSans-Bold-webfont.ttf') format('truetype');font-weight:normal;font-style:normal}

@-webkit-keyframes 'slide' {
	from {
		margin-left: 295px;
	}
	
	to {
		margin-left: 0;
	}
}

@-webkit-keyframes 'pulse' {
	0% {
		background: white;
	}
	
	50% {
		background: red;
	}
	
	100% {
		background: white;
	}
}

body, html {
	background: lightgrey;
	text-rendering: optimizeLegibility !important;
	font-family: 'OpenSansBold', Helvetica Neue;
	font-size: 11px;
	width: 300px !important;
	position: absolute;
	right: 0;
	color: #EEE;
	margin: 0;
	padding: 0;
}

#container {
	overflow: hidden;
	width: 300px !important;
}

#content {
	width: 300px !important;
	margin-left: 295px;
	-webkit-animation: slide .8s ease-in-out .3s 1 normal;
	-webkit-animation-fill-mode: forwards;
}

#background {
	-webkit-animation: pulse .5s ease-in-out 0s 1 normal;
	-webkit-animation-fill-mode: forwards;
}

#info {
	background: #000;
	margin-left: 5px;
	padding: 2px 10px 4px 10px;
	word-break: hyphenate;
}

#title {
	letter-spacing:1px;
	font-size: 10px;
	font-variant: small-caps;
	text-transform: uppercase;
}