.pmpro_btn,
.pmpro_btn:link,
.pmpro_content_message a,
.pmpro_content_message a:link {
  background-color: #1571ba;
  background-image: none;
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.pmpro_content_message,
element.style {
  font-size: 18px;
  font-weight: 700;
}
.vw-header--right-menu .vw-menu-main .main-menu-link {
    padding: 10px 12px;
}
@media only screen and (max-width: 480px) {
  #myModal h3 {
    font-size: 25px;
  }
}

.vlp-link-image-container {
  float: left;
  width: 20%;
}

.vlp-link-text-container {
  float: left;
  width: 80%;
  text-align: left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .vlp-link-image-container {
    float: left;
    width: 100%;
    text-align: center;
  }

  .vlp-link-text-container {
    float: left;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

}


.vlp-link-summary {
  text-align: left;
}