.post_table {
    width: 100%;
    margin-top: 1.75em;
}
.post_table td:nth-child(2),  th:nth-child(2){
  text-align: right;
}
.post_table td:nth-child(1),  th:nth-child(1){
  text-align: left;
}
.post_table thead tr th{
    border-bottom: 0.15em solid black;
}
.post_table tr {
    height: 3em;
}
