#table01 tr {
border-bottom: 1px solid #b5b1b1;
border-top: 1px solid #b5b1b1;
background-color:#ffffff;
}

#table01 th,
#table01 td {
  padding: 24px;
  border: none;
		font-size:120%;
}

#table01 th {
  width: 30%;
}
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}

article.post-standard .post_description {
    padding: 0 0 25px 10px;
}

.entry li {
    margin: 5px 0 0;
}