﻿@charset "UTF-8";
/* CSS Document */

.tabs-fields {
	font-size: 18px;
	padding-left: 5px;
	border: thin solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}
.tabs-numbers {
	font-size: 13px;
	text-align: center;
	border: thin solid #999;
	background-color: #CCC;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: normal;
}

table {
	display: table;
	/*border-collapse: separate;*/
	border-spacing: 2px;
	border-color: #CCC;
	/*border-spacing: 10px 50px;*/
	margin: 40px;
}

input {
	border: 1px dotted #999;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
