

/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}*/
* { touch-action: auto; }

html,body{font-size: 16px;}
.row_between{display: flex;flex-direction: row;justify-content:space-between;}
.row-end{display: flex;flex-direction: row;justify-content:flex-end;}
.block{color: #000000;}
.red{color: #dd524d;}
.theme_clock{color: #007aff;}
.margin-top-10{margin-top: 10px;}
.padding-top-10{padding-top: 10px;}
 .clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
