html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    color: white;
    -ms-touch-action: none;
}

body {
    overflow: hidden;
    outline: none;
}

.responsive {
    max-width: 100%;
    max-height: 100%;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

canvas#canvas {
    display: none;
}

div#timer {
    text-align: center;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 90%;
    position: absolute;
    display: none;
    background-color: rgba(178, 0, 255, 0.3);
    color: white;
    border: 2px white solid;
    padding:2px;
}

div#close {
    z-index: 999;
    width: 11%;
    max-width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

div#more {
    z-index: 999;
    width: 11%;
    max-width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.interstitial {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 900;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

#chartslide {
    display: block;
    width: 100%;
    height: auto;
}

.center {
        width: 300px;
        height: 250px;
        background-color: white;

        position:absolute; /*it can be fixed too*/
        left:0; right:0;
        top:0; bottom:0;
        margin:auto;

        /*this to solve "the content will not be cut when the window is smaller than the content": */
        max-width:100%;
        max-height:100%;
        overflow:hidden;
}

/* This parent can be any width and height */
.block {
    text-align: center;
    white-space: nowrap;
}
 
/* The ghost, nudged to maintain perfect centering */
.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

/* The element to be centered, can also be of any width and height */ 
.centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.page {
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    position: fixed;
    overflow:auto;
}

.responsiveContainer img {
    border: 0px;
    max-width: 100%;
}

.box1 {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding:10px;
    text-align:center;
    font-weight:bold;
}

.box2 {
    background-color:#3aacff;
    color:white;
    padding:10px;
    border: 1px solid white;
}

.clear {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.button {
    cursor: pointer;
}

.topBox {
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px;
    left: 0;
    top: 0;
    background-color:#000000;
    overflow: hidden;
    text-align:left;
    font-size: 13px;
}

.topBox a {
    color: #43b0ff;
    text-decoration: none;
    outline:none;
}

.likeBox {
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px;
    left: 0;
    top: 0;
    background-color:white;
    overflow: hidden;
}

.box3 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 7px;
    left: 0;
    background-color:#98c132;
    text-align:center;
    font-size: 13px;
}

.box3 a {
    color: white;
    text-decoration:underline;
    outline:none;
}

.titleBox {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2px;
    background-color: rgba(0, 0, 0, 0.3);
}

#titleContent {
  display: inline-block;
  height:90px;
  overflow:hidden;
  min-width:400px;
}
#titleContent img {
    vertical-align: middle;
    border: 0px;
    max-width: 100%;
    max-height: 100%;
}
.playButton {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    font-size: 19px;
    padding:10px;
    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    border: 2px solid white;
    background-color:#ff6a00;
-webkit-box-shadow: 2px 4px 7px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 4px 7px -4px rgba(0,0,0,0.75);
box-shadow: 2px 4px 7px -4px rgba(0,0,0,0.75);
}

.playButton:hover {
    border: 3px solid #fff;
}

.shopBg {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 900;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

.shopTitle {
    margin:0 auto;
    text-align:center;
    color:#fff;
    border:2px solid #fff;
    width:70%;
    background-color:#98c132;
}

.shopButton {
    margin:0 auto;
    text-align:left;
    color:#fff;
    border:2px solid #fff;
    width:70%;
    background-color:#43b0ff;
    cursor:pointer;
    padding:3px;
}
