/****Handbook Contents Pages****/

/* Styles the page titles in h2 */
#region-main h2 {
        color: #fff;
        font-size: 2.3em;
        font-weight: bold;
        text-align:center;
        padding-right: 0!important;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #077788;

}

/* Styles the section h3 headers within the page */
.sed_h3 {
        margin-top: 0px;
	width: 100%;
	text-align: center;
}

/* Ensures links remain blue text */
a.autolink {
        background-color: #f4f5f5!important;
        margin-bottom: 0;
        padding-bottom: 0;
}


/****Glossary Main Index Page****/

/* Increases size of the letter-by-letter headers */
.glossarycategoryheader h3{
	font-size: 1.9em!important;
        font-weight: bold!important;
}

/* Hides the Glossary description field -- disable
#intro{
	border-left: 0!important;
	padding-left: 0!important;
	margin-left: 0!important;
}
*/


/*****Footer*****/

.sed-footer {
        clear: both;
        background: #585858;
        color: white;
	padding: 1%;
}

.sed-footerh4 {
	font-size: 1.2em;
	font-weight: bold;
}

.sed-footer a{
	color: #EBF5FF;
}




/****Glossary Entries****/

/* Styles the entry header on each page */
.dictionary h4{
        font-size: 1.6em!important;
        font-weight: bold!important;
        margin-top: -2%!important;
        margin-bottom: 3%;
        background-color: #077788;
        color: #fff!important;
        padding: 10px!important;
        text-align: center;

}

/* Sets the size of the main paragraph text */	
.no-overflow{
	font-size: 1.1em;
}

/* Draws heavy black line at the foot of the entry content */
.dictionary{
	border-bottom: 4px solid!important;
}

/* hides the "browse by..." buttons at the top of the glossary*/
.glossarydisplay .nav-tabs {
	display: none;
}

/* Presumably intended to hide a "last modified" feature annotated to glossary entries? -- disable for now
.modified {
        display: none;
}
*/

/* Hides boilerplate text reading "Browse the Glossary using this index" */
.glossaryexplain {
        display: none;
}

/* Colour of links to other handbook entries */
.entry .no-overflow a {
	color: blue;
}


/*****Tables******/

/* Improves the appearance of tabular content in Handbooks */

.dictionary td {
	border: 1px solid black;
}

.entry {
        border: none!important;
}

