table {
  width: 100% !important;
}

table.table-striped {
  border-color: transparent;
}

table.table-striped td {
  border-color: transparent;
}

.bs-callout-danger {
  
  border-left-color: #2d7436 !important;
}

[dir="rtl"] .bs-callout-danger {
  border-left-color: currentcolor !important;
  
  border-right-color: #2d7436 !important;
}

.bs-callout-warning {
  
  border-left-color: #dda710 !important;
}

[dir="rtl"] .bs-callout-warning {
  border-left-color: currentcolor !important;
  
  border-right-color: #dda710 !important;
}

.bs-callout-info {
  
  border-left-color: #858585 !important;
}

[dir="rtl"] .bs-callout-info {
  border-left-color: currentcolor !important;
  
  border-right-color: #858585 !important;
}

blockquote {
  
  border-left-color: #ddd;
  font-style: italic;
}

[dir="rtl"] blockquote {
  border-left-color: currentcolor;
  
  border-right-color: #ddd;
}

h2 {
  margin-bottom: 15px;
}

h6 {
  font-weight: 500;
}

.embedded-entity,
figure {
  margin: 20px 0;
}

.align-right {
  
  margin: 0 0 16px 16px;
}

[dir="rtl"] .align-right {
  
  margin: 0 16px 16px 0;
}

.align-left {
  
  margin: 0 16px 16px 0;
}

[dir="rtl"] .align-left {
  
  margin: 0 0 16px 16px;
}

@media (max-width: 480px) {
  .align-left,
  .align-right {
    margin: 0 0 30px 0;
    float: none;
  }
}

.vbp_color_03 .btn-primary {
  color: #3c3c3b;
  background-color: white;
  border: white;
  margin-top: 15px;
}

.vbp_color_03 .btn-primary:hover {
  color: #2d7436;
  background-color: #d9d9d9;
}

.large-text {
  font-size: 20px;
  line-height: 2;
}

