body
{
    font-family:Arial, Helvetica, sans-serif
}
.expand-div
{
    display:block;
    box-sizing: border-box;
    width:100%;
    height:60px;
}

.expanded
{
    display:block;
    box-sizing: border-box;
    width:100%;
    
    height:300px;
}

.ed-head
{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    height:60px;
    padding:0px 10px 0px 15px;
}
.construction-head
{
    background:orange;
    border:2px dashed black;  
}
.construction
{
    background:orange;
}

.ed-body
{
    height:200px;
}
.red
{
    background:red;

}

.collapse-button
{
    display:block;
    float:right;
    position:relative;
    top:-10px;
    font-family:monospace;
    font-size:30px;
    font-weight:bold;
    margin-right:10px;
    margin-top:0px;
}

.collapse-button:hover
{
    
    cursor:pointer;
}