#info_window_content
{
    margin-top: 0.5em;
    overflow: hidden;
    white-space: nowrap;
    max-width: 500px;
}
.message_hidden
{
    display: none;
}
.message
{
    text-align: center;
    font-size: 43px;
    font-style: italic;
    color: #d3d3d3;
    margin: 3.5em;
}
