﻿
/* Omakisoft © 2015-26 */

@media screen
{
	html
	{
		font-size: 125%;
		overflow-y: scroll; 
	}
	
	body
	{
		background-color:#000;
		background-repeat: repeat;
		font-size: 50%;
	}
	
	*
	{
		border: 0 none;
		color: inherit;
		font-family: inherit;
		font-size: 0;
		font-style: inherit;
		outline: 0;
		padding: 0;
		margin: 0;
		vertical-align: baseline;
		-webkit-margin-before: 0;
		-webkit-margin-end: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0;
		-webkit-padding-before: 0;
		-webkit-padding-end: 0;
		-webkit-padding-after: 0;
		-webkit-padding-start: 0;
	}x

	a
	{
		text-decoration: none;
	}
		a:hover
		{
			text-decoration: none;
		}
	b
	{
		font-size: inherit;
	}
	div
	{
		box-sizing: border-box;
		font-size: 0;
	}

	table
	{
		border-collapse: collapse;
	}
	table thead
	{
		display: table-header-group;
	}
	table tbody
	{
		display: table-row-group;
	}

	input[type=text], input[type=password], input[type=submit], textarea, button
	{
		-webkit-appearence: none;
		-moz-appearence: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	input[type=text]::-ms-clear
	{
		display: none;
	}
}
