@charset "UTF-8";
/* CSS Document */

.uavtitles{
	font-size: 12px;
}
.uavrow,.eqprow{
	position: relative;margin-bottom:2px;
}
.uavdel{
	position: absolute;right:-3px;top:6px;z-index:2;
}
.uavdel:hover{
	color:red;
	cursor: pointer;
}
.addDroneButton:hover{
	color:lightslategray;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
.uavdel {
    right: 20px;
    top: -4px;
}
}