
.block {
    color: #555;
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 25px;
    margin: 8px 0;
    font-size: 16px;
}

#articlePullRight .block {
    margin-bottom: 0!important;
    padding: 8px;
    background: #eee;
}

/*.block input[type='radio']:checked ~ .info{
  height: 130px;
  transition: .1s linear;
}

input[type='radio']{
  display: none;
}

label{
  width: 100%;
  margin-left: 15px;
  padding-right: 370px;
  cursor: pointer;
}*/

.block {
    background: #eee;
    color: #555;
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 25px;
    margin: 8px 0;
}

.block div {
    margin-top: 10px;
}
.block span {
  font-weight: bold;
}
.block div ul li {
    margin-bottom: 8px;
}
.block div ul {
    margin-bottom: 8px;
}
.block div p {
    margin-bottom: 8px;
}
.info{
  background: #fff;
  color: #222;
  width: 100%;
  height: 0;
  padding-left: 15px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  transition: .1s linear;
  margin-top: 0 !important;
} 