.engineBlock table {
	width: 100%;
}

.engineBlock .btnUnlockDevice div {
	display:inline;
	margin-left:10px;
}
.engineBlock .btnUnlockDevice i {
	cursor: pointer;
	font-size: 28px;
}

.engineBlock i.disabled {
	cursor: default;
	font-size: 28px;
	color: grey;
}
.engineBlock p {
	color:#aaa;
	font-size:0.9em
}
.engineBlock td {
	padding:10px;
	border-botton:1px solid #ddd !important;
}
.engineBlock .disabled {
	opacity:0.4;
}


.devicePrivacy .button-round {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 50%;
}

.devicePrivacy .button-round.active {
    background-color: #ff2600;
}