.tasks {
list-style: none;
margin: 0;
padding: 0;
}

.task {
display: flex;
justify-content: space-between;
padding: 12px 0;
border-bottom: solid 1px #dfdfdf;
}

.task:last-child {
border-bottom: none;
}

.context-menu {
background: white;
position: absolute;
z-index: 10;
border: 1px solid;
padding: 5px;

}

.context-menu {
display: none;
position: absolute;
z-index: 10;
}

.context-menu--active {
display: block;
}

#startDesktop, #stopDesktop, #restartDesktop 
{
	color : black;
	padding :  0 5px 0 5px;
	text-decoration: none;
}

.context-menu__link:hover {
  background-color: #D3D3D3;
}

