.glossary {
	background-color: #fff3a5;
	cursor: pointer;
}

.definition {
	display: none;
    position: absolute;
    z-index: 1;
    width: 24em;
    background-color: #fff3a5;
    padding: 1em;
    margin-left: 1em;
    border: 2px solid #e4b536;
    text-align: left;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.answer {
	display: none;
    padding: 1em;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.aside {
    border: 2px solid #999;
    padding: 1em;
    width: 38%;
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}

.aside h3 {
    text-align: center;
}

.career_profile {
    border: 2px solid #999;
    margin: 1em auto;
    padding: 1em;
}

.career_profile h3 {
    margin-bottom: 1em;
}

.content-callout {
    clear: both;
}

.btn-mini-green:hover {
    color: #fff;
}

.copyright {
    color: #888;
    font-size: 0.916em;
    clear: both;
}

#nav-breadcrumb {
	width: 700px;
    white-space: nowrap;
    overflow: visible;
}

.cite {
	color: #6E6E6E;
    padding-left: 50%;
}

.sample_form {
    border: 1px solid #666;
    float: right;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.module_page_nav {
    clear:both;
    margin: 1em 0;
    overflow: hidden;
    width:100%;
}
.module_page_back { float:left; }
.module_page_next { float:right; }


/* Module 030 table styles */
.carbon_emissions, .co2_per_capita, .method_comparison {
	border-collapse: collapse;
    background-color: #d6eef3;
    margin: 1em 0;
}

.carbon_emissions th, .co2_per_capita th, .method_comparison th {
    font-weight: bold;
	text-align: center;
	background-color: #137096;
	color: #fff;
}

.carbon_emissions td, .carbon_emissions th, .co2_per_capita td, .co2_per_capita th, .method_comparison td, .method_comparison th {
    padding: .2em .8em;
    border: 1px solid #024361;
}

.co2_per_capita {
    caption-side: bottom;
}

.co2_per_capita caption {
    padding: .2em .8em;
    font-size: smaller;
}

/* module 055 */
.arctic_climate_system {
    margin-left: -60px;
}

/* Adjustments to right column menu */
.nav-secondary li { margin-bottom: .2em; }
.nav-secondary li a { padding-bottom: .2em; }

/* module 020 */
.giss_input li {
    background-image: none;
    margin-bottom: 0;
    padding-left: 0;
}

.giss_input ul {
    margin-bottom: 0;
    margin-top: 0;
}
