.dropdown-select select { width: 125px; }

div#events-div {
  overflow:            auto;
  overflow-y:          hidden;
  min-height:          100px;
  background-position: 342px 34px;
  background-repeat:   no-repeat;
  background-image:    url('/shared/v1/images/noaa_loader.gif');
}

div.noevents {
	min-height:       100px;
	background-color: #fff;
	padding-top:      25px;
}

table.events-table {
  width: 99%;
}

table.events-table caption {
  background-color: #fff;
  margin-bottom:    0;
  line-height:      1.45em;
}

table.events-table tr:nth-child(odd) { background-color: #fff; }

table.events-table td.event-name {
	vertical-align: top;
	text-align:     left;
}

div.name,
div.name a { font-weight: bold; }

div.name sup { font-weight: normal; padding-left: 2px; }

div.dates { font-style:  italic; }

table.events-table td.date { white-space: nowrap; }

table.events-table td.details {
	text-align: left;
	font-size:  0.9em;
}

td.cost { white-space: nowrap; }

th.sort { font-weight: normal; }
