You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.container {
|
|
width:100%;
|
|
border:1px solid #d3d3d3;
|
|
}
|
|
.container div {
|
|
width:100%;
|
|
}
|
|
.container .header {
|
|
background-color:#d3d3d3;
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
.container .content {
|
|
display: none;
|
|
padding : 5px;
|