/*** Max CSS Reset Version 0.0.2 ***/
html,body{margin:0;padding:0;border:0;}
*,*::before,*::after{margin:0;padding:0;border:0;}
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/* *:where(:not(iframe,canvas,img,svg,video):not(svg *)){all:unset;display:revert;}*/

/*h1{font-size:3em !important;} h2{font-size:2em !important;}
h3{font-size:2em !important;} h4{font-size:1.75em !important;}
h5{font-size:1.25em !important;} h6{font-size:1em !important;}*/

a{text-decoration:none;cursor:pointer !important;}
b,strong{font-weight:bold !important;}
p{line-height:2.5em;text-align:justify;}

hr{display:block; unicode-bidi:isolate; overflow:hidden;
	margin-block-start:0.5em; margin-block-end:0.5em;
	margin-inline-start:auto; margin-inline-end:auto;
	border:none; border-bottom:1px solid #cfcfcf;
}

ul{list-style-type:auto;} ol{list-style-type:auto;}

input,textarea,button,select,optgroup,option{font:inherit;}

.row{content:"";clear:both;}
