.tagConfigTable {
	width: 100%;
}

/*.tagConfigElementLabel{
	margin-left: 10px;
}*/

.tagConfigTable .tagConfigTableHeader th{
	padding: 10px;
	border-bottom: 2px solid #eee;
}

.tagConfigTable .tagConfigElement td{
	padding: 10px 0px 10px 10px;
	border-bottom: 2px solid #eee;
}

.tagConfigTable tr:last-child td{
	border-bottom: none;
}

.tagConfigButton {
  font-size: 1.0em;
  font-weight: bold;
}

.tagConfigButton.delete {
  color: #00b0f0;
  cursor: pointer;
}

.tagConfigButton.delete:hover {
  color: #F44336;
}