* {
        margin: 0px;
        padding: 0px;
    }
    
h1 {
    margin:1em 1em;
    font-size: 2em;
    color:#333;

}

h2 {
    margin:1em 1em;
    font-size: 1.5em;
    color:#333;

}

#main-wrap {
    width: 96%;
    margin:1em;
}

.clearfix {
    zoom: 1;
}

#main-wrap #page-main.full {
    max-width: 969px;
    margin: 0 auto;
}

.page_title {
    padding: 20px 30px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.single-post-main{
    background: #fff;
    padding:2em;
}

.header-wrap{
    background: #0163a5;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}
.header-wrap{
    color: #fff;
    font-size: 2em;
    text-align: center;
    padding:1em 0;
}
table{
    width: 50%;
    border-collapse: collapse;
    margin:1em 1em;
  }
  
  table tr{
    border-bottom: solid 2px white;
  }
  
  table tr:last-child{
    border-bottom: none;
  }
  
  table th{
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #52c2d0;
    color: white;
    text-align: center;
    padding: 10px 0;
  }
  
  table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #52c2d0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  
  table td{
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
  }

  #footer2{
    background: #0163a5;
  }
  .footer_content{
    background: #0163a5;
    color: #fff;
    font-weight: bold;
  }

  #copyright{
    text-align: center;
  }


  @media (max-width: 767px) {
    table{
        width: 100%;
        border-collapse: collapse;
      }

}