#toast-container > div {
  padding: 8px 15px 8px 8px;
  width: 400px;
}

#toast-container.toast-top-right {
  top: 190px;
  right: 12px;
}

#toast-container i.fa {
  display: none;
}

#toast-container .toast-title {
  font-size: 13px;
  font-weight: inherit;
}

#toast-container .toast-message {
  font-size: 11px;
  font-weight: 100;
}

#toast-container .toast-error {
  background-color: #607d8b;
}

#toast-container .toast-warning {
  background-color: #858585;
}

.main-content-loader .wi-splashscreen-detailed-item-description {
  display: none;
}
