div.profilePicBox {max-width: 100%;display: flex;flex-flow: row wrap;justify-content: center;align-items: center;}body.profileBody {background-color: #202030;}div.selfDescrText {font-size: 120%;color: var(--white);text-shadow: 1px 1px 1px black;}div.commissionDescrText {font-size: 110%;color: var(--white);text-shadow: 1px 1px 1px black;}div.selfDescrEdit {overflow: hidden;}button.editSelfDescription {}div.avatarFrame {position: relative;}button.deleteAvatarPicBtn {position: absolute;right: 5px;top: 5px;}button.changeAvatarPicBtn {position: absolute;right: 5px;bottom: 5px;}div.userRole {font-size: 140%;font-weight: bold;}div.userRole span {margin-left: 1rem;}button.deleteProfilePicBtn {}button.changeProfilePicBtn {}.extLinkTypeSelect {width: 100px;}.extLinkIcon {width: 25px;display: inline-block;}.extLinkIcon img {max-width: 20px;max-height: 20px;}.extLinkText {font-weight: bold;}.extLinkURLLabel {margin-right: 3px;}.extLinkURL {flex-grow: 1 !important;min-width: 20px;}div.profileExternalLinks {}p.pref-categories {font-weight: bold;font-style: italic;font-size: 90%;}p.pref-tags {font-weight: bold;font-style: italic;font-size: 90%;}p.pref-storyLink {font-size: 90%;margin-bottom: 4px;}p.pref-storyLink a {font-weight: bold;}.pref-ratingCat span {margin-right: 3px;white-space: nowrap;}.pref-ratingCat img {width: 17px;}p.pref-authors {font-size: 90%;margin-bottom: 4px;font-weight: bold;}.profileExternalLinkIconFrame {position: relative;width: fit-content;}.profileExternalLink {width: 150px;display: flex;flex-flow: column wrap;align-items: center;border: none;}.profileExternalLink img {width: 40px;}.profileExternalLink div {font-weight: bold;width: fit-content;}button.deleteExternalLinkBtn {position: absolute;background: transparent;border: none;padding: 3px 7px;right: -10px;top: -10px;z-index: 100;}@media (max-width: 575px) {.profileExternalLink {width: 120px;display: flex;flex-flow: column wrap;align-items: center;border: none;}.profileExternalLink img {width: 30px;}}