#app {
	width: 260px !important;
}
#app td:first-child {
	width: 150px;
}
#app #power-button {
	display: block;
	margin: 10px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-image: url('../../static/fabl-128.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	/* box-shadow: 0px 0px 20px black; */
}
#app #power-button.disabled {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
#app #version {
	margin-left: 6px;
}
#app .remove {
	border: none;
	font-size: 12pt;
	border-radius: 12px;
	background-color: transparent;
	color: inherit;
	margin: 2px 0px 2px 4px;
	padding: 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#app .remove:hover {
	border-width: 1px;
	border-style: outset;
}