@charset "utf-8";

/*
Author:   Kevin Viren 
Date:     12/11/2023
Modified: 12/11/2023

Filename: ky_print.css

Print stylesheet for Ky Viren's art portfolio website.

*/


@page {
	size: 8.5in 11in;
	margin: 0.5in;
}

header, footer, div#p1d3, div#video, audio, img.aboutImg:nth-of-type(2), div#aboutBottom {
	display: none;
}

img.aboutImg {
	filter: grayscale(1);
}

a {
	text-decoration: underline;
	color: black;
}

p {
	font-size: 0.9em;
	orphans: 3;
	widows: 3;
}

table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 60%;
	margin: 0px auto;
}

th, td {
	border: 1px solid black;
}

th {
	border: 2px solid black;
	font-weight: bold;
	font-size: 1.1em;
}

th#tableHead {
	border: 3px solid black;
	padding: 10px 0px;
	font-size: 1.2em;
}

td {
	text-align: center;
}

tfoot td{
	padding: 7px 0px;
	text-align: left;
	font-size: 0.9em;
}