/* Customize */

/* sz */
.instructions ul li { 
  margin-left: 50px;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  font-weight: bolder;

}

input[type=submit], input[type=button] {
  background-color:#007ac8 ;
  color: #fff;
  margin:0 25px;
  border-radius: 15px;
}
input[type=submit]:hover, input[type=button]:hover {
  background-color:#003f87 ;
  cursor: pointer;
}


#logo-fix {
  margin-bottom: 0px;
}
/* sz */



.western-quick-links {
  padding-top: 30px;
}

.western-search {
  padding-top: 30px;
}

iframe {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
}

.lab2{
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
}

.key_hold_1 {
  position:absolute;
  background-color: #d3d3d3;
  width:170px;
  height:32px;
  font-size: 20px;
  text-align: left;
  line-height: 29px;
}

.key_hold_2 {
  position:absolute;
  background-color: #d3d3d3;
  width:177px;
  height:32px;
  font-size:26px;
  text-align: left;
}

.key_hold_3 {
  position:absolute;
  background-color: #d3d3d3;
  width:600px;
  height:35px;
  font-size:22px;

  /* Rotational Transforms for all the different browsers */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.key_item {
  cursor:pointer;
  position:relative;
  z-index:1;
  font-size: 14px;
  font-weight: bold;
  margin: auto auto;
  display: table;
  padding: 3px;
  width: auto;
}


/* Your site's banner image */
header[role="banner"] {
	background-image:url('../customize/timescale-header.jpg');
}

/* Uncomment the following to remove the text on top of the site's banner image */
	/*
	@media (min-width: 750px) {
		header[role="banner"] .site-name {
			position:static;
			right:0;
			bottom:0;
			max-height:70px;
			max-width:1020px;
		}
		.site-name div {
			font: 0/0 a;
			text-shadow: none;
			color: transparent;
			width:100%;
			height:100%;
		}
	}
	*/

/* Uncomment the following to change the background color and/or text color of the Media Stream captions */
	/*
	.module-media-stream figcaption {
		background-color:#006b3f;
		color:#fff;
	}

	.module-media-stream figcaption:before {
		border-color:#006b3f transparent;
	}
	*/

/* Uncomment the following line to remove all arrows on Media Stream captions */
	/*
	.module-media-stream figcaption:before {
		border:none;
	}
	*/
