@font-face {
	font-family: "CenturyGothic";
	src: url("fonts/gothic-webfont.eot");
	src: local("â˜º"),
	url("fonts/gothic-webfont.woff") format("woff")
}


body { background-color: #2d2c28; }
#main { background-color: #2d2c28; color: white; font-family: 'CenturyGothic'; font-size: 14pt; width: 100%; }
#main a { color: #76a120; text-decoration: none; }

.panel { border: 0; }
.panel-default > .panel-heading { font-family: 'CenturyGothic'; background-color: #444041; text-align: center; }
.panel-title { font-size: 16pt; }
.panel-body .panel-title { font-size: 13pt; }

.panel-body { background-color: #2d2c28; }
.panel-default>.panel-heading+.panel-collapse>.panel-body { border: 0; }

#main .form-control { border-radius: 0; }

.glossary-definition { border-bottom: 0.2em solid black; margin-bottom: 15px; }
.glossary-definition-left h5 { font-size: 17pt; color: #dca700; }

.glossary-definition-gallery img { width: 100%; max-width: 300px; }
