p {
  /*margin: 0 0 1.5em;*/
}
.readmore-container {
  max-width: 400px;
  margin: 0 auto;
}

.entry {
    position: relative;
    overflow: hidden;
    padding: 0 0 10em 0px;
  /*margin: 30px 0;*/
  /*background: #FFF;*/
  /*font-family: "Open Sans", sans-serif;*/
  /*box-shadow: 0 0 15px #999;*/
}

.entry-title,
.entry-title a {
  margin-top: 0;
  /*font-family: Oswald, sans-serif;*/
  color: #333;
  text-decoration: none;
}

.entry-title a:hover {
  color: #000 !important;
}

.more-link {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #f2f2f2;
    color: #000;
    text-align: center;
    /* text-transform: uppercase; */
    text-decoration: none;
    /* font-weight: bold; */
    /* box-shadow: 0 0 10px #000;*/
}

.more-link:hover {
    background: #f2f2f2;
    color: black;
}

.more-link:after {
    content: "\2193";
    margin-left: 8px;
    font-size: .8em;
}

.more-link.open:after {
    content: "\2191";
}
