body,div,h1,h2,p,ol,ul,li {
  margin: 0;
  padding: 0;
  border: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html, body {
  min-height: 100%;
}

body {
  min-width: 300px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #666;
  font: normal 100%/1.5 "Arial, Helvetica, sans-serif;
}

#hemail { display: none; } 

h1 {
  font-size: 2em;
  line-height: 1;
  color: #222;
  margin-bottom: .5em;
  float: left;
  width: 100%;
}

h2 {
  float: left;
  width: 100%;
  font-size: 1.5em;
  color: #222;
  margin: 1em 0 .5em;
}

p {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

p.intro {
  font-size: 1.25em;
  color: #555;
  font-weight: bold;
}

a {
  color: #f4f4f4;
  text-decoration: none;
}

a:active,a:hover {
  outline: 0;
}

.menu{
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 20%;
	min-width: 300px;
}

.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  padding: 15px;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  border-top-left-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0, .6);
  top: .8em;
  right: 0;
  bottom: 0;
  width: 80%;
  background: #ffffff;
}

.nav-collapse {
  position: absolute;
  width: 20%;
  top: 2em;
  left: 0;
}

.ui-listview li{
width: 800px;
}

.nav-collapse ul {
  display: block;
  width: 100%;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
    margin-right: -100px;
}

.nav-collapse a {
  color: #aaa;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  text-shadow: 0 -1px rgba(0,0,0, .5);
  border-bottom: 1px solid rgba(0,0,0, .2);
  border-top: 1px solid rgba(255,255,255, .1);
  display: block;
  padding: .6em 2em;
  width: 100%;
}
.nav-toggle { display: none }

@media screen and (max-width: 40em) {
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
}

  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }

  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 55px;
    float: right;
    display: block;
    margin: 0 -2em 1em 0;
  }
  .nav-toggle:before {
    color: #444; /* Edit this to change the icon color */
    font-family: "Arial, Helvetica, sans-serif";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    text-align: center;
    line-height: 65px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
  }
  .nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
  }

.main {
    box-shadow: none;
    padding: 0 5px 50px 5px;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main::-webkit-scrollbar { background-color: transparent; }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
	body {
		background-color: #333333;
		/*background-image: url("../asset/debut_dark_@2X.png");
		-webkit-background-size: 200px 200px;
		-moz-background-size: 200px 200px;
		-o-background-size: 200px 200px;
		background-size: 200px 200px;*/
	}
}

@media screen and (min-width: 76em) {
  .nav-collapse { width: 18em }
  .main { width: auto; left: 18em }
}
input[type=range] {
	width: 100%;
}
.time-slider input[type=number] {
    display: none; 
}
.time-slider .timeLabel{
    position: relative;
    top: -38px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 44px; height: 44px;
  background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
  border: 1px solid #bbb;
  -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
}
.container{
width: 100%;
}

#browser{
	display: block;
	width: 180px;
	overflow: hidden;
	margin: auto;
}
#center {
    display: block;
	min-width: 320px;
	width: 60%;
	margin: auto;
	text-align:center;
}

#contactcenter {
    display: block;
	min-width: 320px;
	width: 60%;
	margin: auto;
}

#submit {
    display: block;
	width: 280px;
	margin: auto;
	text-align:center;
	padding: 15px 0px 10px 0px;
}

#center label{
	font-size: 1.2em;
}
h1{
	font-size: 25px;
}
#cdo-label{
width: 250px;
}
#award{
	margin-left: 0px;
}
.awardtext{
	font-size: 25px;
}
.recommendtext{
	font-size: 20px;
}
.ui-slider-inner-label {
	font-size: 30px;
}
.cols{	
	width: 100%; 
	display: table;
    border-style: solid;
    border-bottom: 1px solid #e0e0e0;
	height: 55px;
}
.rows{
	display: table-row;
}

.lefttext{
	width: 100px;
	display: table-cell;
	vertical-align:middle;
	overflow:visible;
}
.righttext{
	display: table-cell;
    position: absolute;
    right: 10%;
	vertical-align:middle;
}
.rightslide{
	display: table-cell;
    position: absolute;
    right: 5%;
	width: 60%;
	vertical-align:middle;
}

.time-slider input[type=number] {
    display: none; 
}
.time-slider .timeLabel{
    position: relative;
    top: -38px;
}

.share img{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.share img:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#share {
    display: block;
	/*border-top: 1px solid #e0e0e0;*/
	padding: 20px 0px 20px 0px;
	width: 350px;
	margin: auto;
	text-align: center;
}
#share img{
	padding-right:5px;
}

#sharetext {
    font-size: 0.8em;
	color: #C0C0C0;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 350px;
	text-align:center;
}

.containing-element .ui-slider-switch { width: 9em }

small { 
    font-size: smaller;
}