#latest-drought-map img {
	margin: 0 auto;
	display: block;
	min-height: 250px;
	width: 85%;
}

#drought-tabs {
	margin-bottom: 30px
}

#drought-tabs li.active > a,
#drought-tabs li.active > a:focus,
#drought-tabs li.active > a:hover {
	/* color: #fff; */
	font-weight: bolder;
	border-bottom-width: 0px;
	/* background-color: #399; */
	background: -moz-linear-gradient(top, rgba(51,153,153,1) 0%, rgba(51,153,153,0.27) 73%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(51,153,153,1) 0%,rgba(51,153,153,0.27) 73%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(51,153,153,1) 0%,rgba(51,153,153,0.27) 73%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339999', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#drought-tabs a,
#drought-tabs a:visited {
	color: #000;
	text-decoration: none
}

#drought-tabs a:hover {
	color: #399
}

.content-div img.map {
	margin: 0 auto;
	display: block;
	width: 80%;
	min-height: 250px
}

.content-div .btn-download {
	width: 100%;
	margin: 0;
	background-color: #399;
	color: #fff;
	border: #399
}

.content-div .btn:hover {
	background-color: #008078;
	color: #fff
}

.content-div .btn:focus {
	outline: none;
	color: #fff
}

.content-div .border {
	border: 8px solid #d3d3d3;
	display: block;
	width: 100%
}

.content-div .border .container {
	margin: 0;
	padding: 0;
	width: 100%
}

.content-div .border .width {
	padding: 1px
}

.fade-in {
	transition: .5s ease;
	opacity: 0;
	top: 50%;
	/* position: absolute;

	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center; */
  }

.fade-out {
	opacity: 0.8;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
  
.card:hover .fade-out {
	opacity: 0.3;
	-webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
  	filter: blur(5px);
}
  
.card:hover .fade-in {
	opacity: 1;
}

#drought-map {
	height: 950px; /* 980px 620px */
	width: 90%; /* 960px 600px */
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #323232;
}

#drought-graph {
	height: 450px;
	width: 100%;
	margin: 0 auto;
}

#area-name {
	width: 960px;
	height: 30px;
	margin: auto;
	line-height: 30px;
	font-size: 16px;
}

#switch-control {
	background-color: #73182c;
	width: 130px;
	height: 40px;
	cursor: pointer;
	border: 2px solid #4e101f;
	border-radius: 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 14px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	transition: background-color 0.3s;
}
  
#switch-control:hover {
	background-color: #9c2d42;
	border-color: #a83a50;
}
  
#switch-control #switch-control-content {
	display: inline-flex;
	align-items: center;
}
  
#switch-control #switch-control-content i {
	margin-right: 8px;
}

#feedback-button {
	position: fixed;
	top: 50%;
	right: 0;
	background-color: #007BFF;
	color: #fff;
	transform: translateY(-50%);
	z-index: 1000;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 5;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: background-color 0.3s;
	
	/* Rotate text */
	writing-mode: vertical-lr;
	text-orientation: mixed;
}
  
#feedback-button:hover {
	background-color: #0056b3;
}

.irs--square {
	height: 40px;
}

.irs--square.irs-with-grid {
	height: 50px;
}
  
.irs--square .irs-line {
	top: 10px;
	height: 10px;
	background: linear-gradient(to right, #78c679, #c2e699, #fecc5c, #f03b20);
	border: 1px solid #a3adc1;
	border-bottom-width: 0;
	border-radius: 5px;
}
  
.irs--square .irs-bar {
	top: 10px;
	height: 10px;
	background-color: transparent;
	opacity: 0;
}
  
.irs--square .irs-handle {
	top: 6px;
	width: 18px;
	height: 18px;
	border: 2px solid #555;
}
  
.irs--square .irs-grid-text {
	color: black;
	font-size: 11px;
}