﻿@charset "utf-8";
/* CSS Document */

#glossary h2 {
    text-align: center;
}
/*#glossary .grid-33 {
	margin-top: 45px;
}*/
#acronyms {
    background: #d3e9ff;
    padding: /*5px 5px 5px 0*/ .5em .5em .5em 0;
}

    #acronyms ul {
        margin-left: /*30px*/ 1.25em;
    }

#glossary .glossaryTOC {
    background: #ededed;
    margin: 1em 0;
    padding: .5em;
    text-align: center;
}
/*#glossary p {
	margin: 0;
}*/
#glossary p strong {
    margin: 0;
}

    #glossary p strong a {
        font-weight: bold;
    }

    #glossary p strong em a {
        font-weight: bold;
        font-style: italic;
    }