#crosssync-remote-sites {
  margin: 1em 0;
}

#crosssync-remote-sites table {
  width: 100%;
  margin-bottom: 1em;
}

#crosssync-remote-sites input[type="url"] {
  width: 100%;
  max-width: 400px;
}

#crosssync-remote-sites input[type="password"] {
  width: 100%;
  max-width: 300px;
}

.crosssync-test-connection {
  margin-left: 10px;
}

.toggle-api-key {
  color: #0073aa;
  text-decoration: none;
  margin-left: 5px;
}

.toggle-api-key:hover {
  color: #00a0d2;
}

.crosssync-logs .dashicons-yes {
  color: #46b450;
}

.crosssync-logs .dashicons-no {
  color: #dc3232;
}
