body{
	font-family: "Titillium Web";
	margin:0;
	background: #292929;
	color: #fafafa;
}
h2{
	font-size: 28px;
}
.outer-center {
	margin-top: 30px;
    float: right;
    right: 50%;
    position: relative;
}
.inner-center {
    float: right;
    right: -50%;
    position: relative;
}
.clear {
    clear: both;
}
.segment{
	display: inline-block;
	padding: 8px 12px;
	background: #fafafa;
	font-size: 23px;
	margin: 0;
	cursor: pointer;
}
.segment:hover{
	background: #778899;
}
a{
	text-decoration: none;
	color: #778899;
}
a:hover{
	color: #99AABB;
}
.hide{
	display: none;
}
#status{
	width: 450px;
}
#dropArea {
    background-color: #DDDDDD;
    border: 3px dashed #000000;
    font-size: 48px;
    font-weight: bold;
    margin: 20px auto;
    width: 400px;
    padding: 20px;
    text-align: center;
}
#dropArea.hover {
    background-color: #CCCCCC;
}
#dropArea.uploading {
    background: #666;
}
.user_alert{
	top:0;
	background: rgba(0,0,0,0.9);
	height: 100%;
	position: fixed;
	color: #fafafa;
	font-size: 18px;
	padding: 25px 100px 25px 100px;
	z-index: 999;
}
.button{
	background: rgb(0, 194, 255);
	color: white;
	padding: 5px 9px;
	display: inline-block;
	opacity: 0.7;
	cursor: pointer;
}
.choose_5{
	top: -20px;
	right: -70px;
	position: absolute;
}
.button:hover{
	opacity: 0.9;
}
.survey_code{
	word-wrap: break-word;
}
#data_code{
	color: #292929;
}
input[type=checkbox]{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}
/*Variable segments*/
.seg_part{
	display: inline-block;
	cursor: pointer;
	height: 40px;
}
.seg_part:hover{
	opacity: 0.7;
	background-image: url('resources/play_btn.png');
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
.seg_bar{
	width: 450px;
}
.sound_title{
	margin-top:6px;
	line-height: 18px;
	margin-bottom: 2px;
	color: #CCC;
	font-size: 14px;
}
.ckbox{
	position: absolute;
	margin-right: -60px;
	margin-top: 10px;
	margin-left: 20px;
}
#seg_area{
	margin: 0 auto;
	width: 450px;
}
.sel{
	opacity: 0.5;
	background-image: url('resources/pause_btn.png');
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
.sel:hover{
	background-image: url('resources/pause_btn.png');
}
.seg_indicator{
	position: absolute;
	height: 40px;
	width: 3px;
	background: #CC0000;
}

.seg_indicator_gray{
  position: absolute;
  height: 40px;
  width: 3px;
  background: #CC0000;
  display: none;
}

