body
	{
		margin:	auto;
		padding:	0px;
		overflow:	auto;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
	}
.body
	{
	text-align: center;
	}
a
	{
		font-style:	normal;
		text-decoration: none;
	}
a:visited, a:active
	{
		text-decoration: none;
	}
a:hover
	{
		text-decoration: underline;
	}
p.sale
	{
	border: 1px solid;
	border-color: red;
	padding: 10px;
	color: black;
	background: white;
	}
h1 
	{
	margin: 4px 0 0 0;
	padding: 5px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	white-space: nowrap;
}
#page
	{
	max-width: 760px;
	min-width: 370px;
	margin: auto;
	}
#header
	{
		
	}
#top_menu
	{
	text-align:	left;			
	height: 		25px;
	}
#bottom_menu
	{
	text-align:	left;			
	height: 		21px;
	border-bottom:	5px solid;
	}

.menus 
	{
	font-size: 14px;
	}
.menus ul 
	{
	margin: 0;
	list-style: none;
	padding: 0;
	}
.menus li 
	{
	margin: 0;
	display: inline;
	}
.menus a, .menus a:visited, .menus a:hover, .menus a:active
	{
	text-decoration: none;		
	font-weight: normal;
	}
.menus a 
	{
	display: block;
	padding: 2px 8px;
	height: 14px;
	margin: 1px 0px;
	float: left;
	}
.menus a:visited 
	{
	}
.menus a:hover 
	{
	border: 1px solid;
	padding: 2px 8px;
	}
.menus a:active 
	{
	border: 1px solid;
	padding: 2px 6px 0px 8px;
	}
	
/* Flex */	

div.first_row
	{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 1em;
	}
div.calc_text
	{
	flex-shrink: 1;
	}
div.div_calc
	{
	flex-shrink: 0;	
	order: -1;
	}

/* end Flex */
div.body
	{
	text-align: left;	
	}
div.left
	{
	display: inline-block;
	text-align: left;
	}

.info_pre
	{
	font-size: 0.9em;	
	}
	
table.calc
	{
	font-size: 12px;
	color:	Black;
	margin: 10px;
	border: 1px solid;
	padding-bottom: 10px;
	}
td.left
	{
	padding: 8px 5px 0px 10px;
	vertical-align:	bottom;
	}
td.right
	{
		vertical-align:	bottom;
	}
	
.title
	{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 1px;
}
h2.element {
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	font-weight: normal;
	padding: 0px 0px;
	margin: 2px 2px;
	display: inline;
}
.red_text {
	
}
.amber_text {
	
}
.green_text {
	
}
#subnet_bitmap {
	padding: 2px;
	margin-top: 2px;
	border-right: 2px solid; 
	border-top:2px solid;
	border-left: 2px solid;
	border-bottom:2px solid;
	width: 285px;
}
#ip_addr,
#wildcard_mask, #first_address, #last_address,
#subnet_mask, #subnet_bits, #mask_bits, #max_subnets, #max_hosts,
#cidr_mask_bits, #supernet_mask, #max_supernets, #max_addresses,
#cidr_netmask, #cidr_mask_bits, #cidr_max_subnets, 
#oct_range, #hex_addr, #inverted_mask, #subnet_id, #broadcast_addr,
#cidr_network, #net_cidr_notation
{
	width: 130px;
	margin-top: 2px;
}
#class_a, #class_b, #class_c
{
	margin-top: 4px;
	margin-bottom: 6px;
}
#host_range, #cidr_addr_range
{
	margin-top: 2px;
	width: 285px;
}
#ip_oct_1, #ip_oct_2, #ip_oct_3, #ip_oct_4
{
	width: 35px;
}
.calc-input
	{
	
	}
.calc-output
	{
	text-align: center;
	}
	
#calc_text
	{
		margin:	5px;
		float:	right;
		width:	345px;
		text-align: left;

	}
.first_paragraph
	{
	margin: 10px 0px 0px 0px; /* Netscape only */
}

.h2_info
	{
	font-size: 1em;
	}
.info_h1 h1
	{
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	letter-spacing: 0;
	font: normal 12px;
	text-transform:	none;
	height: 25px;
	vertical-align: middle;
	white-space: nowrap;
}
.google
	{
	float:	right;
	margin:	10px;

	}
.google_square
	{
	float:	right;
	margin:	10px;
	width: 300px;
	}

#bottom
	{
	margin: 0px 0px 20px 0px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	}
#about
	{
		text-align: left;
		margin: 5px 5px 5px 5px;
	}
.clear
	{
		clear:	both;
	}
.flag_left
	{
	float: left;
	width: 100px;
	text-align: left;
	margin: 9px 0 0 5px;
}
.links
	{
		text-align: left;
		font-size: 11px;
	}
.links ul
	{
	list-style: none;
	}

/* Feedback Form stuff */

#feedback
	{
	margin: 0px 0px 20px 0px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	}
.float_left
	{
		float: left;
		text-align: left;
		margin-bottom: 10px;
	}
.float_right
	{
		float: right;
		text-align: left;
		margin-bottom: 10px;
	}
.no_float
	{
		text-align: left;
		margin-bottom: 10px;
	}
.submit
	{
		text-align: center;
	}
.inside_form
	{
	margin: 15px 100px 15px 100px;
	text-align: left;
}

