
.comparator_section {
	width: 800px;
	padding: 5px;
	text-align: right;
	margin: 0 auto;
}

.comparator_box {
	border: 2px solid black;
	width: 800px;
	margin-top: 5px;
	padding-top: 5px;
	border-radius: 3px;
	text-align: center;
}

.comparator_title {
	color: black;
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.comparator_button {
    background-color: white;
    color: black;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	margin: 2px 2%;
	cursor: pointer;
	width: 29%;
	border: 2px solid black;
	position: relative;
	box-shadow: 2px 2px 3px grey;
	border-radius: 3px;
}

.comparator_button_active {
    background-color: lime !important;
}

.comparator_button_box {
    text-align: center;
}


.animated_comparator {
	animation-name: border-ease;
	animation-duration: 0.6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
	position: absolute;
	left: 5px;
	vertical-align: middle;
}

.inanimate_comparator {
	position: absolute;
	left: 5px;
	vertical-align: middle;
	color: lightgrey;
}

.playing_label {
	position: absolute;
	left: 6px;
	top: 3px;
	text-shadow: 1px 1px 2px white;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@keyframes border-ease {
  0% {color: black;}
  100% {color: darkgrey;}
}


.input_box {
	width: 4em;
}

.progress_border {
	display: inline-block;
    position: relative;
    width: 760px;
    height: 200px;
	border: 1px solid black;
	margin: 5px;
	background-color: transparent;
}

.progress_bar_bar {
    position: absolute;
    width: 0px;
    height: 100%;
	left: 0px;
    background-color: transparent;
	border-right: 2px solid orangered;
}

.progress_wave_bar {
    position: absolute;
    width: 100%;
    height: 100%;
	left: 0px;

    // Backwards compatibility for smaller images.
    background-repeat: round;
}

.wave_bar_animate_out {
	animation-name: wave_bar-fade_out;
	animation-duration: 0.4s;
	animation-iteration-count: 1;  
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}


.wave_bar_animate_in {
	animation-name: wave_bar-fade_in;
	animation-duration: 0.1s;
	animation-iteration-count: 1;  
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}


@keyframes wave_bar-fade_in {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes wave_bar-fade_out {
  0% {opacity: 1;}
  100% {opacity: 0;}
}




.loop_bar {
	position: absolute;
    width: 0px;
    height: 100%;
	left: 0px;
	background-color: transparent;
	border-left: 2px solid blue;
	border-right: 2px solid blue;
	border-radius: 15px;
}

.loop_bar_active {
	background-color: rgba(255, 0, 0, 0.2) !important;
}

.key_label {
	position: absolute;
	top: 86px;
	left: 5px;
	font-size: 10px;
	color: grey;
	font-shadow: 0px 0px 2px white;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.stop_button {
	position: relative;
	float: right;
	display: inline-block;
	color: red;
	font-size: 15px;
	background: red;
	height: 20px;
	width: 20px;
	top: 170px;
	margin-right: 10px;
	border: 1px solid black;
	animation-name: stop-ease;
	animation-duration: 0.6s;
    animation-iteration-count: infinite;
	animation-direction: alternate;
	box-shadow: 2px 2px 5px white;

}

@keyframes stop-ease {
  0% {background: red;}
  100% {background: rgb(255,150,150);}
}

.jump_box {
	width: 614px;
	text-align: left;
	margin: 0px 0px;
	padding: 5px 0px;
	padding-left: 8px;
	border-top: 1px solid black;
}

.jump_button {
	width: 147px;
	margin-right: 5px;
	background-color: white;
    color: black;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	margin: 2px 2px;
	cursor: pointer;
	border: 1px solid black;
	position: relative;
	box-shadow: 1px 1px 2px grey;
	border-radius: 1px;
}

.loop_box {
	width: 792;
	text-align: left;
	margin: 0px 0px;
	padding: 5px 0px;
	padding-left: 8px;
	vertical-align: middle;
	border-top: 1px solid black;
}

.loop_button {
	width: 75px;
	margin-right: 5px;
	background-color: white;
    color: black;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	margin: 2px 2px;
	cursor: pointer;
	border: 1px solid black;
	position: relative;
	box-shadow: 1px 1px 2px grey;
	border-radius: 1px;
}

.loop_button_active {
	background-color: lime !important;
}

.loop_toggle_button {
	color: black;
}

.loop_label {
	display: inline-block;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 14px !important;
	margin: 0px 5px;
}

.loop_label_box {
	padding-left: 1em;
	display: inline-block;
    float: right;
}

@keyframes loop_flash {
  0% {background: red}
  100% {background: white;}
}

.loop_flash {
	animation-name: loop_flash;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.cycle_box {
	width: 100%;
	text-align: center;
	padding-left: 5px;
	margin-bottom: 5px;
}

.cycle_button {
	float: left;
	width: 150px;
	background-color: lightgrey;
    color: black;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
	margin: 2px 5px;
	margin-right: 7px;
	cursor: pointer;
	border: 2px solid black;
	position: relative;
	box-shadow: 1px 1px 2px grey;
	border-radius: 1px;
}

.cycle_button_active {
	background-color: white !important;
}
.cycle_border {
	display: inline-block;
    position: relative;
    width: 291px;
    height: 1em;
    background-color: lightgrey;
	border: 1px solid black;
	vertical-align: middle;
	margin: 4px;

}
.cycle_bar {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: blue;
	border-right: 2px solid black;
	top: 0px;
	left: 0px;
}


