.wd_error {
  border-color: #dd3d36 !important;
}

.wd_updated {
  border-color: #7ad03a !important;
}

.wd_error,
.wd_updated {
  background: #fff none repeat scroll 0 0;
  border-left: 4px solid #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 5px 0 2px;
  padding: 1px 12px;
}

.wds_more {
  font-size: 12px;
}

div[id^="wds_container"] * {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
}

div[id^="wds_container"] p {
  padding: 0 !important;
  margin: 0 !important;
}

div[id^="wds_container"] video {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wds_layer a,
.wds_layer a:hover {
  color: inherit !important;
 