body {
    margin:0px;
    width:100%;
    height:100%;
    overflow:hidden;
    font-family:Arial;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.header{
    position: absolute;
    background-color: rgb(42, 42, 42);
    text-align: center;
}
.header {
    top: 0px;
    left: 0px;
    right: 0px;
    min-height: 42px;
    padding:5px 5px 5px 5px;
}

.navbtn {
    cursor: pointer;
    float:left;
    margin-left:10px;
    margin-top:2px;
    padding: 6px 10px;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    color: #eee;
    border: none;
    border-radius:0px;
    background-color: #404040;
    width:30px;
}

.sharebtn {
    cursor: pointer;
    float:right;
    margin-right:10px;
    margin-top:2px;
    padding: 6px 10px;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    color: #eee;
    border: none;
    border-radius:0px;
    background-color: #404040;
    width:52px;
}

#content{
    position: absolute;
    top: 44px;
    left: 0px;
    right: 0px;
    background-color:#ddd;
}
#canvas{
    cursor:crosshair ;
    background-color:#fff;
}

.palette-brush-size {
    padding:5px 0px 5px 0px;
}

.brush {
    border:2px solid #777;
    height:30px;
    width:30px;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
}

.extrasmall {
  font-size: 0.2em;
}

.small {
  font-size: 0.5em;
}

.medium {
    font-size: 1em;
}

.large{
  font-size: 1.2em;
}

.doublelarge{
  font-size: 1.5em;
}


#brush-menu {
  position: absolute;
  z-index: 9999;
  padding: 10px;
  margin-top:50px;
  background-color: rgb(42, 42, 42);
  position: absolute;
  left: -500px;
}

.jscolor {
  cursor: pointer;
  float:right;
  margin-right:10px;
  margin-top:2px;
  padding: 6px 10px;
  font-weight: bold;
  line-height: 18px;
  border: solid 1px white;
  border-radius:0px;
  width:52px;
  height: 32px;
}

.fa-circle {
  color:white;
}
