.widget-default {
  height: 100%;
  width: 100%;
  background: transparent;
}

.widget-container {
  height: 100%;
}

.widget-buttons-container{
  position:absolute !important;
  right: 10px;
  top: 3px;  
  z-index: 1000;
}

.widget-button{
  /* margin:0 !important; */
  /* width:18px !important;
  height:18px !important; */
}

.widget-button-icon
{
  width:16px !important;
  height:16px !important;
}


/* Borders */

.widget-border-shadow { 
  margin: 2px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);  
  height: calc(100% - 4px);
}

.widget-border-line {
  border-style: solid;
  border-width: 1px;
  border-color: black;
}
