
input[type="radio"] { display: none; }

input[type="radio"]:checked + section { display: block; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;

}

.containernews {
  position: relative;
  /* left: 50%; */
  margin-left: -230px;
  /* top: 50%; */
  /* margin-top: -75px; */
  width: 450px;
  height: auto;
}

.containernews section {
  display: none;
  height: 100%;
  padding: 15px;
  color: #000000;
  text-align: right;
}

.containernews section h1 {
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  font-size: 1em;
  color: #A51F1F;
}

.containernews section p {
  width: 75%;
  margin: 0 auto;
  padding: 10px;
}

.containernews section label {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  font-size: 1.5em;
  bottom: 0;
}

.containernews section label:nth-child(odd) { right: 120px; }

.containernews section label:nth-child(even) { left: 120px; }

.containernews section > i {
  font-size: 6em !important;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 500px) {
    .slide-out-div {
		display: none
    }
}