/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.nuttifox-browser-window {
  text-align: left;
  margin: 20px;
  width: 80%;
  height: 500px;
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
}

.nuttifox-browser-window .top-bar {
  height: 30px;
  border-radius: 5px 5px 0 0;
  border-top: thin solid #eaeae9;
  border-bottom: thin solid #dfdfde;
  background: #e7e7e6;
}

.nuttifox-browser-window .circle {
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: white;
}

.nuttifox-browser-window .circles {
  margin: 5px 11px;
}

.nuttifox-iframe {
  width: 100%;
  height: 500px;
}