#timerpomodoro{
	color:#777;
	font-size:48px;
	text-align:center;
	margin:10px auto;
	border:5px solid #777;
	border-radius:50%;
	width:125px;
	height:125px;
	overflow:hidden;
	position:relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
  }

#timepomodoro{
	margin-top:32px;
	z-index : 1;
	position:relative;
}

#filler{
	background : #e5a00b;
	height: 0px;
	width: 250px;
	position:absolute;
	bottom:0;
}
