body {
  font-size: 12pt;
}

table td {
  padding: 2px;
}

th a {
  font-weight: 600;
}

#content {
 padding: 0px 10%;
}

.sf_admin_filter {
  margin: 0px auto;
  text-align: center;
}

.sf_admin_filter input {
  width: 300px;
}

.sf_admin_list_td_name {
  width: 200px;
  padding-left: 15px;
  text-align: left;
}

.sf_admin_list_td_actions {
  width: 160px;
}

a.my_icon {
  background-position: 0 -1px;
  padding-right: 2px; 
}

.my_label {
  position: relative;
  top: 2px; 
  padding: 2px 8px;
  background-color:#ffffff;
  border-color:#bbbbbb;
  font-weight: bold;
  -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.2);
}

.tag_description {
  text-align: center;
}
.tag_description input {
  width: 88%;
}

.tag_form_actions a,button {
  margin: 10px 0px 10px 10px;
}

fieldset section.tag_description label {
  position: relative;
  top: 8px;
  text-align: center;
}