.wpstds-window-overlay {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index:10000;
}

.wpstds-window {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Verdana;
  box-shadow: 0 4px 20px #000000;
}

.wpstds-window-body {
  width: 330px;
  height: 130px;
  padding: 0.3em;
  font-size: 13px;
  background: #FFF;
  color: #000;
  position: relative;
  box-sizing: border-box;
}


/* welcome window *************************************************************/

#wpstds-welcome-window .wpstds-window-body {
  padding: 0;
  width: auto;
  height: auto;
  box-shadow: 6px 6px 6px #000;
  border: 1px solid #000;
}

#wpstds-welcome-window .wpstds-window-message {
  font-size: 18px;
  padding: 12px;
  text-align: center;
  font-family: Tahoma, Georgia, serif;
  white-space: nowrap;
}

#wpstds-welcome-window {
  display: block;
}

#wpstds-welcome-window .wpstds-window-buttons {
  text-align: center;
  background: #999;
  color: #000;
  border: 1px solid #444;
  border-width: 1px 0 0 0;
  font-size: 1.6em;
  padding: 12px;
}


#wpstds-welcome-window .wpstds-window-buttons span {
  padding: 6px 8px;
  font-weight: normal;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #000000;
  margin: 0 12px 0 12px;
  display: inline-block;
  border-radius: 4px;

  color: #000;
  text-decoration: none;
  line-height: 1;

  width: 50px;

  font-size: 16px;

  background: #f2f5f6;
  background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
  background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
  background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
}

#wpstds-welcome-window .wpstds-window-buttons span:hover {
  background: #FFF;
}

/* welcome window *************************************************************/



/* mouseout window ************************************************************/

#wpstds-mouseout-window .wpstds-window-body {
  width: 360px;
  font-size: 14px;
  text-align: center;
  padding: 6px !important;
  position: relative;
}


#wpstds-mouseout-window .wpstds-window-message {
  color: #F00;
  margin-top: 20px;
}

#wpstds-mouseout-window .wpstds-window-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0 15px 0;
  background: #f2f2f2;
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-left: -6px;
}

#wpstds-mouseout-window .wpstds-window-buttons a:link,
#wpstds-mouseout-window .wpstds-window-buttons a:hover,
#wpstds-mouseout-window .wpstds-window-buttons a:visited,
#wpstds-mouseout-window .wpstds-window-buttons a:focus {
  color: #000;
  text-decoration: none;
  line-height: 1;
}

#wpstds-mouseout-window .wpstds-window-buttons a {
  padding: 5px 6px;
  font-weight: normal;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #AAA;
  margin: 0 22px 0 22px;
  display: inline-block;
  border-radius: 3px;

  width: 45px;

  font-size: 15px;

  background: #f5f5f5;
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #dddddd 100%);
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#dddddd 100%);
  background: linear-gradient(to bottom,  #f5f5f5 0%,#dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dddddd',GradientType=0 );
}

#wpstds-mouseout-window .wpstds-window-buttons a:hover {
  background: #FFF;
}

/* mouseout window ************************************************************/



/* adblock window *************************************************************/

#wpstds-adblock-window {
  display: block;
}

#wpstds-adblock-window .wpstds-window{
  padding: 0;
}

#wpstds-adblock-window .wpstds-window-body {
  font-size: 20px !important;
  text-align: center;
  color: #C00;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

#wpstds-adblock-window .wpstds-window-message {
  display: inline;
}

/* adblock window *************************************************************/
