@charset "utf-8";
/*File:	tractsNet.css*/
/*Revised:	08/14/2015*/

/*====== GLOBAL CONSTANTS ======*/
html, body 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background-color: #69c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*====== LINKS ======*/
a:link, a:visited 
{
	/*color: #995522;*/
	color: #00F;
	/*text-decoration: none;*/
}

a:hover, a:active 
{
	/*color: #cb7d20;*/
	/*border-bottom: 1px dashed #cb7d20;*/
	color: #F00;
	/*border-bottom: 1px dashed #F0F;*/
}

a.accent 
{
	/*display: block;*/
	/*text-align: right;*/
}

a.accent:hover 
{
 	/*border: none;*/
	/*color: #cb202a;*/
}

h1, h2, h3, h4, h5, h6, div, ul, li 
{
	margin: 0;
	padding: 0;
}

h1 
{
	font-size: 32px;
	color: #009;
	margin-bottom: .4em;
}

h2 
{
	font-size: 26px;
	color: #009;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1em;
}

h3 
{
	color: #000;
	/*font-size: 1.3em;*/
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4
{
	font-size: 26px;
	color: #000;
	font-weight: bold;
}

h1, h2, h3, h4
{
	clear: both;
}

/* ====== MAIN ====== */
#mainSearch
{
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	height: 652px;
}

#main
{
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	padding-bottom: 10px;
}

#makeOrange
{
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	height: 700px;
}

#tractCodes
{
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	padding-bottom: 10px;
	height: 630px;
}

#notices
{
	margin: 0 auto;
	background-color: #FFF;
	width: 980px;
	height: 630px;
}

/* ===== HEADER ===== */
#header 
{
	background-color: #9CF;
    height: 80px;
    position: relative;
}

#tcHeader 
{
	background-color: #9CF;
	/*background-color: #D8CEF6;*/
    height: 80px;
    position: relative;
}

#title
{
	color: #009;
	font-family: "Broadway", "Times New Roman", Times, serif;	
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

#tutorials
{
	
	/*border: 1px solid #09f;*/
	margin: 0 auto;
	padding: 0px 0px 0px 20px;
	width: 650px;
	/*height: 30px;*/
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.superscript
{
	/*font-size: .7em;*/
	font-size: 24px;
	vertical-align:top;
} 

/* ===== NAVIGATION ===== */
#topNav
{
	position: absolute;
	background-color: #9CF;
	margin: 0 0 0 0;
	width: 100%;
	bottom: 0;
}

#topNav ul
{
	list-style: none;
	/*margin-left: 102px;*/
	margin-left: 137px;
	/*margin-left: 190px;*/
	/*margin-left: 220px;*/
	/*margin-left: 365px;*/
	padding: 0;
}

#topNav li
{
	float: left;
	margin: 0;
	padding: 0;
}

#topNav li a:link
{
	border: none;
	display: block;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	line-height: 25px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#topNav li a:visited
{
	border: none;
	display: block;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	line-height: 25px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#topNav li a:hover
{
	color: #f8b449;
	background-position: left top;
}

#topNav li a:active
{
	color: #f8b449;
	background-position: left top;
}

#topNav .current
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 1em;*/
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #aaa;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../_images/nav/nav_current.jpg) no-repeat left top;
	border: none;
}

#topNav li a.current:hover
{
	cursor: default;
}

/* ===== TC NAVIGATION ===== */
#tcNav
{
	position: absolute;
	background-color: #9CF;
	/*background-color: #D8CEF6;*/
	margin: 0 0 0 0;
	width: 100%;
	bottom: 0;
}

#tcNav ul
{
	list-style: none;
	/*margin-left: 150px;*/
	margin-left: 192px;
	/*margin-left: 365px;*/
	padding: 0;
}

#tcNav li
{
	float: left;
	margin: 0;
	padding: 0;
}

#tcNav li a:link
{
	border: none;
	display: block;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	line-height: 25px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#tcNav li a:visited
{
	border: none;
	display: block;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	line-height: 25px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#tcNav li a:hover
{
	color: #f8b449;
	background-position: left top;
}

#tcNav li a:active
{
	color: #f8b449;
	background-position: left top;
}

#tcNav .current
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 1em;*/
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #aaa;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../_images/nav/nav_current.jpg) no-repeat left top;
	border: none;
}

#tcNav li a.current:hover
{
	cursor: default;
}

/* ===== GREETING ===== */
#greeting
{
	/*color: #09f;*/
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.username
{
	color: #09f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* ===== INSTRUCTIONS ===== */
#badLogin
{
	margin: 0 auto;
	border: 1px solid #09f;
	width: 600px;
	padding: 10px 20px 10px 20px;
	text-align: left;
}

#terms
{
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
}

#instructions
{
	margin: 0 auto;
	border: 1px solid #09f;
	height: 30px;
	width: 400px;
	padding: 10px 10px 10px 10px;
	/*font-size: .8em;*/
	font-size: 12px;
}

#tcInstructions
{
	margin: 0 auto;
	border: 1px solid #09f;
	height: 20px;
	width: 360px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	text-align:center
}

#instructions2
{
	margin: 0 auto;
	border: 1px solid #09f;
	height: 60px;
	width: 600px;
	padding: 10px 10px 0px 10px;
	/*font-size: .8em;*/
	font-size: 12px;
}

#instructFree
{
	margin: 0 auto;
	border: 1px solid #09f;
	height: 45px;
	width: 265px;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
}

#instructFree2
{
	margin: 0 auto;
	border: 1px solid #09f;
	height: 60px;
	width: 310px;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
}

#instr2-left
{
	position:absolute;
	width:250px;
}

#instr2-right
{
	position:absolute;
	margin-left:300px;
	width:250px;
}

#instructions3
{
	margin: 0 auto;
	border: 1px solid #09f;
	height: 40px;
	width: 600px;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
}

#instructions4
{
	border: 1px solid #09f;
	/*float: left;*/
	/*margin-top: 0;*/
	/*margin-left: 20px;*/
	margin: 0 auto;
	height: 40px;
	width: 560px;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
}

#premiumLink
{
	/*border: 1px solid #09f;*/
	position: relative;
	/*margin-top: 32px;*/
	/*padding-top: 10px;*/
	padding-bottom: 0;
}

.uLink
{
	color: #00F;
	font-weight: bold;
	text-decoration: underline;
}

#backButton
{
	/*border: 1px solid #f00;*/
	float: left;
	height: 38px;
	width: 80px;
	margin-top: 0px;
	margin-left: 100px;
	padding-top: 12px;
	font-size: 14px;
	vertical-align: middle;
}

/* ===== CODES ===== */
#codes
{
	position: absolute;
	/*background-color: #9CF;*/
	margin: 0 0 0 0;
	width: 100%;
	/*bottom: 0;*/
}

#codes ul
{
	list-style: none;
	margin-left: 300px;
	padding: 0;
}

#codes li
{
	float: left;
	margin: 0;
	padding: 0;
}

/* ===== ADVANCED SEARCHES ===== */
#advanced
{
	/*border: 1px solid #09f;*/
	/*float: left;*/
	/*position: absolute;*/
	/*background-color: #9CF;*/
	/*margin: 0 0 0 0;*/
	/*width: 100%;*/
	/*bottom: 0;*/
	margin-top: 220px;
}

#advanced ul
{
	list-style: none;
	margin-left: 236px;
	padding-bottom: 20px;
}

#advanced li
{
	float: left;
	margin: 0;
	padding: 0;
}

#advanced li a:link, li a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	border: none;
}

#advanced li a:hover, li a:active
{
	color: #f8b449;
	background-position: left top;
}

/* ===== ASK DEAN ===== */
#ad
{
	border: 1px solid #09f;
	width: 650px;
	height: 400px;
	margin: 60px auto;
	text-align: left;
	padding: 20px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#askDean
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#adBoxLeft
{
	float: left;
	/*border: 1px solid #09f;*/
	width: 152px;
	height: 220px;
}

#adBoxRight
{
	float: left;
	/*border: 1px solid #09f;*/
	width: 480px;
	height: 220px;
}

#adInput
{
	/*border: 1px solid #09f;*/
	margin: auto;
	width: 400px;
	font-weight: bold;
	text-align: right;
}

#adQuestion
{
	/*border: 1px solid #09f;*/
	/*margin-top: 20px;*/
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	font-weight: bold;
}

#adSubmit
{
	margin-top: 20px;
}

/* ===== ABOUT ===== */
#about
{
	border: 1px solid #09f;
	width: 650px;
	height: 420px;
	margin: 20px auto;
	text-align: left;
	padding: 20px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#aboutBoxRight
{
	/*border: 1px solid #09f;*/
	float: left;
	width: 460px;
	height: 200px;
	padding-left: 20px;
	padding-right: 20px;
}

#aboutBottomBox
{
	float: left;
	width: 630px;
	margin-top: 0;
	padding-top: 0;
	padding-right: 20px;
}

/* ===== NEWS ===== */
#news
{
	border: 1px solid #09f;
	width: 650px;
	/*height: 420px;*/
	margin: 20px auto;
	text-align: left;
	padding: 20px 0px 0px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

#news ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#news li
{
	margin: 0 0 10px 0;
	padding: 0 0 0 24px;
	/*background: url(../_images/red_dot_glass.gif) no-repeat 0 2px;*/
	font-size: 14px;
	color: #000;
}

#news li a:link
{
	color: #00C;
	text-decoration: underline;
	font-weight: 100;
}

#news li a:visited
{
	color: #00C;
	text-decoration: underline;
	font-weight: 100;
}

#news li a:hover
{
	color: #cb202a;
	text-decoration: underline;
	font-weight: 100;
}

#news li a:active
{
	color: #cb202a;
	text-decoration: underline;
	font-weight: 100;
}

#userSecurity
{
	border: 1px solid #09f;
	width: 650px;
	/*height: 420px;*/
	margin: 20px auto;
	text-align: left;
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* ===== PRESS ===== */
#press
{
	border: 1px solid #09f;
	width: 800px;
	/*height: 420px;*/
	margin: 20px auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#tablePress
{
	border-collapse: collapse;
	width: 780px;
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
}

#tablePress th
{
	/*border: 1px solid #f00;*/
	padding: 3px 3px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	/*width: 100px;*/
}

#tablePress td
{
	/*border: 1px solid #0f0;*/
	padding: 3px 3px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

/* ===== PRODUCTS ===== */
#products
{
	border: 1px solid #09f;
	width: 650px;
	/*height: 420px;*/
	margin: 20px auto;
	text-align: left;
	padding: 20px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#products ul
{
	margin: 0;
	padding: 0;
}

#products li
{
	margin: 0 0 0px 30px;
	/*padding: 0 0 0 24px;*/
	/*background: url(../_images/red_dot_glass.gif) no-repeat 0 2px;*/
	font-size: 14px;
	color: #000;
}

#products li a:link
{
	color: #00C;
	text-decoration: underline;
	font-weight: 100;
}

#products li a:visited
{
	color: #00C;
	text-decoration: underline;
	font-weight: 100;
}

#products li a:hover
{
	color: #cb202a;
	text-decoration: underline;
	font-weight: 100;
}

#products li a:active
{
	color: #cb202a;
	text-decoration: underline;
	font-weight: 100;
}

/* ===== YOU TUBE ===== */
#youtube
{
	border: 1px solid #09f;
	width: 650px;
	/*height: 420px;*/
	margin: 20px auto;
	text-align: left;
	padding: 20px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#youtube ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#youtube li
{
	margin: 0 0 10px 0;
	/*padding: 0 0 0 24px;*/
	/*background: url(../_images/red_dot_glass.gif) no-repeat 0 2px;*/
	font-size: 14px;
	color: #000;
}

#youtube li a:link
{
	color: #00C;
	text-decoration: underline;
	font-weight: 100;
}

#youtube li a:visited
{
	color: #00C;
	text-decoration: underline;
	font-weight: 100;
}

#youtube li a:hover
{
	color: #cb202a;
	text-decoration: underline;
	font-weight: 100;
}

#youtube li a:active
{
	color: #cb202a;
	text-decoration: underline;
	font-weight: 100;
}

/* ===== FAQ ===== */
#faq
{
	border: 1px solid #09f;
	width: 650px;
	/*height: 420px;*/
	margin: 20px auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#faq a:link
{
	color: #00C;
	text-decoration: underline;
}

#faq a:visited
{
	color: #00C;
	text-decoration: underline;
}

#faq a:hover
{
	color: #F00;
	text-decoration: underline;
}

#faq a:active
{
	color: #F00;
	text-decoration: underline;
}

#faq ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#faq li
{
	margin: 0 0 10px 0;
	/*padding: 0 0 0 24px;*/
	/*background: url(../_images/red_dot_glass.gif) no-repeat 0 2px;*/
	font-size: 14px;
	color: #000;
}

#faq li a:link
{
	color: #00C;
	text-decoration: underline;
}

#faq li a:visited
{
	color: #00C;
	text-decoration: underline;
}

#faq li a:hover
{
	color: #cb202a;
	text-decoration: underline;
}

#faq li a:active
{
	color: #cb202a;
	text-decoration: underline;
}

/* ===== DOWNLOADS ===== */
#downloadInstructions
{
	/*border: 1px solid #f00;*/
	margin: 0 auto;
	padding-left: 150px;
}

/* ===== DEMOs ===== */
#demo
{
	/*border: 1px solid #09f;*/
	background-color: #FFF;
	width: 800px;
	height: 420px;
	margin: 20px auto;
	text-align: center;
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}


/* ===== FORM ===== */
#forms
{
	/*border: 1px solid #aaa;*/
	border-top: 2px solid #FFE7CA;
	border-right: 3px solid #2E2923;
	border-bottom: 3px solid #2E2923;
	border-left: 2px solid #FFE7CA;
	/*background-color: #ffc;*/
	/*background-color: #9CF;*/
	/*background-color: #D8CEF6;*/
	background-color: #E6CDB0;
	position: absolute;
	width: 380px;
	margin-top: 20px;
	margin-left: 275px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1em;*/
	font-size: 16px;
	font-weight: bold;
	text-align: right;	
}

#newForm 
{
	border-top: 2px solid #FFE7CA;
	border-right: 3px solid #2E2923;
	border-bottom: 3px solid #2E2923;
	border-left: 2px solid #FFE7CA;
	background-color: #E6CDB0;
	position: absolute;
	width: 380px;
	margin-top: 20px;
	margin-left: 275px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;	
}

.inputWidth
{
	width: 200px;
}

#reset
{
	/*float: left;*/
	position: absolute;
	margin-top: 400px;
	margin-left: 275px;
	border: 1px solid #09f;
	height: 30px;
	width: 400px;
	padding: 0px 10px 10px 10px;	
}

/* ====== RESULTS ======*/
#results
{
	margin: 10px 0 0 0;
	font-size: 15px;
}

#tableResults
{
	border-collapse: collapse;
	width: 900px;
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
}

#tableResults th
{
	border: 1px solid #000;
	padding: 3px 3px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}

#tableResults td
{
	border: 1px solid #000;
	padding: 3px 3px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ====== TRACT DETAILS ======*/
#hist
{
	/*margin: 0 0 10px 0;*/
	font-size: 13px;
	/*font-weight: bold;*/
}

#tableDetails
{
	border-collapse: collapse;
	width: 960px;
	margin: 0;
	padding: 0;
}

#tableDetails td 
{
	/*border: 1px solid #09f;*/
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

#tableDetails table
{
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}

#tableDetails table th 
{
	border: 1px solid #000;
	padding: 3px 3px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}

#tableDetails table td 
{
	border: 1px solid #000;
	padding: 3px 3px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
}

/* ====== MAP BUTTONS ====== */
#codes
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* ====== MAP BUTTONS ====== */
#maps
{
	float: left;
	bottom: 0;
}

#maps ul
{
	position: relative;
	list-style: none;
	margin 0 0 0 0;
	padding: 0 0 0 0;
}

#maps li
{
	float: left;
	margin: 0;
	padding: 0;
}

#maps li a:link
{
	border: none;
	margin-right: 10px;
	padding: 0px 5px 0px 5px;
	display: block;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	line-height: 20px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

#maps li a:visited
{
	border: none;
	margin-right: 10px;
	padding: 0px 5px 0px 5px;
	display: block;
	background: url(../_images/nav/nav_rollover.jpg) no-repeat left bottom;
	line-height: 20px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

#maps li a:hover
{
	color: #f8b449;
	font-weight: normal;
	background-position: left top;
}

#maps li a:active
{
	color: #f8b449;
	font-weight: normal;
	background-position: left top;
}

/* ====== MODELS ====== */
#modelCount
{
	margin-top: 15px;
}

#fpLink
{
	font-size: .9em;
	text-align: left;
}

#sqft
{
	float: left;
	font-size: 12px;
}

/* ===== MAKE DATABASE ===== */
#listData
{
	list-style: decimal;
  	padding: 0 0 10px 20px;
	margin-left: 60px;
}

#listData li
{
	padding-bottom: 5px;
}

#listData a
{ 
	color: #00F;
	text-decoration: underline;
	font-weight: normal;
}

#listData a: hover
{ 
	color: #00F;
	text-decoration: underline;	
	font-weight: normal;
}

#listData a: visited
{ 
	color: #00F;
	text-decoration: underline;	
}

/* ===== FOOTER ===== */
#copyright
{
  	/*font-size: .6em;*/
	font-size: 10px;
	margin-bottom: 20px;
}

#footer 
{
	/*float: none;*/
	/*border: 1px solid #09F;*/
	margin: 0 auto;
	width: 980px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ===== miscellaneous styles ===== */
.clear 
{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}