.pvcolumn-container {
  margin-left: -6px;
  margin-right: -6px; }

.pvcolumn-content {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  width: 100%; }
  .pvcolumn-content:before, .pvcolumn-content:after {
    content: " ";
    display: table; }
  .pvcolumn-content:after {
    clear: both; }

.pvcolumn {
  word-wrap: break-word;
  padding: 0 6px;
  float: left; }

.pvspacer {
  width: 100%; }

.pvcomponent ul,
.pvcomponent ol {
    margin-bottom: 30px;
}
.pvcomponent ul li,
.pvcomponent ol li {
    line-height: 1.5;
    margin-bottom: 12px;
}

@media (max-width: 700px) {
  .pvcolumn {
    width: 100% !important;
    padding: 0; }

  .pvspacer {
    display: none; } }
.pvcomponent {
  margin-top: 5px;
  margin-bottom: 5px; }
  .pvcomponent > img {
    max-width: 100%; }

.pvcomponent img {
  max-width: 100%;
}

img.pvcomponent {
  width: 100%;
  max-width: 100%;
  display: block; }

.pviframe-wrapper {
  position: relative;
  padding-bottom:56.25%;
}

.pvembed-iframe {
  width: 100%;
  border: none; }

.pvvideo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-left: 0;
  margin-right: auto; }
  .pvvideo-wrapper iframe,
  .pvvideo-wrapper object,
  .pvvideo-wrapper embed,
  .pviframe-wrapper iframe,
  .pviframe-wrapper object,
  .pviframe-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .pvvideo-wrapper.pvalign-left {
    margin-left: 0;
    margin-right: auto; }
  .pvvideo-wrapper.pvalign-right {
    margin-left: auto;
    margin-right: 0; }
  .pvvideo-wrapper.pvalign-center {
    margin-left: auto;
    margin-right: auto; }

.pvdonation {
  text-align: center; }
  .pvdonation input[type=image] {
    max-width: 100%; }

/* Cutom Table
-------------------------------------------------- */
.pvcomponent {
  overflow-y: hidden;
}
.pvcomponent table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.pvcomponent table td,
.pvcomponent table th {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
}

[pv-ecommerce-product] table td,
[pv-ecommerce-product] table th {
  border: none !important;
}
