h1 { font-size: 2em; }

.hide { display: none; }

sup { font-size: 0.8em !important; }

.center { margin-bottom: 1em; }

.event-note {
  padding:    0 !important;
  margin:     0 !important;
  font-size:  0.8em !important;
  font-style: italic;
}

/*
 * Adaptive Overflow
 */
.adaptiveOverflow{
	overflow-y: hidden;
  overflow-x: scroll;
  padding-bottom: 10px;
}

/*
 * CPI Toggle buttons
 */
ul.cpi-toggle {
	text-align:       right;
	margin:           0.5em 0 !important;
	padding:          0 !important;
	font-size:        0.8em;
}

ul.cpi-toggle li {
	display:          inline;
	margin:           0 -2px 0 -2px !important;
	padding:          0.2em 0.5em !important;
	list-style-type:  none;
	cursor:           default;
	border:           solid 1px #ccc;
	background-color: #fefefe;
}

ul.cpi-toggle li.link {
	cursor:           pointer;
	color:            rgb(0, 87, 165);
	background-color: #E5EBF0;
	border:           solid 1px #eee;
}

/*
 * Forms
 */
form.select-form { font-size: 0.8em; margin-bottom: 1em; }
form.select-form select { margin-right: 5px; }

button { cursor: pointer; }

.disaster-cb-row {
	white-space:   nowrap;
	margin-bottom: 0.7em;
}

.disaster-cb {
	padding: 1px 3px;
	border:  1px solid #aaa;
}

form .fl {
	text-align: left;
}

form .checkboxes {
	width: 18%;
}

form .buttons {
	text-align: right;
}

form .pn { display: inline-block; height: 30px; }

form #update-div {
	margin-top: 1em;
}

#pdf-link { padding-top: 1em; }

label {
	font-weight: normal;
	display:     inline-block;
}

#years-select label { width: 70px; }

.year-select { margin-bottom: 0.25em; }

/*
 * Tables
 */
table { font-size: 0.8em; margin-top: 1em; }

caption {
	font-size:     1.25em !important;
	margin-bottom: 0.25em;
}

table td { text-align: right; }

th { background: #444; }

th.sort {
	cursor:              pointer;
	font-weight:         bold;
	background-image:    url('/cmb-lib/cmb-templates/images/sort-lt.gif');
	background-repeat:   no-repeat;
	background-position: center left;
	padding-left:        20px !important;
	margin-left:         -1px !important;
}

th.headerSortDown {
	background-image: url('/cmb-lib/cmb-templates/images/desc-lt.gif');
}

th.headerSortUp {
	background-image: url('/cmb-lib/cmb-templates/images/asc-lt.gif');
}

.ind {
	display:        inline-block;
	width:          10px;
	height:         10px;
	line-height:    10px;
	vertical-align: middle;
	margin:         0 5px 0 0;
	border:         1px solid #ccc;
}

.drought-ind          { background-color: #cc9900; }
.flooding-ind         { background-color: #0a47cc; }
.freeze-ind           { background-color: #0099cc; }
.severe-storm-ind     { background-color: #00bb33; }
.tropical-cyclone-ind { background-color: #ffd147; }
.wildfire-ind         { background-color: #ff810a; }
.winter-storm-ind     { background-color: #9900cc; }