@import 'lightbox.css';
/*
 * Styles -> Markers content formatting
 */
div#center_content h2 {
    margin-left: 10px;
}

div#center_content table {
    width: 90%;
    margin: 10px auto;
}

/*
div#center_content table.last {
    margin-bottom: 250px;
}
*/
div#center_content table td {
    vertical-align: top;
}

div#center_content table td em {
    font-style: italic;
    font-weight: bold;
}

div#center_content p.quick_links {
    padding-left: 60px;
}

div#center_content p.quick_links a {
    margin: 2px 8px;
    text-decoration: none;
}

div#center_content h2 {
    overflow: hidden;
}

div#center_content h2 a {
    padding-top: 50px;
}
/*
div#center_content h2.last a {
    padding-top: 175px;
}
*/
div#center_content table tr td p {
    overflow: hidden;
}

div#center_content table tr td p a {
    /*padding-top: 100px;*/
}
/*
div#center_content table.last tr td p a {
    padding-top: 175px;
}
*/
