
  [v-cloak] { 
	display: none; 
  }
  
  h1 {
	width: 1000px;
	max-width: 90%;
	margin: 50px auto;
  }
  
  #posts {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
  }
  
  #posts .item {
	border-bottom: 1px solid #ddd;
    padding: 15px 0;
  }
  
  #posts .item h2 {
	color: #306095;
  }

  #posts .item img {
	width: 90%;
    margin: 0 auto;
    display: block;
  }

  #posts .item .read-more {
	color: #306095;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
  }
