.admin-edit-post-modal .syndications .syndication {
  margin-bottom: 4px;
}

.admin-edit-post-modal .syndicate-btn {
  margin-bottom: 4px;
  float: left;
}

.admin-edit-post-modal .inline.fields {
  margin-top: 4px;
}

.admin-edit-post-modal .inline.fields label {
  min-width: 42px;
  display: inline-block;
}

@-webkit-keyframes fadeIt {
  0%  { background-color: #21ba45; }
  100% { background-color: #e0e1e2; }
}
@-moz-keyframes fadeIt {
  0%  { background-color: #21ba45; }
  100% { background-color: #e0e1e2; }
}
@-o-keyframes fadeIt {
  0%  { background-color: #21ba45; }
  100% { background-color: #e0e1e2; }
}
@keyframes fadeIt {
  0%  { background-color: #21ba45; }
  100% { background-color: #e0e1e2; }
}

.btn-confirmed {
    -webkit-animation: fadeIt 0.7s ease-in-out;
       -moz-animation: fadeIt 0.7s ease-in-out;
         -o-animation: fadeIt 0.7s ease-in-out;
            animation: fadeIt 0.7s ease-in-out;
}

.external-profiles .ui.icon.mini.button {
  font-size: 0.6em;
}

