/*
 * Copyright (c) 2015-2016, Salesforce.com, Inc.
 * All rights reserved.
 * Licensed under the MIT license.
 * For full license text, see LICENSE.md file in the repo root or
 * https://opensource.org/licenses/MIT
 */

#viewwrapper {
  resize: both;
  overflow: hidden;
  margin: 0;
  padding: 10px;
}

#view {
  padding: 0;
  margin: 0;
}

.clickable:hover {
  cursor: pointer;
}

.click-disabled:hover {
  cursor: not-allowed;
}

.grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

table.statedump {
  border: 1px solid black;
  margin: 5px;
}

table.statedump tr td,
table.statedump tr th
{
  border: 1px solid black;
}
