/* CSS Document */
.tip_up{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;  /* left arrow slant */
	border-right: 10px solid transparent; /* right arrow slant */
	border-bottom: 10px solid #2f2f2f; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
}

h3{
	color:#999;
}

.bounds{
	 max-width:1224px;
	 margin-left:auto;
	 margin-right:auto;
}
.btn_:hover{
	color:#FF0;
}
.toggle{background-color:#4F0506; color:white;}
.btn_:active{
background-color:grey;
}
.tip {
	background: #0076B4;
	border: 1px solid #ccc;
	padding: 10px;
/*	border-radius: 8px;*/
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	/*position: relative;
	width: 200px;*/
	color:white;
}

.px:hover{colo:white;}

.link_2{
	color: grey;
	background-color:#4F0506;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
/*background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); *//* IE6-9 */
}
.link_2:hover{
	color:#4F0506;
	}
.link_2:active{
background-color:grey;
}
.box_2 {
	color:white;
   background-color:#0076B4;
      position:absolute; font-size:10px;
      text-align:left;
      
      text-align:justify;
      padding: 10px;
}

.box {
	display:none; font: color:grey;
   background-color:#0076B4;
      position:absolute; font-size:10px;
      text-align:left;
	  min-width:70px;
      
      text-align:justify;
      padding: 10px;
}

/* arrows - :before and :after */
.tip:before {
	position: absolute;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid #eee;
	border-bottom: 7px solid transparent;
	border-right-color: rgba(0, 0, 0, 0.2);
	left: 14px;
	top: 20px;
	content: '';
}

.tip:after {
	position: absolute;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #eee;
	border-bottom: 6px solid transparent;
	left: 12px;
	top: 21px;
	content: '';
}