/* Expander */
.expander
{
    display: block;
    }
.container 
{
margin:5px 0px 0px 0px;
position: relative;
background-color: LightGray;
width:96%;
z-index: initial;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.inside 
{
padding:20px 5px 20px 5px;
position: absolute;
min-height:50px;
background-color: rgba(0, 0, 255, 0.45);
color: White;
width: 92%;
left: 4%;
z-index: 1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}