/** This file is not final. I will review the changes I made and compare with the original css (helpsite_style.css) to make sure there is not conflict!*/

.tableContent td:first-child{
	font-weight: bold;
}

/**Paddings for td changed**/
.tableContent td{
	padding: 5px 12px 5px 12px;
}

.tableContent th{
	padding-bottom: 5px;
	padding-top: 5px;
}

.tableContent ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

.tableContent p{
	margin-top: 0px;
	margin-bottom: 0px;
}

table.tableCommands td{
	text-align: left;
}

table.tableCommands ul{
	margin-bottom: 5px;
	text-align: left;
}

table.tableCommands td:nth-last-child(2).quote, table.tableCommands td:nth-last-child(2) .quote{
	color: #699330;
	font-weight: bold;
}

table.tableCommands td:nth-last-child(1).quote, table.tableCommands td:nth-last-child(1) .quote{
	color: #104B70;
	font-weight: bold;
}

/**Temporarily change font color until approval*/
table.tableCommands td:nth-last-child(2), table.tableCommands.threeCol td:nth-child(2){
	color: black;
	font-size: 12px;
	text-align: left;
	width: 300px;
	font-weight: normal;
}

table.tableCommands td:nth-last-child(1),table.tableCommands.threeCol td:nth-child(3){
	color: black;
	font-size: 12px;
	text-align: left;
	width: 300px;
	font-weight: normal;
}

table.tableCommands td:nth-child(1){
	color: black;
	font-size: 12px;
	font-weight: normal;
}
/*---*/

.tableSuggestion td:not(:first-child){
	vertical-align: top;
}

.tablePhone td{
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}

#block-main #main #content h1{
	line-height: 45px;
	margin-top: 15px;
}
