/* Enter Your Custom CSS Here */
/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt*/
/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt*/
/*Style sheet for pricing chart.html*/
table {
	border-collapse: collapse;
}

table, th, td {
	border: 3px solid #daa520;
	width: 100%;
}

th {
	height: 30px;
	width: 20%;
/* controls width-length of each heading cell*/
	padding: 3px;
/*padding between borders and cells*/
	text-align: left;
	background-color: #ffffff;
	color: #000000;
/*background color and text color of  elements*/
	font-style: bold;
}

td {
	height: 30px;
/*align font in middle of cell and controls height of cell*/
	width: 20%;
/* controls width-length of each data cell*/
	text-align: center;
}

th, td {
	border: 2px groove #daa520;
}

tr:hover {
	background-color: #fff8dc;
/*changes color of cells on hover over*/
}

th:hover {
	background-color: #fff8dc;
/*changes color of cells on hover over*/
}

tr:nth-child(odd) {
	background-color: #000000;
/*for striped rows*/
}

/*Style sheet for orderform.html*/



table {
    border-collapse: collapse;
}

table, th, td {
   border: 2px solid #daa520;
   width:  75%
}


th {
    height: 30px;
    width:  20%;				/* controls width-length of each heading cell*/
    padding:  3px;				/*padding between borders and cells*/
    text-align:  left;
    background-color: #ffffff;
    color: #000000;	
    font-style: bold;				/*background color and text color of  elements*/
}	

td {          					/*align font in middle of cell and controls height of cell*/
    height: 30px;
    width:  20%;				/* controls width-length of each data cell*/
    text-align:  center;
}

th, td {
    border: 2px groove #daa520;
}

p {
    text-align: center
}

tr:hover {background-color: #fff8dc}		/*changes color of cells on hover over*/

th:hover {background-color: #fff8dc}		/*changes color of cells on hover over*/

tr:nth-child(odd){background-color: #000000}	/*for striped rows*/




/* Style sheet for articles of incorporation.html*/





table {
      border: 1px solid gold;
}


table {
    width: 100%;
    
}

th {
   border: 1px solid gold;
}

th {
    height: 50px;
}

th {
    text-align: left;
}

td {
   border: 1px solid gold;
}

td {
    text-align: left;
}

td {          	
    height: 30px;
    vertical-align: middle;					/*align font in middle of cell and controls height of cell*/
}

th, td {							/*padding between borders and cells*/
    padding: 3px;
    text-align: left;
}

tr:hover{background-color:#fff8dc}				/*changes color of cells on hover over*/

th:hover{background-color:#dfff8dc}				/*changes color of cells on hover over*/

tr:nth-child(odd){background-color: #000000}			/*for striped rows*/
tr:nth-child(even){background-color: #ffffff}

th {    
    color: #000000;	
    font-style: bold;						/*background color and text color of  elements*/
}


.button
{
background-color: #b8860b;
border-bottom:solid;
border-left: #green;
border-right:solid;
border-top: #green;
color: freen;
font-family: Verdana, Arial;
font-size: 15px;
width: 8em; 
height: 3em;
align="center";
}



/* Style sheet for Application for EIN.html*/





table {
      border: 1px solid gold;
}


table {
    width: 100%;
    
}

th {
   border: 1px solid gold;
}

th {
    height: 50px;
}

th {
    text-align: left;
}

td {
   border: 1px solid gold;
}

td {
    text-align: left;
}

td {          	
    height: 30px;
    vertical-align: middle;					/*align font in middle of cell and controls height of cell*/
}

th, td {							/*padding between borders and cells*/
    padding: 3px;
    text-align: left;
}

tr:hover{background-color:#fff8dc}				/*changes color of cells on hover over*/

th:hover{background-color:#dfff8dc}				/*changes color of cells on hover over*/

tr:nth-child(odd){background-color: #000000}			/*for striped rows*/
tr:nth-child(even){background-color: #ffffff}

th {    
    color: #000000;	
    font-style: bold;						/*background color and text color of  elements*/
}


.button
{
background-color: #b8860b;
border-bottom:solid;
border-left: #green;
border-right:solid;
border-top: #green;
color: freen;
font-family: Verdana, Arial;
font-size: 15px;
width: 8em; 
height: 3em;
align="center";
}







