.ppsy_container {
  padding: 30px;
  background: white;
  float: left;
  width: 100%;
  font-family : Raleway, Helvetica, Arial, sans-serif;
  font-size : 14px;
}

.ppsy_container hr {
  width: 100% !important;
  color : #357377;
  
}
.ppsy_container a {
  font-family : Raleway, Helvetica, Arial, sans-serif  !important;
  color: #357377;
  font-size : 14px;
  /*padding: 0 15px 0 15px;*/
  text-decoration-line: none !important;
}

.ppsy_container a:hover {
    color: #e84e1b;
}

.ppsy_container hr {
  width: 100% !important;
  border-bottom-width : 1px; 
}

.ppsy_detail {
  padding: 20px 0 20px 0;
  display: block;
  text-align: left;
  font-family : Raleway, Helvetica, Arial, sans-serif !important;
}

.ppsy_detail img {
  vertical-align: middle;
}
.ppsy_detail h1 {
  color: #357377;
  font-size : 24px;
  vertical-align: middle;
  padding: 15px 0;
}

.ppsy_detail h2 {
  color: #e84e1b;
  font-size : 16px;
  vertical-align: middle;
  padding: 15px 0;
}
.ppsy_detail p {
  color: #000000DE;;
  font-size : 14px !important;
  padding: 0 10px 0 10px;
  text-decoration-line: none !important;
}

.ppsy_detail ul {
  color: #000000DE;;
  font-size : 14px !important;
}

.ppsy_detail p a {
  color: #000000DE;
  padding: 0 15px 0 15px;
  text-decoration-line: none !important;
}
.ppsy_detail p a:hover {
  font-size : 14px;
  font-weight: bold;
  padding: 0 15px 0 15px;
  text-decoration-line: none !important;
}

a.capsule {
  font-family : 'Raleway', 'sand-serif';
  font-size : 12px;
  font-weight : 500;
  color : #e84e1b;
  box-sizing : border-box;
  border-radius : 4px;
  border-color : #e84e1b;
  border-width : 1px;
  border-style : solid;
  height : 25px;
  text-align : center;
  word-break : normal;
  margin : 4px;
  padding : 0px 8px;
  appearance : button;
  text-decoration-line: none !important;
  border

  
}