﻿.inputform{background:#edeff2;padding:1rem;}.page[data-theme='dark'] .inputform{background-color:#282828;}.inputform .frm-grp label{min-width:125px;}input[type=radio],input[type=checkbox]{height:16px;width:16px;}textarea{width:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:3px;border-top-left-radius:0;border-top-right-radius:0;padding:1rem;min-height:60px;resize:vertical;}.page[data-theme='dark'] textarea{background-color:#444;color:#bbb !important;border-color:#555;}.panelfilter{display:flex;margin-bottom:1rem;}.panelfilter label{margin-right:1rem;}.panelfilter .frm-sel{flex-grow:1;max-width:none;}.settingsheader,.filterheader{padding:.75rem 1rem;background:#eee;display:inline-flex;align-items:center;}.page[data-theme='dark'] .settingsheader,.page[data-theme='dark'] .filterheader{background-color:#333;}.settingsheader a,.settingsheader i,.filterheader a,.filterheader i{margin-left:.75rem;}.settingsheader{float:right;}.filterheaderholder{margin-bottom:1.5rem;}.page[data-theme='dark'] .filterheaderholder{background-color:#333;}.filterheaderholder.open{margin-bottom:0;}.filter{background:#eee;padding:1rem 1.5rem;margin-bottom:1rem;}.page[data-theme='dark'] .filter{background-color:#333;}textarea.clone{position:absolute;visibility:hidden;}label{color:#3e4c59;}.page[data-theme='dark'] label{color:#ddd;}.frm-col-ddl,.frm-col{display:flex;flex-direction:column;align-items:flex-start;}.frm-col-ddl .frm-grp,.frm-col .frm-grp{flex-grow:1;width:100%;margin:.25rem 0;}.frm-col-ddl .frm-grp.buttons,.frm-col .frm-grp.buttons{text-align:left;}.frm-col-ddl .frm-grp.buttons .button,.frm-col .frm-grp.buttons .button{margin:0 0 .5rem;}:not(.frm-col) .frm-grp+.frm-grp{margin-top:.5rem;}.frm-row{display:flex;flex-direction:row;margin-bottom:1rem;flex-basis:100%;}.frm-row.w-1\/2 .frm-grp{flex-basis:50%;}.frm-row .frm-sel+.frm-sel,.frm-row select+select{margin-left:1rem !important;}.inputform .innerform>div,.frm-grp{display:flex;flex-basis:auto;flex-direction:column;align-items:flex-start;}.inputform .innerform>div label,.frm-grp label{min-width:110px;}.inputform .innerform>div.frm-rad,.inputform .innerform>div.frm-chk,.frm-grp.frm-rad,.frm-grp.frm-chk{flex-direction:row;align-items:center;}.inputform .innerform>div.frm-rad input[type=radio],.inputform .innerform>div.frm-rad input[type=checkbox],.inputform .innerform>div.frm-chk input[type=radio],.inputform .innerform>div.frm-chk input[type=checkbox],.frm-grp.frm-rad input[type=radio],.frm-grp.frm-rad input[type=checkbox],.frm-grp.frm-chk input[type=radio],.frm-grp.frm-chk input[type=checkbox]{flex-shrink:0;}.inputform .innerform>div.frm-chk.r,.frm-grp.frm-chk.r{flex-direction:row-reverse;justify-content:flex-end;}.inputform .innerform>div.frm-a-right,.frm-grp.frm-a-right{align-items:flex-end;}.inputform .innerform.stacked>div{flex-direction:column;align-items:flex-start;}.frm-dat>div{display:flex;flex-direction:row;width:100%;}.frm-dat>div .frm-sel{width:100%;}.frm-dat>div .frm-sel+.frm-sel{margin-left:1rem;}.inputform .innerform>div{margin:0 0 1rem 0;}.inputform .innerform>div label{min-width:170px;}.inputform .innerform>div.buttons{flex-direction:row;justify-content:flex-end;flex-wrap:wrap;}.inputform .innerform>div.buttons .button{margin-bottom:.5rem;}.frm-chk-grp{border:2px solid #0a558c;border-radius:5px;margin-bottom:1rem;}.frm-chk-grp .frm-grp{margin:0 !important;flex-basis:100%;font-size:1.5rem;}.frm-chk-grp .frm-grp input[type=radio]{display:none;}.frm-chk-grp .frm-grp input[type=radio]+label{display:flex;align-items:center;justify-content:center;height:100%;width:100%;padding:.4rem;border-right:2px solid #0a558c;box-sizing:border-box;min-width:0;text-transform:capitalize;text-align:center;cursor:pointer;}.frm-chk-grp .frm-grp input[type=radio]+label span{display:none;}.frm-chk-grp .frm-grp:last-child input[type=radio]+label{border:0;}.frm-chk-grp .frm-grp input[type=radio][checked=checked]+label{color:#fff;background:#0a558c;font-weight:600;border:0;}.frm-chk,.frm-rad,.frm-tgl{margin-right:3rem;}.frm-chk:last-child,.frm-rad:last-child,.frm-tgl:last-child{margin-right:0;}.frm-chk input[type=checkbox],.frm-chk input[type=radio],.frm-rad input[type=checkbox],.frm-rad input[type=radio],.frm-tgl input[type=checkbox],.frm-tgl input[type=radio]{display:none;}.frm-chk label,.frm-rad label,.frm-tgl label{position:relative;padding-left:30px !important;padding-right:0 !important;min-width:0 !important;min-height:22px;cursor:pointer;margin:.25rem 0;}.frm-chk.alg-r label,.frm-rad.alg-r label,.frm-tgl.alg-r label{padding-left:0 !important;padding-right:30px !important;}.frm-chk.no-lbl,.frm-rad.no-lbl,.frm-tgl.no-lbl{display:flex;justify-content:center;}.frm-chk.no-lbl label,.frm-rad.no-lbl label,.frm-tgl.no-lbl label{width:22px !important;padding:0 !important;}.frm-chk label::before,.frm-rad label::before,.frm-tgl label::before{content:'';position:absolute;display:block;height:18px;width:18px;top:3px;left:0;border-radius:50%;background:#a0aec0;}.page[data-theme='dark'] .frm-chk label::before,.page[data-theme='dark'] .frm-rad label::before,.page[data-theme='dark'] .frm-tgl label::before{background:#62717f;}.frm-chk.alg-r label::before,.frm-rad.alg-r label::before,.frm-tgl.alg-r label::before{left:auto !important;right:0;}.frm-chk input[disabled]+label,.frm-rad input[disabled]+label,.frm-tgl input[disabled]+label{opacity:.5;cursor:not-allowed;}.frm-chk input:checked+label::before,.frm-rad input:checked+label::before,.frm-tgl input:checked+label::before{background:#4299e1;}.page[data-theme='dark'] .frm-chk input:checked+label::before,.page[data-theme='dark'] .frm-rad input:checked+label::before,.page[data-theme='dark'] .frm-tgl input:checked+label::before{background:#4299e1;}.frm-chk input+label::after,.frm-rad input+label::after,.frm-tgl input+label::after{content:'';position:absolute;height:12px;width:12px;left:5px;top:5px;border-radius:50%;}.frm-chk.alg-r input+label::after,.frm-rad.alg-r input+label::after,.frm-tgl.alg-r input+label::after{left:auto;right:5px;}.frm-chk input:checked+label::after,.frm-rad input:checked+label::after,.frm-tgl input:checked+label::after{background:#fff;}.frm-chk input.displaynone+label,.frm-rad input.displaynone+label,.frm-tgl input.displaynone+label{display:none;}.frm-rad input:checked+label::after{width:10px;height:10px;left:4px;top:7px;}.frm-chk label::before{border-radius:5px;}.frm-chk input:checked+label::after{content:'';font-family:'FontAwesome';font-size:1.4rem;color:#fff;background:none;left:2px;top:2px;}.frm-chk.alg-r input:checked+label::after{left:auto;right:4px;}.frm-tgl label{padding-left:42px !important;}.frm-tgl label::before{height:22px;width:22px;top:0;}.frm-tgl input+label::before{width:42px;border-radius:21px;}.frm-tgl input+label::after{background:#fff;transition:.3s;}.frm-tgl input:checked+label::after{left:26px;}.frm-sel{position:relative;width:100%;min-width:100px;}.frm-sel select{background:#fff;-webkit-appearance:none;-moz-appearance:none;padding-right:2.5rem;box-sizing:border-box;}.frm-sel select::-ms-expand{display:none;}.frm-sel::after{content:'';position:absolute;display:flex;top:0;bottom:0;right:1rem;align-items:center;font-family:'FontAwesome';color:#a0aec0;z-index:2;pointer-events:none;}.frm-grp input[type=text]+.button,.frm-grp .frm-sel+.button{margin:.5rem 0 .5rem 1rem;align-self:flex-end;}@media(min-width:576px){.inputform{padding:2rem;}.frm-dat>div,.frm-sel,select{max-width:350px;}.inputform .innerform>div,.frm-grp{flex-direction:row;align-items:center;}.inputform .innerform>div label,.frm-grp label{padding-right:1rem;}.inputform .innerform>div.frm-a-top,.frm-grp.frm-a-top{align-items:flex-start;}.inputform .innerform>div.frm-a-right,.frm-grp.frm-a-right{justify-content:flex-end;}.inputform .innerform>div label{max-width:170px;}.inputform .innerform>div.buttons{align-items:flex-end;}.inputform .innerform>div.frm-chk label{max-width:none;min-width:200px !important;}.frm-chk-grp .frm-chk input[type=radio]+label{text-transform:none;}.frm-chk-grp .frm-chk input[type=radio]+label span{display:inline;}}@media(min-width:768px){input[type=radio],input[type=checkbox]{height:auto;width:auto;}.frm-col{flex-direction:row;justify-content:flex-start;align-items:center;}.frm-col .frm-grp.buttons{text-align:right;}.frm-col>.frm-grp:not(.frm-chk):not(.frm-rad) label{text-align:right;}.frm-col>.frm-grp+.frm-grp{margin-left:2.5rem;}.frm-col.w-1\/2>.frm-grp,.frm-col>.frm-grp.w-1\/2{max-width:50%;}.frm-col.w-1\/4>.frm-grp,.frm-col>.frm-grp.w-1\/4{max-width:25%;margin:0;}.frm-col.w-1\/3>.frm-grp,.frm-col>.frm-grp.w-1\/3{max-width:33%;margin:0;}.frm-col>.frm-grp:not(.w-1\/3)+.frm-grp.w-1\/3{margin-left:2.5rem;}.admin-page .frm-col>.frm-grp:not(.frm-chk):not(.frm-rad) label{text-align:left;}}@media(min-width:1200px){.frm-col-ddl{flex-direction:row;justify-content:space-between;align-items:center;}.frm-col-ddl .frm-grp label{text-align:right;}}.siteleaderboard-group{margin-bottom:10px;}.siteleaderboard-group table{margin-left:10px;}.siteleaderboard-group .sub-header{height:24px;line-height:24px;font-size:13px;margin-bottom:5px;}.siteleaderboard-group .sub-header img{margin-right:10px;position:relative;top:-2px;}.siteleaderboard-group .sub-header a.showhide{margin-left:5px;}.panelcontent .sp-head{margin-top:15px;border-left:0;padding-left:0;border-bottom:1px solid #e7e7e7 !important;padding-bottom:5px;}aside>section table.siteleaderboards td{vertical-align:middle !important;min-height:36px;}aside>section table.siteleaderboards td.lname{padding-left:10px;}div.boarddescription{padding-bottom:10px;line-height:1.4;}div.leaderboardaccess{margin-bottom:20px;padding:10px;}div.grey{background-color:#eee;}div.private{background-color:#fbe5e0;}div.request{background-color:#fbf9c6;}.page[data-theme="dark"] div.request{background-color:#444;}div.public{background-color:#eeffd1;}.page[data-theme="dark"] div.public{background-color:#444;}#btnFindMe{float:right;position:relative;top:-4px;}#btnEditLeaderboard,#btnEditLeaderboard2,#btnPMLeaderboard{float:right;width:17px;margin-top:-2px;margin-left:5px;}#btnFindMeOnLeaderboard{float:right;margin-top:-4px;padding-bottom:4px;}#btnJoinLeaderboard,#btnRequestLeaderboard,#btnRemoveLeaderboard{float:right;width:17px;margin-top:-4px;margin-left:5px;}div.leaderboardadmin{margin:20px 0;background-color:#dcdcdc;padding:10px;width:520px;}div.leaderboardadmin label{width:180px;float:left;line-height:30px;}.page[data-theme="dark"] div.leaderboardadmin label{color:#3e4c59;}#btnAddGamerTagToLeaderboard{float:right;width:17px;margin-top:1px;}#txtAddGamerTagToLeaderboard{width:240px;margin-left:20px;padding:.25rem;}.icon,.icon-forumgo,.icon-diamond,.icon-rightarrow,.icon-solutionmedium,.icon-tick,.icon-gamerstats,.icon-helper,.icon-imageview,.icon-refresh{display:inline-block !important;margin-left:3px !important;padding:0 !important;}.icon-achievement{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -10px no-repeat;}.icon-add{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -62px no-repeat;}.icon-inchat{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -342px no-repeat;}.icon-forumgo{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -238px no-repeat;}.icon-information{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -368px no-repeat;}.icon-information-gold{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1928px no-repeat;}.icon-information-silver{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1954px no-repeat;}.icon-diamond{margin:0 3px 0 0;width:14px;height:14px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1980px no-repeat;}.icon-external-link{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -2004px no-repeat;}.icon-leaderboard{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -394px no-repeat;}.icon-noentry{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -420px no-repeat;}.icon-phone{width:36px;height:36px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -498px no-repeat;}.icon-rightarrow{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -596px no-repeat;}.icon-search-dark{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -622px no-repeat;}.icon-solutionmedium{width:24px;height:24px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1368px no-repeat;}.icon-tick{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1428px no-repeat;}.icon-video-comments{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1564px no-repeat;}.icon-video-favourites{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1586px no-repeat;}.icon-video-views{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1608px no-repeat;}.icon-video-clock{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1542px no-repeat;}.icon-video-black-comments{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1476px no-repeat;}.icon-video-black-favourites{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1498px no-repeat;}.icon-video-black-views{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1520px no-repeat;}.icon-video-black-clock{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1454px no-repeat;}.icon-gamerstats{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -264px no-repeat;}.icon-helper{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -290px no-repeat;}.icon-imageview{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -316px no-repeat;}.icon-share-email{width:20px;height:20px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -648px no-repeat;}.icon-share-facebook{width:20px;height:20px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -678px no-repeat;}.icon-share-google{width:20px;height:20px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -708px no-repeat;}.icon-share-reddit{width:20px;height:20px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -738px no-repeat;}.icon-share-tafriendfeed{width:20px;height:20px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -768px no-repeat;}.icon-share-tsafriendfeed{width:20px;height:20px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -798px no-repeat;}.icon-share-ttfriendfeed{width:20px;height:20px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -828px no-repeat;}.icon-share-tumblr{width:20px;height:20px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -858px no-repeat;}.icon-share-twitter{width:20px;height:20px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -888px no-repeat;}.icon-share-whatsapp{width:20px;height:20px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -918px no-repeat;}.icon-cancel{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -168px no-repeat;}.icon-refresh{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -544px no-repeat;}.icon-refreshoff{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -570px no-repeat;}.icon-cancel-white{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -142px no-repeat;}.icon-tick-white{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1402px no-repeat;}.icon-warning-white{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1630px no-repeat;}.icon-select-all{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1656px no-repeat;}.icon-select-none{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1682px no-repeat;}.icon-calendar{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1734px no-repeat;}.region-flag,.region-au,.region-br,.region-ca,.region-de,.region-europeanunion,.region-gb,.region-uk,.region-jp,.region-us{margin-right:3px;vertical-align:middle;}.region-au{width:16px;height:11px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1760px no-repeat;}.region-br{width:16px;height:11px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1781px no-repeat;}.region-ca{width:16px;height:11px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1802px no-repeat;}.region-de{width:16px;height:11px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1823px no-repeat;}.region-europeanunion{width:16px;height:11px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1844px no-repeat;}.region-gb,.region-uk{width:16px;height:11px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1865px no-repeat;}.region-jp{width:16px;height:11px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1886px no-repeat;}.region-us{width:16px;height:11px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1907px no-repeat;}.icon-search{width:16px;height:16px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1708px no-repeat;margin-right:5px;margin-left:-2px;vertical-align:top;}.clipcounts span.views{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1608px no-repeat;background-repeat:no-repeat;}.clipcounts span.comments{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1564px no-repeat;background-repeat:no-repeat;}.clipcounts span.favourites{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1586px no-repeat;background-repeat:no-repeat;}.clipcounts span.time{width:12px;height:12px;display:inline-block;background:url("/sprites/icons/7.0-icons.sprite.png") -10px -1542px no-repeat;width:30%;background-repeat:no-repeat;}.sharedropdown,.sharepanel,section.sharepanel>article{display:flex;justify-content:space-around;}.sharedropdown>a,.sharepanel>a,section.sharepanel>article>a{color:#fff !important;text-align:center;background:#808080;border-radius:2px;}.sharedropdown>a.instagram,.sharepanel>a.instagram,section.sharepanel>article>a.instagram{background:#cb0866;}.sharedropdown>a.discord,.sharepanel>a.discord,section.sharepanel>article>a.discord{background:#6f85d4;}.sharedropdown>a.twitch,.sharepanel>a.twitch,section.sharepanel>article>a.twitch{background:#9147ff;}.sharedropdown>a.youtube,.sharepanel>a.youtube,section.sharepanel>article>a.youtube{background:#f00;}.sharedropdown>a.mixer,.sharepanel>a.mixer,section.sharepanel>article>a.mixer{background:#364163;}.sharedropdown>a.twitter,.sharepanel>a.twitter,section.sharepanel>article>a.twitter{background:#50abf1;}.sharedropdown>a.facebook,.sharepanel>a.facebook,section.sharepanel>article>a.facebook{background:#3b5998;}.sharedropdown>a.google,.sharepanel>a.google,section.sharepanel>article>a.google{background:#df4b37;font-size:2rem;}.sharedropdown>a.reddit,.sharepanel>a.reddit,section.sharepanel>article>a.reddit{background:#ff4500;}.sharedropdown>a.email,.sharedropdown>a.website,.sharepanel>a.email,.sharepanel>a.website,section.sharepanel>article>a.email,section.sharepanel>article>a.website{background:#557fa9;}.sharedropdown>a.friendfeed,.sharepanel>a.friendfeed,section.sharepanel>article>a.friendfeed{background:#000;}.sharedropdown>a,.sharepanel>a,section.sharepanel>article>a{max-width:30%;}.sharedropdown>a>img,.sharepanel>a>img,section.sharepanel>article>a>img{width:16px;height:16px;}.sharedropdown>a>span,.sharepanel>a>span,section.sharepanel>article>a>span{display:none;}main .sharepanel{display:flex;flex-wrap:wrap;align-items:center;margin:0 -.5rem;padding-top:0 !important;justify-content:left;}main .sharepanel a{height:20px;margin:.5rem;font-size:1.4rem;}main .sharepanel .tgn-icon{max-height:20px;max-width:20px;border-radius:50%;box-shadow:rgba(255,255,255,.8) 0 0 4px,rgba(255,255,255,.8) 0 0 4px;}main .sharepanel .subtext{display:none;}main .sharepanel span{display:inline-block !important;}section.sharepanel>article>a>img{width:28px;height:28px;margin-top:-8px;}section.sharepanel{display:block;}section.sharepanel>article>a{font-size:2.3rem;line-height:4rem;}.sharedropdown{position:relative;}.sharebutton{float:right;}.sharedropdown,.sharepanel{align-items:center;}.sharedropdown p.subtext,.sharepanel p.subtext{width:100%;margin:0 1rem .5rem;text-align:right;}.sharedropdown>a,.sharepanel>a{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;margin:0 .25rem .25rem;padding:.5rem 1rem;flex-shrink:0;min-width:1.5rem;text-align:left;font-weight:normal;}.sharedropdown>a.google,.sharepanel>a.google{font-size:1.6rem;}.sharedropdown>a>span,.sharepanel>a>span{float:right;margin-left:1rem;}.sharedropdown.rightaligned>a>span{margin-left:1.5rem;color:#000;}.sharedropdown{z-index:2;right:5px;flex-direction:column;background:#fff;padding:1rem;border:1px solid #ccc;border-radius:5px;align-items:flex-start;min-width:100px;}.sharedropdown>a{justify-content:flex-end;width:100%;box-sizing:border-box;margin:.25rem 0;font-weight:normal;}.sharedropdown>a>img{width:18px;height:18px;margin:0;}.sharedropdown>a>span{display:block;}@media(min-width:576px){.sharepanel{justify-content:flex-end;}.sharepanel p.subtext{width:auto;margin-right:1rem;}section.sharepanel>article>a{display:flex;flex-grow:1;flex-basis:100%;flex-direction:row-reverse;align-items:center;justify-content:center;font-size:1.6rem;}section.sharepanel>article>a img,section.sharepanel>article>a .fa{margin-right:1rem;}section.sharepanel>article>a>img{margin-top:0;}section.sharepanel>article>a+a{margin-left:1rem;}section.sharepanel>article>a>span{display:inline-block;}}@media(min-width:768px){.sharepanel>a>span{display:inline-block;}}@media(min-width:900px){.sharepanel>a>span{display:none;}section.sharepanel>article>a{font-size:2rem;flex-grow:0;}section.sharepanel>article>a img,section.sharepanel>article>a .fa{margin:0;}section.sharepanel>article>a>span{display:none;}}h1.pagetitle{display:block;}h1.pagetitle .dropdown{float:right;font-size:1.2rem;width:200px;}@media(max-width:576px){.siteleaderboards-tracking{flex-direction:column;}.siteleaderboards-tracking .maintable{margin:10px 0;}}