/*
Theme Name: NOTES VTH
Author: VTH
Author URI: https://vth.me
Template: integer
*/
.entry-title, .entry-meta-before-title {
  text-align: left;
  max-width: 702px; }

.entry-meta-before-title {
  text-align: left;
  display: block;
  max-width: 702px;
  margin: 0 auto 20px auto; }

.entry-author {
  display: none; }

.tags-list a {
  display: inline-block;
  padding: 5px;
  background: #EEE;
  font-size: 14px;
  color: #111;
  margin-right: 5px;
  text-shadow: none; }
  .tags-list a:hover {
    background-color: #CCC;
    color: #111; }

.post-categories {
  list-style: none;
  padding-left: 0; }
  .post-categories a {
    background: none;
    color: #AAA;
    font-size: 14px; }
    .post-categories a:hover {
      color: #AAA;
      text-decoration: underline; }

.edit a {
  background: none;
  color: #AAA;
  font-size: 12px;
  text-decoration: underline; }
