*       { box-sizing:border-box; }
html    { -webkit-text-size-adjust:100%; overflow-y:scroll; }
body	{ margin:0; background:black; font-size:12px; color:#CCC; }
h1	{ font-size:22px; font-weight:normal; color:#CCCCCC; line-height:40px; }
h2	{ font-size:20px; font-weight:normal; color:#CCCCCC; }
h3	{ font-size:18px; font-weight:normal; color:#BBBBBB; font-style:italic;  }
#copy	{ width:100%; padding:15px; text-align:center; font-family:arial,helvetica; font-size:11px; color:#999999; text-decoration:none; background:black; }
a	{ font-family:arial,helvetica; font-size:15px; text-decoration:none; color:white; }

#imgs	{ display:inline-block; width:90%; margin:1%; auto auto auto; }

.note	{ padding-top:5px; }

@media (max-width:1500px) { .pics { width:19%; } }
@media (max-width:1200px) { .pics { width:24%; } }
@media (max-width: 800px) { .pics { width:32%; } }
@media (max-width: 600px) { .pics { width:49%; } }

#edit	{ background:black; border:10px solid #999; position:fixed; max-height:100%; top:10px; padding:10px; margin:0 auto auto 0; }

.img	{ font-family:arial,helvetica; font-size:12px; color:#CCC; width:100%; height:auto; cursor:pointer; }

.update	{ width:150px; border-radius:7px; color:#FFFFFF; font-size:14px; font-weight:bold; padding:8px; text-align:center; cursor:pointer;
		background-image:linear-gradient(#3399FF, #0033CC); border:1px solid #0033CC; }

#tbl td { font-family:arial,helvetica; font-size:12px; color:#CCC; }
