
body {
  background-color:#FFFFFF;
  color:#333333;
  font-family:Arial, HelveticaNeue, Helvetica, sans-serif;
  font-size:14px;
  line-height:1.125em;
  padding:0;
  margin:0;
}
td, th{
	padding: 0.7em;
    margin: 1em;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
}
th:first-child, td:first-child {
    text-align: left;
}
th{color: #fff;background: #6B6E6F;}

.ca_edit {
	display: block;
	border: 1px dotted red;
	background-image: url(../img/edit.png);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 20px;
	cursor: pointer;
}

.ca_edit * {
	pointer-events: none;
}