/*
	Professional Home Care Service
	Author: Hannah Carper
	Date: 04/10/2015
			 
	filename: insstyles.css
*/

/* #questions styles */

#questions {
	padding: 20px 50px;
	width: 80%;
}

#questions li {
	font-size: 1.2em;
	line-height: 2em;
}

#questions a {
	text-decoration: none;
}

#questions a:hover {
	text-decoration: underline;
}

/* Article styles */

article {
    width: 80%;
}
article h2 {
	margin-left: 25px;
}

article p {
   margin-left: 25px;
}

article ul li {
	line-height: 1.5em;
	list-style-type: disc;
	margin-left: 60px;
	padding-left: 10px;
}


/* Guidelines table styles */

table.guidelines {
	border: 15px ridge rgb(56, 108, 180);
	border-collapse: collapse;
	
	margin-left: 10%;
	margin-top: 10px;
	width: 90%;
}

table.guidelines th {
	border: 1px solid gray;
	color: rgb(56, 108, 180);
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 5px;
	text-shadow: rgb(184, 184, 184) 1px 1px 2px;
	text-align: center;
	vertical-align: middle;
}

table.guidelines tr {
	height: 30px;
}

table.guidelines td {
	border: 1px solid gray;
}

table.guidelines col.firstcol {
	width: 30%;
}

table.guidelines tbody tr {
	height: 40px;
}

table.guidelines tbody td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

strong.keyword {
	font-weight: 700;
}

/* #return link styles */

#return {
	margin-left: 85%;
}

#return a {
	color: rgb(56, 108, 180);
}

#return a:hover{
	text-decoration: underline;
	text-shadow: rgb(184, 184, 184) .5px .5px 0px;
}