/**
 * 2008 - 2017 (c) Prestaboost
 *
 * MODULE PrestaBoost
 *
 * @author    Prestaboost
 * @copyright Copyright (c) permanent, Prestaboost
 * @license   Commercial
 * @version    4.0.5
 */

.prestaboost-content .modal-dialog {max-width: 100%;}
.prestaboost-content .modal-dialog img, .prestaboost-content .modal-dialog textarea, .prestaboost-content .modal-dialog input,.prestaboost-content .modal-dialog iframe,.prestaboost-content .modal-dialog object,.prestaboost-content .modal-dialog embed,.prestaboost-content .modal-dialog video {
   max-width: 100%;
 }
.prestaboost-content .modal-content {
	color: #000;
	max-width: 100%;
	box-shadow: 0 0 0;
}
.prestaboost-content .modal-header, .modal-footer { border: #B8FF00;}
.prestaboost-content .modal-content .btn-default {
	color: rgba(255,255,255,1.00);
}
.prestaboost-content .modal-body {
	overflow-y : auto;
	max-width: 100%;
}
.prestaboost-content hr {
	margin-top: 4px;
	margin-bottom: 4px;
}

.prestaboost-content .block_newsletter {
  display: inline-block;
  margin-top: 10px;
}
