#user-sec {
	display: none;
	position: fixed;
	text-align: right;
	top:   -25px;
	right:   0px;
	height: 20px;
	width: 160px;
	color: #444;
	background-color: #60147f;
	font-size: 85%;
	padding: 1px 10px 5px 20px;
	border-radius: 0 0 0 10px;
}

.user-sec-visible {
	top: 0px !important;
	transition: top .5s;
}

#countdown-sec {
	position: fixed;
	top:     0px;
	right:   0px;
	height: 20px;
	width: 220px;
	font-size: 10pt;
	text-align: right;
	color: rgba(222, 227, 236, .5);
}

