#info-bumper {
    z-index: 12;
    padding: 20px 33px 10px 40px; 
    top: 110px; 
    height: 30px; 
    line-height: 0px; 
    position: relative;
    font-family:"LucidaGrande","Lucida Grande","Lucida Sans Unicode",sans-serif;
}

/*  [m2vh] toggle between 
    .default and .hover
    in JavaScript NOT necessary.
*/


#info-bumper button.hover {
    background-color: rgba(169, 169, 169, 1);
    color: rgba(67,67,67, 1);
}

#info-bumper button.default{
        background-color: rgba(169, 169, 169, 0.2);
    color: rgba(186, 244, 182, 1);

}


#info-bumper button {
    z-index:12;
    -webkit-border-radius: 8px;
/*
    border: 2px;
*/
    width: 100%;
    height: 30px;
    display:block;
    /*opacity:0.2;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 16px;

    background-color: rgba(169, 169, 169, 0.2);
    color: rgba(186, 244, 182, 1);

}


#info-text {
    font-family: "LucidaGrande","Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size: 16px;
    color:whitesmoke;

     position: relative;
     padding: 20px 33px 10px 40px; 
     top: 80px; 
     height: auto; 
     line-height: 20px; 
     display: none; 

}

#info-spacer {
    position: absolute;

    height: 0px;
    line-height: 0px;

}

#id1 {
    position: relative;
}

#footer_layer {
    margin-top: 30px;
    height:auto;

}

.paragraph_style, .paragraph_style_1 {

    font-size: 13px;
    line-height: 20px;
}

