@charset "UTF-8";
/* CSS Document */

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

#accordion div { color:#666;
}
#accordion div .left {  margin:0; width:450px; height: 450px; text-align:justify; float:left;
}

#accordion div .right {  margin:0; width:450px; height: 450px; text-align:justify; float:right;
}
#accordion div .right img { padding:0px; margin:0px;
}
#accordion div .left p { padding:0px; margin:0px;
}