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

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

@-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; 
}
