.newTemplateBox {
	text-align: center;
	border-right: 1px solid #000;
	margin-bottom: 10px;

	padding: 10px;
}

.newTemplateBox:nth-child(3) {
	border-right: 0px;
}

.newTemplateRow {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

.newPRButton {
	display: none;
}

.submitPRButton {
	margin-top: 10px;
}

.progressNavigationBox {
	text-align: center;
	font-size: 18px;
}

.progressNavigationBox:hover {
	border-bottom: solid 5px #d97240;
}

.progressNavigationActive {
	border-bottom: solid 5px #d97240;
}

.pageTileHeader {
  	margin-bottom: 0; 
}

#imageTileContainer 
{
 	padding-left: 0; 
}

#imageTileContainer li 
{
  	list-style-type: none !important; 
}

#imageTileContainer li table.table 
{
  	margin-bottom: 0; 
}

.dashboardDeleteButton
{
	border: 0px;
  	background-color: transparent;
  	padding-left: 20px;
  	padding-top: 3px;
}