@charset "utf-8";

:focus {
   outline: 0;
}

body {
	line-height: 1;
	color: rgba(0,0,0,1);
   /*background: white;*/
}

ol,
ul {
   list-style: none;
}

table {
   border-collapse: separate;
   border-spacing: 0;
}

caption,
th,
td {
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: rgba(0,0,0,1);
}
