.twb-modal .modal-header{
	color:#ffffff;
}

.twb-modal-primary .modal-header{
	background-color:#3c8dbc;
}

.twb-modal-danger .modal-header{
	background-color:#dd4b39;
}

.twb-modal-wide .modal-dialog{
	width:80%;
	max-width:80%;
}

.twb-modal-warning .modal-header{
	background-color:#f39c12;
}

.twb-modal-success .modal-header{
	background-color:#00a65a;
}

@media screen and (max-width:600px){
  .twb-modal-wide .modal-dialog{
	  width:100% !important;
	  max-width:100% !important;
  }
}