/* COLORS */

.at-yellow {color: #FDC40C};
.at-brown {color: #A66D03};
.at-blue {color: #7C9EB2};
.at-green {color: #37A959};
.at-gray {color: #4E4E4D};
.at-charcoal {color: #282828};

table.images td {
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
}

/* HAVE TO RESTATE THIS DEFINTION FOR IT TO REGISTER. WHY? */
table.images td {
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
}

a.admin-link {
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
}
