/* The site map: pages of plain links to every profile (and, on its second tab,
   to every user). A heading-styled row per profile, an hr between rows. */

.profile-list {list-style: none;}

.profile-list a {display: block; margin: 0 5px; text-align: center; text-decoration: none;
	font-size: 16px; color: var(--link);
	font-family: Georgia, "Times New Roman", Times, serif;}

.profile-list a:hover {text-decoration: underline;}

.profile-list .number {color: var(--text);}

/*---------------------------------------------------------------
  Продакшн-состояния и починки
---------------------------------------------------------------*/

/* Sitemap production states: the member rank badge the mockup's profile tab
   never shows, the empty list and the elided page range. */

.sitemap .page-gap {margin: 0 3px; color: #555;}

.member-status {margin-left: 8px; font-size: 12px;}

.status-admin {color: #813737;}

.status-owner {color: #A49270;}

.status-experienced {color: #777147;}

.status-walker {color: #9a8f6a;}

.status-novice {color: var(--text);}

.sitemap-empty {margin: 20px 0; color: #8f8570; text-align: center;}
