/*
Texas Department of Insurance
Styles for Print Layouts

Uses 'nth-child' selector to target div's with no id's (the first 2 div's).
https://www.w3schools.com/cssref/sel_nth-child.asp
*/

a.skip {display:none; }
div.screenreader { display:none; }

/* Hide the logo, A-Z links. */
body > header > div:nth-child(1) > div.col7 { display:none; }

/* Hide the "Espanol" link. */
header div.one-row:nth-child(2) { display:none; }

.logonew {
    max-width: 400px;
}

/* Top Nav: Hide the audience Tabs (ie: Insurance, State Fire Marshal and Workers' Compensation). */

div#skipToTopNav { display:none; }
nav { display:none; }
aside { display:none; }
div.breadcrumbs { display:none; }
footer { display:none; }
div.moreInfo { display:none; }
/*div.update { display:none; }*/
em.backToTop { display:none; }
span.hidden { display:none; }

/*
body {font-family:Arial, Helvetica, sans-serif; font-size:90%; color: #333; margin: 0;	padding: 0; }
a {color:#036;}
a:link{	color: #036;}
a:visited{	color: #808;}
a:hover{color: #036;}
.center {text-align:center;margin:0 auto;padding:0;}
.right {text-align:right;margin-right:5px;}
.left {text-align:left; }
.hidden {display:none; }
.red { color: #660000; }
.green { color: #009900; }
span.bold {font-weight:bold;}
h1 {font-size:1.5em}
h2 {font-size:1.3em}
h3 {font-size:1.15em}
h4, h5, h6 {font-size:.9em}
*/
