body{
    background-image: url(../bg/HPG_Help.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
/* Menu style */
.wrapper{
    width: 100%;
}
.m-wrapper{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    border-style: solid;
    border-color:#0000ff;
    border-width: 5px;
    border-radius: 20px;
    min-width: 250px;
    max-width: 350px;
}
.button{
    border: 2px solid #0000FF;
    background-color: white;
    font-size: .9rem;
    color: black;
    text-decoration: none;
    transition: 500ms;
    padding: 2px 10px 2px 10px;
}
.btn{
    border-color: #0000FF;
    color: #000;
}
.btn:hover, btn:focus{
    background-color: #ffff00;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
}
/* Menu Button Styles */
.button-pm {
    border: 2px solid #0000FF;
    background-color: white;
    font-size: 1rem;
    color: black;
    width: 100px;
    height: 20px;
    vertical-align: middle;
    padding: 5px;
    text-decoration: none;
    transition: 500ms;
}
.btn-pm{
    width: 100px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    font-size: 1rem;
    border-color: #00ff00;
    color: #000;
}
.btn-pm:hover, btn:focus{
    text-align: center;
    background-color: #ff0000;
    border-width: 3px;
    border-radius: 20px;
    border-color: #1d10d3;
    color: #ffffff;
    font-weight: bold;
}
.fc {
    display: flex;
    justify-items: left;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 50%;
}
/* Main Style */
.c-wrapper{
    width: 80%;
    max-width: 1000px;
    background-color:white;
    border-style: solid;
    border-width: 5px;
    border-color: #0000FF;
    border-radius: 55px;
    padding: 20px 20px 40px 20px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 350px;
}
.center{
    text-align: center;
}
table, th, td {
    border: 3px solid #000000;
}
table {
    float:left;
    width:475px;
    border-collapse: collapse;
    margin-right:15px;
    margin-top:5px;
}
td {
    padding:5px;
}
td.cfd {
    text-align: center;
}
img.one {
    float: right;
    width: 50%;
    padding-top:5px;
    padding-left:5px;
}
img.two {
     float: left;
     width: 45%;
     padding-top:5px;
     padding-right:5px;
}
img.three {
     float: right;
     padding-top:5px;
     padding-right:5px;
     width:45%;
}
img.four {
    width:45%;
}
#pm{
    padding-top: 200px;
}
@media screen and (max-width: 600px){
    body {
    background: none;
    background-color: gray;
}
table {
    width: 300px;
    margin-right: 0%;
}
.c-wrapper {
    width: 85%;
    padding: 10px;
}img.one {
    width: 100%;
    padding: 3px 0 3px 0;
}
img.two {
     width: 100%;
     padding: 3px 0 3px 0;
}
img.three {
     padding: 3px 0 3px 0;
     width:100%;
}
img.four {
    width:100%;
    padding: 3px 0 3px 0;
}
}