#toc { text-align: right; }
ul#toc li.selected:hover { text-decoration: none !important; background-color: transparent !important; }

/*
 * Form
 */
#graph-form { line-height: 2.5em; }

#graph-form aside { width: 330px !important; line-height: 1.75em; font-size: 0.9em; }

#graph-form aside hr { margin-top: 1em; }

#graph-form #required label { display: inline-block; width: 100px; line-height: 1em; }

#graph-form #required select { width: 290px !important; }

#graph-form select { background-color: #fff; }
#graph-form select:disabled { background-color: #ddd; }

#graph-form option.title { font-weight: bold; }

#submit-div { text-align: center; margin: 0.5em 0; }

/*
 * Table of Values
 */

#values td { text-align: right; }

.info {
	border:           solid 1px #0057a5;
	background-color: #f0f8fe;
	border-radius:    7px;
	padding:          1px 5px !important;
}

#cities-list { font-size: 0.8em; margin-top: 0; }

.ushcn { background-color: rgb(0, 87, 165) !important; color: #fff; }

.ushcn a { color: #afdef6; }

.id { text-align: left; }

.date { text-align: right; }

#cities-menu { text-align: left; }

#cities-menu li { cursor: pointer; color: #0057a5; }

#cities-menu li:hover { text-decoration: underline; }

#cities-menu li.selected {
	color:           #000;
	cursor:          default;
	text-decoration: none !important;
}

#us-ts-canvas{
  width:               750px;
  min-height:          400px;
  background-position: 367px 66px;
  background-repeat:   no-repeat;
  background-image:    url('/shared/v1/images/noaa_loader.gif');
}
