/* Msg Box */
.waw-testimonials {
	font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.waw-testimonials strong {
	font-weight: 700;
}

/* Info Msg */
.waw-testimonials.waw-testimonials-info, 
.waw-testimonials.waw-testimonials-info * {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* Success Msg */
.waw-testimonials.waw-testimonials-success, 
.waw-testimonials.waw-testimonials-success * {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* Warning Msg */
.waw-testimonials.waw-testimonials-warning, 
.waw-testimonials.waw-testimonials-warning * {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* Danger Msg */
.waw-testimonials.waw-testimonials-danger, 
.waw-testimonials.waw-testimonials-danger * {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}