body {
  min-height: 2000px;
}

.navbar-static-top {
  margin-bottom: 19px;
}



/**mesh panal for style options **/

.mesh-panel {
  overflow: hidden;
}
.mesh-panel .mesh-btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 4px;
  margin: 0px;
  float: left;
  position: relative;
}
.mesh-panel .mesh-btn img:hover {
  opacity: 1.0;
}
.mesh-panel .remove-btn {
  width: 80px;
  height: 80px;
  margin: 5px;
  background-color: #eeeeee;
}
.mesh-panel .remove-btn i {
  top: 25px;
  font-size: 19px;
  color: #818181;
}
.mesh-panel .mesh-btn.selected {
  background-color: #a6d2ff;
}
/**mesh panal for style options **/

/**coloring palette **/
.color-btn-big {
  min-height: 40px;
  min-width: 40px;
  position: relative;
  border: solid 1px #c7c7c7;
  width: 88px;
  height: 88px;
}
  
.palette .color-btn {
  min-width: 40px;
  min-height: 40px;
  border: none;
  border-radius: 0px;
  float: left;
}
  
.color-menu {
  width: 492px;
  padding: 12px;
}
.color-menu .palette {
  overflow: hidden;
  float: left;
  width: 240px;
}
.color-menu .sp-container {
  background-color: transparent;
  border: none;
  float: right;
}
.color-menu .sp-picker-container {
  width: 212px;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: -304px;
}

/**coloring palette **/
