﻿#memoryticker {
	/* Doesn't seem to work properly unless background colour is specified */
	background-color: #ffffff;
	color: #0037C9;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	width: 100%;
	/* This seems to allow the right vertical space for 3 lines - but why?! */
	height: 44px;
	overflow: hidden;
	text-align: center;
}