.information_box {
background-color: #d6d6d6;
}
.information_box_open, .information_box:hover {
background-color: #c7c7c7;
cursor: pointer;
}
.information_box:after {
content: '\002B';
color: #000000;
font-weight: bold;
float: right;
margin-left: 5px;
}
.information_box_open:after {
content: "\2212";
}
.information_box_content {
padding: 0px 10px 0px 10px;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #f1f1f1;
}
.information_box_content p {
font-size: 10px;
line-height: 12px;
}