/* sarah add */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #291782;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: none;
  font-weight: normal;
}
/*francis 20181107 add*/
.jconfirm .jconfirm-box .jconfirm-title-c{
  color:#291782;
}
