/* Registry Styles
/-------------------------------------------------------------- */
.RegistryDonorMatch {
	background-color: #FFCC00;
}

.RegistryMatch {
	background-color: #FFFFCC;
}

span.RegistryDonorMatch,
span.RegistryMatch {
  padding: 5px 10px;
}



@media only screen and (max-width: 1040px){

	table.ListTable.full-width.unapproved-photos td:nth-of-type(3), 
	table.ListTable.full-width.unapproved-photos th:nth-of-type(3),
	table.ListTable.full-width.unapproved-photos td:nth-of-type(7), 
	table.ListTable.full-width.unapproved-photos th:nth-of-type(7)
	{
		display: none;
	}

}

@media only screen and (max-width: 890px){
	
	table.ListTable.full-width.unapproved-photos td:nth-of-type(3), 
	table.ListTable.full-width.unapproved-photos td:nth-of-type(7), 
	{
		display: table-row;
	}
	
	table.ListTable.full-width.unapproved-photos td select
	{
		margin: 0 auto;
	}
	
	table.ListTable.full-width.unapproved-photos th
	{
		display: none;
	}
	
	table.ListTable.full-width.unapproved-photos td
	{
    	display: table-row;
		line-height: 4em;
	}
	
	table.ListTable.full-width.unapproved-photos td:before
	{
		font-weight: bold;
		font-style: italic;
	}
	
	table.ListTable.full-width.unapproved-photos td:first-of-type:before
	{
		content: "posted by:  ";
	}
	
	table.ListTable.full-width.unapproved-photos td:nth-of-type(2):before
	{
		content: "donor:  ";
	}
	
	table.ListTable.full-width.unapproved-photos td:nth-of-type(3):before
	{
		content: "image name:  ";
	}
	
	table.ListTable.full-width.unapproved-photos td:nth-of-type(4):before
	{
		content: "comment:  ";
	}
	
	table.ListTable.full-width.unapproved-photos td:nth-of-type(5):before
	{
		content: "visible to:  ";
	}
	
	table.ListTable.full-width.unapproved-photos td:nth-of-type(6):before
	{
		content: "photo:  ";
	}
	
	table.ListTable.full-width.unapproved-photos td:nth-of-type(7):before
	{
		content: "submitted:  ";
	}
	
	table.ListTable.full-width.unapproved-photos td:nth-of-type(8):before
	{
		content: "approval:  ";
	}
	
	table.ListTable.full-width.unapproved-photos td:nth-of-type(9):before
	{
		content: "delete:  ";
	}
}