.ps-header{
    box-shadow: none;
    text-align: center;
    margin: 10px 0px;
    padding-bottom: 10px;
}
.ps-header .title hr{
    height: 3px;
    background-color: black;
}
.ps-content:last-child{
    padding-bottom: 50px;
}
.ps-content{
    font-size: 14.5px;
    margin: 20px 0px;
    border: none;
}
.ps-content h3{
    font-weight: bold;
}
.ps-content>section{
    margin: 15px 0px;
    margin-bottom: 40px;
}
.ps-content span.needBlod{
    font-weight: bold;
}
.ps-content section table tr{
    background-color: white;
    text-align: left;
}
.ps-content section table tr td,.ps-content section table tr th{
    padding-bottom: 30px;
}