﻿/* Styling for Notify-confirm style */

/*.notifyjs-confirm-base {
  opacity: 0.85;
  width: 400px;
  background: #F5F5F5;
  padding: 5px;
  border-radius: 10px;
}*/

.notifyjs-confirm-base .title {
  white-space: nowrap;
  float: left;
  margin: 5px 0 0 5px;
  text-align: right;
}

.notifyjs-confirm-base .buttons {
  width: 30px;
  float: right;
  font-size: 9px;
  padding: 2px;
  margin: 2px;
}

.notifyjs-confirm-base button {
  font-size: 9px;
  padding: 5px;
  margin: 2px;
  width: 40px;
}