﻿

div[ML_StyleSelector=Aludesign][ML_PageControl_Key=badgeEmployee] {
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
}



div[ML_StyleSelector=SelfTrace][ML_PageControl_Key=MainPageCountDown] {
	position: absolute;
	bottom: 45px;
	left: 32px;
	border-radius: 3px;
	height: 50px;
	background-color: #fbf4f4;
	border: 1px solid #8a8989;
	padding: 0px 15px;
	float: none;
	min-width: 40px;
	cursor: pointer;
	padding-top: 5px;
	display: inline-block;
	color: black;
}

	div[ML_StyleSelector=SelfTrace][ML_PageControl_Key=MainPageCountDown]:hover {
		background-color: #ececec;
	}
