.contents {
  border-top: 1px dotted #c8c8c8;
  border-bottom: 1px dotted #c8c8c8;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: Gotham A, Gotham B, sans-serif;
}

.downloads {
  font-family: Gotham A, Gotham B, sans-serif;
  border-bottom: 1px dotted #c8c8c8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contents h4, .downloads h4 {
  font-weight: 600;
  font-size: 1em!important;
  font-family: Gotham A, Gotham B, sans-serif;
  margin-bottom: 0px;
}

.contents ul, .downloads ul {
  margin-top: 5px;
}

.contents li, .downloads li {
  margin-bottom: 2px;
}

.dropdown {
  display: inline-block;
}

.drop-select {
  font-family: Gotham A, Gotham B, sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  background-color: #666666;
  padding: 8px;
  margin-bottom: 0px;
  cursor: pointer;
  color: #ffffff;
}

.option-list {
	display: none;
        margin-top: 0px;
}

.option-list p {
	background-color: #e0e0e0;
	display: block;
	border-top: 1px solid #ffffff;
	padding: 8px;
        margin-top: 1px;
        margin-bottom: 0px!important;
        font-family: Gotham A, Gotham B, sans-serif;
        font-size: 0.9em;
        color: #000000;
        cursor: pointer;
}

.option-list p:hover {
	background-color: #aaaaaa;
}

.dropdown-arrow {
  font-size: 85%
}

.display-name {
        font-family: Gotham A, Gotham B, sans-serif;
        font-size: 1.8em!important;
        font-weight: 400;
        margin-top: 18px;
}


.category  {
  background-color: #555555;
  color: #ffffff;
}

.overall {
  background-color: #e0e0e0;
  color: #000000;
}

#map-key {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	height: 18px;
	}

#map-key td {
	border-top: 1px solid #ffffff;
	font-size: 0.7em;
	font-family: Gotham A, Gotham B, sans-serif;
	font-weight: 600;
	}

.tab:hover {
  background-color: #000000;
  color: #ffffff;
}

.first-map {
  display: block;
}

.other-maps {
  display: none;
}

.story-blurb {
  font-family: Gotham A, Gotham B, sans-serif;
  font-size: 0.8em;
  line-height: 1.4;
  border-top: 1px solid #aaaaaa;
  padding-top: 9px;
  margin-top: 24px;
  display: block;
}

.story-button {
  cursor: pointer;
  font-weight: bold;
  color: #006f9b;
}

.story-full {
	display: none;
}

.story-full h4 {
	font-size: 1.8em!important;
}

#state-dropdown {
  width: 250px;
}


#state-list {
  width: 250px;
}

.rank-name {
	font-family: Gotham A, Gotham B, sans-serif;
	font-size: 0.7em;
        font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	padding: 8px;
        width: 40%;
    vertical-align: middle;
}

.rank-number {
	font-family: Gotham A, Gotham B, sans-serif;
	font-weight: 500;
	padding: 8px;
         padding-right: 16px;
	text-align: right;
	font-size: 1em;
        width: 10%;
    vertical-align: middle;
}

.rank-bar {
	width: 50%;
}

.inner-table {
	width: 100%;
	min-height: 1.5em;
	}

#rank-graph {
	display: none;
}

#rank-graph table {
        border-collapse: collapse;
        margin-top: 6px;
}

#rank-graph td {
        border-top: 1px solid #ffffff;
        padding-top: 0px;
/*        min-height: 24px;*/
        height: 24px;
}

#rank-graph h3 {
        font-family: Gotham A, Gotham B, sans-serif;
        font-size: 1.2em;
        font-weight: 400;
}

.ua-ie #map-display svg {
    width: 959px;
    height: 593px;
    max-width: 100%;
}
