#clock {
    position: absolute;
    right: 0;
    top: 32px;
    display: block;
    width: 100%;
}

#clocklabel {
	text-align: center;
	font-size: 9px;
	font-weight: 600;
	font-family: sans-serif;
}

#clocktime {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Courier New';
}

#clock-canvas {
	position: absolute;
    right: 0;
    top: 0;
}
