@charset "UTF-8";
/*
 * IIIF Curation Viewer - JSONkeeper export plugin
 * http://codh.rois.ac.jp/software/iiif-curation-viewer/
 *
 * Copyright 2017 Center for Open Data in the Humanities, Research Organization of Information and Systems
 * Released under the MIT license
 *
 * Core contributor: Jun HOMMA (@2SC1815J)
 */
#export_json_keeper_alert {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.btn-icv-export-not-logged-in::after {
  content: attr(data-notloggedin);
}