.ms-mobile-select{position:fixed;inset:0;z-index:0;opacity:0;visibility:hidden;-webkit-transition:opacity .4s,z-index .4s;transition:opacity .4s,z-index .4s;transform:translate(0)}.ms-mobile-select *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.ms-mobile-select .ms-gray-layer{position:fixed;inset:0;background:#000000b3;z-index:888;display:block}.ms-mobile-select .ms-content{width:100%;display:block;position:fixed;z-index:889;color:#000;-webkit-transition:all .4s;transition:all .4s;bottom:-350px;left:0;background:#fff}.ms-mobile-select .ms-fix-width{width:90%;margin:0 auto;position:relative}.ms-mobile-select .ms-fix-width:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ms-mobile-select .ms-btn-bar{border-bottom:1px solid #dcdcdc;font-size:15px;height:45px;position:relative;text-align:center;line-height:45px}.ms-mobile-select .ms-cancel,.ms-mobile-select .ms-ensure{height:45px;width:55px;cursor:pointer;position:absolute;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ms-mobile-select .ms-cancel{left:0;color:#666}.ms-mobile-select .ms-ensure{right:0;color:#1e83d3}.ms-mobile-select .ms-title{font-size:15px;padding:0 15%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ms-mobile-select .ms-panel:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ms-mobile-select .ms-wheels{width:100%;height:200px;overflow:hidden}.ms-mobile-select .ms-wheel{position:relative;z-index:0;float:left;width:50%;height:200px;overflow:hidden;-webkit-transition:width .3s ease;transition:width .3s ease}.ms-mobile-select .ms-select-container{display:block;text-align:center}.ms-mobile-select .ms-select-container li{font-size:15px;display:block;height:40px;line-height:40px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ms-mobile-select .ms-select-line{height:40px;width:100%;position:absolute;top:80px;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}.ms-mobile-select .ms-shadow-mask{position:absolute;top:0;width:100%;height:200px;background:linear-gradient(to bottom,#fffffff5,#fffc 25%,#fff0 49% 51%,#fffc 75%,#fffffff5);opacity:.9;pointer-events:none}.ms-mobile-select.ms-show{opacity:1;z-index:10000;visibility:visible}.ms-mobile-select.ms-show .ms-content{bottom:0}.ms-default-trigger{min-height:1em;color:#888}body.ms-show{overflow-y:hidden}@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translate(13%)}to{transform:scale(1) translateY(-45%) translate(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translate(13%)}to{transform:scale(1) translateY(-45%) translate(13%)}}.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px #00000040;position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translate(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translate(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:#00000040;border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:none;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:#00000026}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px #00000021;width:100%}.notyf__dismiss{width:56px}}:where(html){--ease-1:cubic-bezier(.25,0,.5,1);--ease-2:cubic-bezier(.25,0,.4,1);--ease-3:cubic-bezier(.25,0,.3,1);--ease-4:cubic-bezier(.25,0,.2,1);--ease-5:cubic-bezier(.25,0,.1,1);--ease-in-1:cubic-bezier(.25,0,1,1);--ease-in-2:cubic-bezier(.5,0,1,1);--ease-in-3:cubic-bezier(.7,0,1,1);--ease-in-4:cubic-bezier(.9,0,1,1);--ease-in-5:cubic-bezier(1,0,1,1);--ease-out-1:cubic-bezier(0,0,.75,1);--ease-out-2:cubic-bezier(0,0,.5,1);--ease-out-3:cubic-bezier(0,0,.3,1);--ease-out-4:cubic-bezier(0,0,.1,1);--ease-out-5:cubic-bezier(0,0,0,1);--ease-in-out-1:cubic-bezier(.1,0,.9,1);--ease-in-out-2:cubic-bezier(.3,0,.7,1);--ease-in-out-3:cubic-bezier(.5,0,.5,1);--ease-in-out-4:cubic-bezier(.7,0,.3,1);--ease-in-out-5:cubic-bezier(.9,0,.1,1);--ease-elastic-out-1:cubic-bezier(.5,.75,.75,1.25);--ease-elastic-out-2:cubic-bezier(.5,1,.75,1.25);--ease-elastic-out-3:cubic-bezier(.5,1.25,.75,1.25);--ease-elastic-out-4:cubic-bezier(.5,1.5,.75,1.25);--ease-elastic-out-5:cubic-bezier(.5,1.75,.75,1.25);--ease-elastic-in-1:cubic-bezier(.5,-.25,.75,1);--ease-elastic-in-2:cubic-bezier(.5,-.5,.75,1);--ease-elastic-in-3:cubic-bezier(.5,-.75,.75,1);--ease-elastic-in-4:cubic-bezier(.5,-1,.75,1);--ease-elastic-in-5:cubic-bezier(.5,-1.25,.75,1);--ease-elastic-in-out-1:cubic-bezier(.5,-.1,.1,1.5);--ease-elastic-in-out-2:cubic-bezier(.5,-.3,.1,1.5);--ease-elastic-in-out-3:cubic-bezier(.5,-.5,.1,1.5);--ease-elastic-in-out-4:cubic-bezier(.5,-.7,.1,1.5);--ease-elastic-in-out-5:cubic-bezier(.5,-.9,.1,1.5);--ease-step-1:steps(2);--ease-step-2:steps(3);--ease-step-3:steps(4);--ease-step-4:steps(7);--ease-step-5:steps(10);--ease-elastic-1:var(--ease-elastic-out-1);--ease-elastic-2:var(--ease-elastic-out-2);--ease-elastic-3:var(--ease-elastic-out-3);--ease-elastic-4:var(--ease-elastic-out-4);--ease-elastic-5:var(--ease-elastic-out-5);--ease-squish-1:var(--ease-elastic-in-out-1);--ease-squish-2:var(--ease-elastic-in-out-2);--ease-squish-3:var(--ease-elastic-in-out-3);--ease-squish-4:var(--ease-elastic-in-out-4);--ease-squish-5:var(--ease-elastic-in-out-5);--ease-spring-1:linear(0,.006,.025 2.8%,.101 6.1%,.539 18.9%,.721 25.3%,.849 31.5%,.937 38.1%,.968 41.8%,.991 45.7%,1.006 50.1%,1.015 55%,1.017 63.9%,1.001);--ease-spring-2:linear(0,.007,.029 2.2%,.118 4.7%,.625 14.4%,.826 19%,.902,.962,1.008 26.1%,1.041 28.7%,1.064 32.1%,1.07 36%,1.061 40.5%,1.015 53.4%,.999 61.6%,.995 71.2%,1);--ease-spring-3:linear(0,.009,.035 2.1%,.141 4.4%,.723 12.9%,.938 16.7%,1.017,1.077,1.121,1.149 24.3%,1.159,1.163,1.161,1.154 29.9%,1.129 32.8%,1.051 39.6%,1.017 43.1%,.991,.977 51%,.974 53.8%,.975 57.1%,.997 69.8%,1.003 76.9%,1);--ease-spring-4:linear(0,.009,.037 1.7%,.153 3.6%,.776 10.3%,1.001,1.142 16%,1.185,1.209 19%,1.215 19.9% 20.8%,1.199,1.165 25%,1.056 30.3%,1.008 33%,.973,.955 39.2%,.953 41.1%,.957 43.3%,.998 53.3%,1.009 59.1% 63.7%,.998 78.9%,1);--ease-spring-5:linear(0,.01,.04 1.6%,.161 3.3%,.816 9.4%,1.046,1.189 14.4%,1.231,1.254 17%,1.259,1.257 18.6%,1.236,1.194 22.3%,1.057 27%,.999 29.4%,.955 32.1%,.942,.935 34.9%,.933,.939 38.4%,1 47.3%,1.011,1.017 52.6%,1.016 56.4%,1 65.2%,.996 70.2%,1.001 87.2%,1);--ease-bounce-1:linear(0,.004,.016,.035,.063,.098,.141,.191,.25,.316,.391 36.8%,.563,.766,1 58.8%,.946,.908 69.1%,.895,.885,.879,.878,.879,.885,.895,.908 89.7%,.946,1);--ease-bounce-2:linear(0,.004,.016,.035,.063,.098,.141 15.1%,.25,.391,.562,.765,1,.892 45.2%,.849,.815,.788,.769,.757,.753,.757,.769,.788,.815,.85,.892 75.2%,1 80.2%,.973,.954,.943,.939,.943,.954,.973,1);--ease-bounce-3:linear(0,.004,.016,.035,.062,.098,.141 11.4%,.25,.39,.562,.764,1 30.3%,.847 34.8%,.787,.737,.699,.672,.655,.65,.656,.672,.699,.738,.787,.847 61.7%,1 66.2%,.946,.908,.885 74.2%,.879,.878,.879,.885 79.5%,.908,.946,1 87.4%,.981,.968,.96,.957,.96,.968,.981,1);--ease-bounce-4:linear(0,.004,.016 3%,.062,.141,.25,.391,.562 18.2%,1 24.3%,.81,.676 32.3%,.629,.595,.575,.568,.575,.595,.629,.676 48.2%,.811,1 56.2%,.918,.86,.825,.814,.825,.86,.918,1 77.2%,.94 80.6%,.925,.92,.925,.94 87.5%,1 90.9%,.974,.965,.974,1);--ease-bounce-5:linear(0,.004,.016 2.5%,.063,.141,.25 10.1%,.562,1 20.2%,.783,.627,.534 30.9%,.511,.503,.511,.534 38%,.627,.782,1 48.7%,.892,.815,.769 56.3%,.757,.753,.757,.769 61.3%,.815,.892,1 68.8%,.908 72.4%,.885,.878,.885,.908 79.4%,1 83%,.954 85.5%,.943,.939,.943,.954 90.5%,1 93%,.977,.97,.977,1)}.sun-and-moon>:is(.moon,.sun,.sun-beams){transform-origin:center center}.sun-and-moon{background-color:transparent!important;fill:none}.sun-and-moon>:is(.moon,.sun){fill:var(--icon-fill)}.theme-toggle:is(:hover,:focus-visible)>.sun-and-moon>:is(.moon,.sun){fill:var(--icon-fill-hover)}.sun-and-moon>.sun-beams{stroke:var(--icon-fill);stroke-width:2px}.theme-toggle:is(:hover,:focus-visible) .sun-and-moon>.sun-beams{stroke:var(--icon-fill-hover)}[data-theme=dark] .sun-and-moon>.sun{transform:scale(1.75)}[data-theme=dark] .sun-and-moon>.sun-beams{opacity:0}[data-theme=dark] .sun-and-moon>.moon>circle{transform:translate(-7px)}@supports (cx: 1){[data-theme=dark] .sun-and-moon>.moon>circle{transform:translate(0);cx:17}}@media(prefers-reduced-motion:no-preference){.sun-and-moon>.sun{transition:transform .5s var(--ease-elastic-3)}.sun-and-moon>.sun-beams{transition:transform .5s var(--ease-elastic-4),opacity .5s var(--ease-3)}.sun-and-moon .moon>circle{transition:transform .25s var(--ease-out-5)}@supports (cx: 1){.sun-and-moon .moon>circle{transition:cx .25s var(--ease-out-5)}}[data-theme=dark] .sun-and-moon>.sun{transform:scale(1.75);transition-timing-function:var(--ease-3);transition-duration:.25s}[data-theme=dark] .sun-and-moon>.sun-beams{transform:rotate(-25deg);transition-duration:.15s}[data-theme=dark] .sun-and-moon>.moon>circle{transition-delay:.25s;transition-duration:.5s}}.theme-toggle{--size: 2rem;--icon-fill: hsl(210 10% 30%);--icon-fill-hover: hsl(210 10% 15%);background:transparent;border:none;padding:0;inline-size:var(--size);block-size:var(--size);aspect-ratio:1;border:none!important;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;outline-offset:5px;float:right}.theme-toggle>svg{inline-size:100%;block-size:100%;stroke-linecap:round}[data-theme=dark] .theme-toggle{--icon-fill: hsl(210 10% 70%);--icon-fill-hover: hsl(210 15% 90%) }@media(hover:none){.theme-toggle{--size: 48px }}html{color-scheme:light}@supports not (color-scheme: dark){html[data-theme=dark]{background:#111}}@-webkit-keyframes octocat-wave{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@keyframes octocat-wave{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}html[data-theme=light]{--white-text-color:#fff;--text-white-color:#585858;--text-color:#585858;--bg-color:#f6f6f6;--bg-white-color:#fff;--sub-bg-color:#efefef;--bottom-actions-bg-color:#fff;--bottom-actions-border-color:#d2d2d2;--sub-border-color:#aaa;--sub-color:#aaa;--div-button-bg-color:#fff;--div-button-color:inherit;--div-button-border-color:silver;--ok-green-color:#128141;--ok-dark-green-color:#0d6e37;--del-dark-ref-color:#bc0000;--ok-blue-color:#0d6efd;--ok-dark-blue-color:#0757d7;--ok-red-color:red;--th-bg-color:#0080f3;--th-color:#f2f2f2;--th-border-color:#0080f3;--tr-even-color:#fff;--tr-odd-color:#fbfbfb;--tr-border-bottom-color:#ddd;--open-rounds-border-color:#aaa;--open-rounds-bg-color:#7ab2e0;--open-rounds-today-bg-color:#0080f3;--open-rounds-today-border-color:#0080f3;--open-tournaments-border-color:#aaa;--open-tournaments-bg-color:#45c9ea;--open-tournaments-today-bg-color:#0080f3;--open-tournaments-today-border-color:#0080f3;--home-icon:url(images/home.svg);--settings-icon:url(images/settings.svg);--round-icon:url(images/round.svg);--scorecard-icon:url(images/scorecard.svg);--stableford-icon:url(../images/stableford.svg);--bestball-icon:url(../images/bestball.svg);--betterball-icon:url(../images/betterball.svg);--strokeplay-icon:url(../images/strokeplay.svg);--matchplay-icon:url(../images/matchplay.svg);--skins-icon:url(../images/skins.svg);--scramble-icon:url(../images/scramble.svg);--scramble2-icon:url(../images/scramble2.svg);--fourball-icon:url(../images/fourball.svg);--foursome-icon:url(../images/foursome.svg);--singles-icon:url(../images/matchplay.svg);--clipboard-icon:url(images/copytoclipboard_light.svg);--refresh-button:url(images/refresh.svg);--friend-available-bg-color:#fff;--friend-available-border-color:#b4b4b4;--friend-owninvite-bg-color:#40c26d;--friend-owninvite-border-color:#40c26d;--friend-invited-border-color:orange;--friend-invited-bg-color:orange;--friend-invited-color:#fff;--input-bg-color:#fff;--input-border-color:#c5c5c5;--input-border-bottom-color:#c5c5c5;--input-color:inherit;--select-bg-color:inherit;--button-bg-color:#fff;--button-color:inherit;--action-button-border-color:silver;--white-dark-color:#fff;--white-sub-color:#fff;--playtype-border-color:none;--playtype-divider-bg-color:#589ed0;--playtype-box-shadow:4px 4px 3px -2px hsla(0,0%,53%,.3);--round-top-border-color:#bbb;--round-bottom-border-color:#ececec;--ownpar-color:#eee;--ownpar-selected-color:#b9b9b9;--pulse1-color:#ffb81c;--pulse2-color:rgba(255,184,28,0);--pulse3-color:red;--pulse4-color:rgba(255,0,0,0);--amateur-double-color:#fff;--sc-sort-bg-color:#f2f2f2;--sc-sort-border-color:#ccc;--sc-sort-text-color:#585858;--sc-hole-bg-color:#ddd;--sc-hcp-par:#888;--scorep:#666;--sc-amateur-hcp-par:#121212;--sc-box-shadow:3px 3px 5px #bbb;--sc-total-border-color:#aaa;--webauthn-icon:url(../images/webauthn.svg);--login-pw-color:#54544e;--carryover-color:#4bcd4b;--growl-error-bg-color:#fcc;--growl-message-color:#6a6a6a;--growl-close-color:#fff;--growl-error-close-color:#000;--phcp-color:#777;--stat-center:url(images/statcenter_dark.svg);--stat-left:url(images/statleft_dark.svg);--stat-active-img:url(images/arrow_light_active.svg);--stat-right:url(images/statright_dark.svg);--fairwaymiss:url(images/fairwaymiss.svg);--fairwaymiss-active:url(images/fairwaymiss_active.svg);--external-link:url(images/external_link_light.svg);--stat-button-bg:#0080f3;--stat-ssuad-active-border:1px solid #0080f3;--stat-ssuad-active-bg:#0080f3;--stat-select-border:0;--stat-select-text-color:#fff;--stat-button-border:1px solid #0080f3;--stat-button-active-border:1px solid #0080f3;--stat-button-active-bg:#c8e4ff;--stat-ok-button-color:#fff;--score-color:#121212;--share-android:url(images/share_android_light.svg);--lightblue-white-color:#0080f3;--sandsave-upanddown-active-content:"\2713  ";--growl-bg-color:#434343;--lock-url:url(images/lock.svg);--bs-form-invalid-color:#dc3545;--fieldset-color:#aaa;--buttongroup-middle-border-color:#aac8e7;--score-entry-selected-row:#0059d1;--score-skipped-color:#000;--hr-border-top:1px solid #ccc;--hr-color:#f8f8f8;--stat-hole-par-bg-color:#cfcfcf;--stat-hole-par-color:inherit;--slot-dragover:#cfcfcf;--thumb-icon:url(images/thumb.svg);--comment-icon:url(images/comment.svg);--stat-icon:url(images/stat.svg);--select-chevron:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23585858' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");--red-vs-blue-divider-color:silver}html[data-theme=dark],html[data-theme=light]{--official-border-bogey:#888;--picker-ownpar-bg-color:#c9ffc9;--picker-ownpar-color:#585858;--amateur-bogey-color:#fff;--statplus:url(images/puttplus_dark.svg);--statminus:url(images/puttminus_dark.svg);--arrowright:url(images/arrow_right_dark.svg);--arrowleft:url(images/arrow_left_dark.svg)}html[data-theme=dark]{--white-text-color:#ddd;--text-white-color:#fff;--text-color:#ddd;--bg-color:#212121;--bg-white-color:#333;--sub-bg-color:#343434;--bottom-actions-bg-color:#5e5e5e;--bottom-actions-border-color:#4b4b4b;--sub-border-color:#4b4b4b;--div-button-bg-color:#343434;--div-button-color:#ddd;--div-button-border-color:#4b4b4b;--ok-green-color:#128141;--ok-dark-green-color:#0d6e37;--ok-blue-color:#0d6efd;--ok-dark-blue-color:#0757d7;--ok-red-color:#e63946;--th-bg-color:#343434;--th-color:#ddd;--th-border-color:#404146;--tr-even-color:#1e1e1e;--tr-odd-color:#232527;--tr-border-bottom-color:#333;--open-rounds-border-color:#7ab2e0;--open-rounds-bg-color:#7ab2e0;--open-rounds-today-bg-color:#0080f3;--open-rounds-today-border-color:#0080f3;--open-tournaments-border-color:#7ab2e0;--open-tournaments-bg-color:#45c9ea;--open-tournaments-today-bg-color:#0080f3;--open-tournaments-today-border-color:#0080f3;--home-icon:url(images/home_dark.svg);--settings-icon:url(images/settings_dark.svg);--round-icon:url(images/round_dark.svg);--scorecard-icon:url(images/scorecard_dark.svg);--stableford-icon:url(../images/stableford_dark.svg);--bestball-icon:url(../images/bestball_dark.svg);--betterball-icon:url(../images/betterball_dark.svg);--strokeplay-icon:url(../images/strokeplay_dark.svg);--matchplay-icon:url(../images/matchplay_dark.svg);--skins-icon:url(../images/skins_dark.svg);--scramble-icon:url(../images/scramble_dark.svg);--scramble2-icon:url(../images/scramble2_dark.svg);--fourball-icon:url(../images/fourball_dark.svg);--foursome-icon:url(../images/foursome_dark.svg);--singles-icon:url(../images/matchplay_dark.svg);--external-link:url(images/external_link_dark.svg);--clipboard-icon:url(images/copytoclipboard_dark.svg);--refresh-button:url(images/refresh_dark.svg);--friend-available-bg-color:#3a3b3e;--friend-available-border-color:#3a3b3e;--friend-owninvite-bg-color:#40c26d;--friend-owninvite-border-color:#40c26d;--friend-invited-border-color:orange;--friend-invited-bg-color:orange;--friend-invited-color:#424242;--input-bg-color:#333;--input-border-color:#444;--input-border-bottom-color:#606060;--input-color:#e1e1e1;--select-bg-color:inherit;--button-bg-color:#595959;--button-color:#e6e6e6;--white-dark-color:#121212;--white-sub-color:#343434;--playtype-border-color:#525252;--playtype-divider-bg-color:#343434;--playtype-box-shadow:none;--round-top-border-color:#343434;--round-bottom-border-color:#444;--ownpar-color:#5c5c5c;--ownpar-selected-color:#8e8c8c;--pulse1-color:#fbce4b;--pulse2-color:rgba(255,222,100,0);--pulse3-color:#fff;--pulse4-color:hsla(0,0%,100%,0);--amateur-double-color:#a8a8a8;--sc-sort-bg-color:#464545;--sc-sort-border-color:#888;--sc-sort-text-color:#fff;--sc-hole-bg-color:#404146;--sc-hcp-par:#ababab;--scorep:#ddd;--sc-amateur-hcp-par:#121212;--sc-box-shadow:none;--sc-total-border-color:#666;--webauthn-icon:url(../images/webauthn_dark.svg);--login-pw-color:#aaa;--carryover-color:#fff;--growl-error-bg-color:#c82f2f!important;--growl-message-color:#fff;--growl-close-color:#fff;--growl-error-close-color:#fff;--phcp-color:#ddd;--stat-center:url(images/statcenter_dark.svg);--stat-left:url(images/statleft_dark.svg);--stat-active-img:url(images/statleft_dark.svg);--stat-right:url(images/statright_dark.svg);--fairwaymiss:url(images/fairwaymiss.svg);--fairwaymiss-active:url(images/fairwaymiss_active_dark.svg);--stat-button-bg:#0080f3;--stat-select-text-color:#fff;--stat-select-border:1px solid #0080f3;--stat-button-border:1px solid #0080f3;--stat-button-active-border:3px solid #fff;--stat-ssuad-active-border:3px solid #fff;--stat-ssuad-active-bg:#0080f3;--stat-button-active-bg:#0080f3;--stat-ok-button-color:#fff;--share-android:url(images/share_android_dark.svg);--lightblue-white-color:#fff;--growl-bg-color:#208a20;--lock-url:url(images/lock_dark.svg);--bs-form-invalid-color:#ea868f;--fieldset-color:#555;--buttongroup-middle-border-color:#1b75d0;--score-entry-selected-row:#545454;--score-skipped-color:#fff;--hr-border-top:none;--hr-color:#4b4b4b;--stat-hole-par-bg-color:#4b4b4b;--stat-hole-par-color:#c7c7c7;--slot-dragover:#222;--thumb-icon:url(images/thumb_dark.svg);--comment-icon:url(images/comment_dark.svg);--stat-icon:url(images/stat_dark.svg);--select-chevron:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");--red-vs-blue-divider-color:#343434}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input[type=submit],ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:16px;vertical-align:baseline}html{line-height:1;overflow-x:hidden}body,html{background-color:var(--bg-color)}body{touch-action:manipulation;color:var(--text-color);overflow:hidden;overflow-y:auto}input.btn-primary{padding:6px 12px}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}form{margin-top:2em}.sub-bg{background-color:var(--sub-bg-color);margin-top:0}.notyf__message a{text-decoration:underline;color:inherit}html[data-theme=dark]{color-scheme:dark}html[data-theme=dark] #tinymce,html[data-theme=dark] .tox .tox-edit-area__iframe,html[data-theme=dark] body#tinymce.mce-content-body{background-color:#333}html[data-theme=dark] .tox-tinymce{border-color:#575757}html[data-theme=dark] .tox .tox-toolbar,html[data-theme=dark] .tox .tox-toolbar__overflow,html[data-theme=dark] .tox .tox-toolbar__primary,html[data-theme=dark] .tox:not(.tox-tinymce-inline) .tox-editor-header{background-color:#333}html[data-theme=dark] button:not(.theme-toggle,.action-button,.small-button,.notyf__dismiss-btn){background-color:var(--button-bg-color);color:var(--button-color);border:none;border-radius:6px;font-size:1em;font-weight:300}html[data-theme=dark] .ms-mobile-select .ms-content{background-color:var(--sub-bg-color)}html[data-theme=dark] .ms-mobile-select .ms-content .ms-cancel,html[data-theme=dark] .ms-mobile-select .ms-content .ms-ensure,html[data-theme=dark] .ms-mobile-select .ms-content .ms-select-container li,html[data-theme=dark] .ms-mobile-select .ms-content .ms-title{color:#fff}html[data-theme=dark] .ms-shadow-mask{background:linear-gradient(180deg,#2b2b2bf5,#2b2b2bcc 25%,#2b2b2b00 49% 51%,#2b2b2bcc 75%,#2b2b2bf5)}html[data-theme=dark] .xdebug-var-dump{color:#aaa}html[data-theme=light] button:not(.theme-toggle,.action-button,.small-button,.notyf__dismiss-btn){background-color:#fff;color:inherit;border:1px solid #888;border-radius:6px;font-size:1em}html[data-theme=light] button:not(.theme-toggle,.action-button,.small-button,.notyf__dismiss-btn).bold{font-weight:700}hr{margin-top:15px;margin-bottom:15px;border-top:var(--hr-border-top);color:var(--hr-color);background-color:#f8f8f8}ol,ul{list-style:none}h2{font-size:1.5em;margin-top:20px;margin-bottom:10px;padding-top:5px}h3{margin-top:30px;margin-bottom:20px;font-size:1.2em}body>.header_bg>header,body>footer{padding:10px 20px;max-width:960px;margin:0 auto}body.admin>footer{width:auto}body>.header_bg>header{min-height:65px;padding-top:20px;position:relative}body>.header_bg{box-shadow:0 0 5px #888;background:#fafafa}body>.header_bg>header nav{top:20px}body>footer{margin-top:40px;border-top:1px solid #eaeaeb;font-style:italic;font-size:.8em;text-align:right;clear:both}body>footer a{color:#585858}#hcp,body,input[type=email],input[type=password],input[type=text],select,textarea{font-family:system-ui,Segoe UI;font-size:16px;font-weight:600}select{background-color:var(--select-bg-color);color:var(--text-color);font-weight:400;background-image:var(--select-chevron)!important;-webkit-appearance:none;appearance:none;background-size:18px;background-position:calc(100% - 6px) 50%;background-repeat:no-repeat;padding-right:24px;border-radius:5px}html[data-theme=light] select{border:1px solid #d3d3d3;padding:5px 24px 5px 5px;background-color:var(--input-bg-color);background-repeat:no-repeat}html[data-theme=dark] select{border:1px solid #585858;padding:5px 24px 5px 5px}input[type=date],input[type=email],input[type=number],input[type=password],input[type=text],input[type=time]{background-color:var(--input-bg-color);border:1px solid var(--input-border-color);border-bottom-color:var(--input-border-bottom-color);color:var(--input-color)}.ui-widget,.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Helvetica Neue,Helvetica,sans-serif}body{color:#585858;line-height:1.5}body>div.background{z-index:-100;position:absolute;left:0;right:0;height:95px}body>.header_bg>header nav{position:absolute;right:10px;top:28px;font-size:12px;line-height:21px}a{color:#107fff;text-decoration:none}a:hover{text-decoration:underline}.playtype-title-all,h1{font-size:2em;text-align:center}p{margin-top:10px;margin-bottom:10px}p.double{line-height:1.5em}.m20{margin-top:20px}.mt10{margin-top:10px}.ml10{margin-left:10px}.mb10{margin-bottom:10px}.datetime_input{width:13em}.datetime_input.short{width:11em}.date_input,.time_input{width:7em}.prefs .backbutton{text-align:left}#prefs{background-image:url(images/prefs.svg);background-size:32px 32px;height:32px;width:32px;position:absolute;right:18px}#logo{text-align:center;background-image:url(images/logo.svg);background-size:180px 180px;background-repeat:no-repeat;width:180px;height:180px;margin:10px auto}#logo[data-gender="0"]{background-image:url(images/logof.svg)}#logosmall{text-align:center;background-image:url(images/logo.svg);background-size:80px 80px;height:80px;width:80px;margin:10px auto;display:inline-block}#logosmall[data-gender="0"]{background-image:url(images/logof.svg)}body>.header_bg>header nav a{font-size:16px;color:#888;text-decoration:none;cursor:pointer}body>.header_bg>header nav a:hover{font-size:16px;color:#7cb3f7;text-decoration:none}body>.header_bg>header nav li.current a{color:#7cb3f7}body>.header_bg>header nav>div{height:45px;float:left}body>.header_bg>header nav>div.middle>ul>li{display:block;float:left;padding:0 7px 0 5px}body>.header_bg>header nav>div.middle>ul>li:first-child{background:none}body>.header_bg>header nav>div.middle>ul{list-style:none;display:table;padding:5px 0 0}body>.header_bg>header nav>div.middle>ul>li a{display:block;padding:4px 7px 9px}div.notification{position:absolute;display:none;right:10px}.mobile-nav{background:#7cb3f7;margin-top:12px;display:block;position:relative;float:right;padding:9px 10px;margin-right:15px;margin-bottom:8px;border:1px solid transparent;border-radius:4px;display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.mobile-nav .icon-bar{background:#fff;display:block;width:22px;height:2px;border-radius:1px}.mobile-nav .icon-bar+.icon-bar{margin-top:4px}body #wrapper{margin:0 auto}#wrapper{clear:both}#content{position:relative}#content header{margin-bottom:20px;margin-top:20px}table{border-collapse:collapse;border-spacing:0}table tr td{vertical-align:middle;padding:10px 2px;cursor:default;color:var(--text-color)}table tr.even{background-color:var(--tr-even-color)}table tr.odd{background-color:var(--tr-odd-color)}table tr th{padding:5px 2px;background-color:var(--th-bg-color);border-bottom:1px solid var(--th-border-color);color:var(--th-color)}table tr td:first-child,table tr th:first-child{padding-left:8px}table tr td:last-child,table tr th:last-child{padding-right:8px}table.lines td{border-bottom:1px solid var(--tr-border-bottom-color)}.pageview_mobile_row.odd{background-color:var(--tr-odd-color);border-bottom:none}.pageview_mobile_row.even{background-color:var(--tr-even-color);border-bottom:none}caption td td{text-align:left;font-weight:400;vertical-align:middle}.new_round{display:block;width:90%;padding:6px;border:1px solid gray;border-radius:4px;margin-bottom:4px;text-align:center;cursor:pointer}#flight_page{display:inline-block;margin-right:10px}#add_favourite,#continue,#feedback,#flight_edit,#login_button,#main_page,#show_scorecard{margin-top:15px;text-align:center;padding:6px;cursor:pointer}#show_scorecard{margin-top:10px}body.start h3{margin-bottom:0}body.start .startmessage{display:inline-block;padding:10px;background-color:var(--div-button-bg-color);color:var(--div-button-color);border:1px solid var(--div-button-border-color)}body.start .startmessage a{color:inherit;text-decoration:underline}body.start .open-rounds{text-align:center}body.start .open-rounds .open-round{display:inline-block;border:1px solid var(--open-rounds-border-color);border-radius:7px;padding:10px;text-align:center;margin-top:15px;margin-left:5px;box-shadow:3px 3px 3px 1px #0000001a;user-select:none;cursor:pointer;background-color:var(--open-rounds-bg-color);color:#fff}body.start .open-rounds .open-round.today{background-color:var(--open-rounds-today-bg-color);border-color:var(--open-rounds-today-border-color)}body.start .open-rounds .open-round .playtype{font-weight:400;font-size:.8em}body.start .open-rounds .open-round .playtype>div{font-size:.8em}body.start .open-rounds .open-round .teetime{font-weight:400;font-size:.8em}body.start .open-tournaments{text-align:center}body.start .open-tournaments .open-tournament{display:inline-block;border:1px solid var(--open-tournaments-border-color);border-radius:7px;padding:10px;text-align:center;margin-top:15px;margin-left:5px;box-shadow:3px 3px 3px 1px #0000001a;user-select:none;cursor:pointer;background-color:var(--open-tournaments-bg-color);color:#fff}body.start .open-tournaments .open-tournament.today{background-color:var(--open-tournaments-today-bg-color);border-color:var(--open-tournaments-today-border-color)}body.start .open-tournaments .open-tournament .participants{font-weight:400;font-size:.8em}body.start .open-tournaments .open-tournament .participants>div{font-size:.8em}body.start .open-tournaments .open-tournament .time{font-weight:400;font-size:.8em}body.start #friendlist{margin-bottom:20px}body.start #frbtn:not(.invite):after{content:" ";display:inline-block;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid currentColor;vertical-align:middle;margin-left:.7rem;transform:translateY(-2px);transition:transform .2s ease-out;pointer-events:auto;white-space:normal}body.start #frbtn.open:after{content:" ";transform:rotate(90deg) translate(-3px);white-space:normal}#basic_frame,.basic_dialog{max-width:370px;position:relative;margin:0 auto;padding:10px;border:1px solid var(--sub-border-color);background:#fff;border-radius:10px;background-color:var(--white-sub-color);color:var(--text-color)}#basic_frame .form_title,.basic_dialog .form_title{margin-top:10px;font-size:.9em}#basic_frame .login_title,.basic_dialog .login_title{margin-top:5px;margin-bottom:5px}#basic_frame .user_pass,.basic_dialog .user_pass{margin-bottom:15px}#basic_frame .light_input,.basic_dialog .light_input{width:100%}#basic_frame .light_input,#basic_frame .light_input2,#basic_frame .light_input50,.basic_dialog .light_input,.basic_dialog .light_input2,.basic_dialog .light_input50{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin:3px 0;padding:5px 3px}#basic_frame .light_input50,.basic_dialog .light_input50{width:49%}#basic_frame #rememberme,.basic_dialog #rememberme{margin-top:15px;margin-bottom:5px}#basic_frame .logintxt,.basic_dialog .logintxt{color:var(--login-pw-color);text-shadow:none;margin-top:15px;margin-bottom:25px}#basic_frame .new_user,#basic_frame .pw_reset_link_touch,.basic_dialog .new_user,.basic_dialog .pw_reset_link_touch{margin-left:10px}#basic_frame .pw_reset_link,.basic_dialog .pw_reset_link{color:var(--login-pw-color);text-shadow:none}#basic_frame #login_button,.basic_dialog #login_button{width:100%}.rcomplete_wrapper{margin-top:20px;text-align:center;margin-bottom:70px}.new_player .form_title,body.prefs #basic_frame .form_title{margin-top:15px!important}.new_player input[name=member_no],body.prefs #basic_frame input[name=member_no]{width:8em}.new_player #stat,body.prefs #basic_frame #stat{text-align:left}.new_player .stat_others,.new_player .stat_others label,body.prefs #basic_frame .stat_others,body.prefs #basic_frame .stat_others label{margin-top:0}.new_player .scolors,body.prefs #basic_frame .scolors{margin-left:10px}.new_player h3,body.prefs #basic_frame h3{margin-top:10px}.new_player .action-button.cancel,.new_player .action-button.ok,body.prefs #basic_frame .action-button.cancel,body.prefs #basic_frame .action-button.ok{padding:6px;width:100%}.new_player .action-button.cancel,body.prefs #basic_frame .action-button.cancel{margin-top:10px}#feedbackbtn,#goeditor,#impersonate{position:absolute;margin-left:10px;z-index:1;width:83px;margin-top:10px}#goeditor{margin-top:38px}#impersonate{margin-top:42px}#feedback{font-size:.8em}.fb_count{font-size:inherit;margin-top:2px;margin-bottom:2px;border-radius:20px;background-color:red;display:inline-block;color:#fff;margin-left:5px;width:20px;height:20px;text-shadow:none}.fb_count.invite{width:26px;height:26px;animation:a 1s infinite alternate}@keyframes a{0%{box-shadow:0 0 3px -3px #ff8989}to{box-shadow:0 0 3px 3px #ff8989}}body.feedback div.readnotif,body.feedback div.unread{height:12px;width:12px;background-color:transparent;border-radius:50%;display:inline-block}body.feedback table td{white-space:pre-line}body.feedback div.unread{background-color:#007aff}body.feedback tr.new{font-weight:700}body.feedback tr.read{color:#888}body.feedback .answer{display:none;border:1px solid #aaa;padding:8px}body.feedback .date,body.feedback .reply{font-size:.8em;font-style:italic}#player div,.hassc{width:100%}span.nowbr{white-space:nowrap}body.impersonate{font-size:18px;margin-left:10px;margin-right:10px;margin-bottom:10px;padding:3px}body.impersonate #content{display:flex;flex-direction:column;align-items:center;gap:10px}body.impersonate #content input{font-size:18px;margin-top:30px}body.impersonate #content #current{margin-top:30px}body.player{color:var(--text-color)}body.player input[name=player-search]{font-size:18px;width:calc(100% - 30px);margin-left:10px;margin-right:10px;margin-bottom:10px;padding:3px}body.player #new_player{margin-bottom:10px;margin-left:10px;padding:13px;background:var(--ok-green-color);border-color:var(--ok-green-color);color:#fff;font-weight:500}body.player .subtitle{color:var(--text-color)}html:not(.mobile) body.player span.idown,html:not(.mobile) body.player span.iup{background:url(images/iup.jpg);background-size:20px 12px;display:inline-block;height:12px;width:20px!important;background-repeat:no-repeat;border:none;position:relative;top:-7px}html:not(.mobile) body.player span.idown{background:url(images/idown.jpg);background-repeat:no-repeat;top:4px;position:relative;left:-20px}html.mobile #player span.idown,html.mobile body.player span.iup{display:none}.share_sc_icon{background-image:url(images/share_apple.svg);background-size:20px 20px;width:20px;margin-bottom:-1px;margin-right:10px}.share_sc_icon,html.android .share_sc_icon{background-repeat:no-repeat;height:20px;display:inline-block}html.android .share_sc_icon{background-image:var(--share-android);background-size:22px 20px;width:22px;margin-bottom:-5px}#friend_request,#logout{margin-top:20px}a.action-button{display:inline-block}button.action-button{height:38px;font-size:inherit}.small-button{border-radius:6px;text-decoration:none;padding:4px 10px}.small-button:active:not(:disabled){transform:scale(.95)}.small-button.ok{background:var(--ok-green-color);border:1px solid var(--ok-green-color)}.small-button.ok:hover{background:var(--ok-dark-green-color)}.small-button.del{background:red;color:var(--white-text-color);border:1px solid red}.small-button.del:hover{background:var(--del-dark-ref-color)}.small-button:disabled{opacity:.5}.action-button{padding:6px;font-size:16px;text-align:center;background:#fff;border-color:var(--action-button-border-color);cursor:pointer}.action-button.ok{background:var(--ok-green-color);border-color:var(--ok-green-color)}.action-button.narrow{width:auto}.action-button.subok{background:var(--ok-blue-color);border-color:var(--ok-blue-color)}.action-button.plain{color:var(--div-button-color);background:var(--div-button-bg-color);border:1px solid var(--div-button-border-color)}.action-button.cancel,.action-button.del{background:red;color:var(--white-text-color);border:1px solid red}.action-button:active:not(:disabled){transform:scale(.98)}.action-button.disabled{opacity:.3}.action-button.disabled:active{transform:scale(1)}#delete{color:#fff;background-color:red;width:60%;margin-left:auto;margin-right:auto;border-radius:10px;padding:5px}#rounds,.wt100{width:100%;background-color:var(--sub-bg-color);vertical-align:middle}body.start #friends th:not(:first-child),body.start #rounds th:not(:first-child){padding-left:2px;padding-right:2px}body.start #courses_rounds tbody td,body.start #friends tbody td,body.start #rounds tbody td,body.start #yearly_rounds tbody td{vertical-align:middle}body.start #friends td,body.start #friends th{font-size:.95em!important}body.start #friends td.rtime,body.start #friends th.rtime{font-size:.95em!important;width:83px;padding-left:8px}body.start #friends td.rtimec,body.start #friends th.rtimec{padding-left:0;padding-right:0}body.start #friends td.rname,body.start #friends th.rname{max-width:100px;overflow-x:hidden;padding-left:8px}body.start #rounds .round.tour .rname span:after{content:"T";display:inline-block;background:#ff8d00;margin-left:5px;width:16px;height:16px;line-height:16px;text-align:center;border-radius:50%;color:#fff;font-size:12px}body.start .rname{max-width:115px;overflow-x:hidden}body.start .rname>.playtype{font-size:.7em}body.start .rname>.playtype>div{font-size:1em;display:inline-block;margin-left:8px}body.start .rtime{padding-left:8px!important}body.start .points,body.start .rscore{padding-left:0}body.start #tournaments td,body.start #tournaments td .rtime,body.start #tournaments th,body.start #tournaments th .rtime{font-size:.95em!important}body.start #tournaments td.rname,body.start #tournaments th.rname{max-width:140px;overflow-x:hidden}#courses_rounds tfoot tr:last-child td{border-top:2px solid #1b75d0!important}#optimum,#stat,#yearly_rounds{text-align:center}html.mobile body.editor a,html.mobile body.editor abbr,html.mobile body.editor acronym,html.mobile body.editor address,html.mobile body.editor applet,html.mobile body.editor article,html.mobile body.editor aside,html.mobile body.editor audio,html.mobile body.editor b,html.mobile body.editor big,html.mobile body.editor blockquote,html.mobile body.editor canvas,html.mobile body.editor caption,html.mobile body.editor center,html.mobile body.editor cite,html.mobile body.editor code,html.mobile body.editor dd,html.mobile body.editor del,html.mobile body.editor details,html.mobile body.editor dfn,html.mobile body.editor div,html.mobile body.editor dl,html.mobile body.editor dt,html.mobile body.editor em,html.mobile body.editor embed,html.mobile body.editor fieldset,html.mobile body.editor figcaption,html.mobile body.editor figure,html.mobile body.editor footer,html.mobile body.editor form,html.mobile body.editor h1,html.mobile body.editor h2,html.mobile body.editor h3,html.mobile body.editor h4,html.mobile body.editor h5,html.mobile body.editor h6,html.mobile body.editor header,html.mobile body.editor hgroup,html.mobile body.editor i,html.mobile body.editor iframe,html.mobile body.editor img,html.mobile body.editor ins,html.mobile body.editor kbd,html.mobile body.editor label,html.mobile body.editor legend,html.mobile body.editor li,html.mobile body.editor mark,html.mobile body.editor menu,html.mobile body.editor nav,html.mobile body.editor object,html.mobile body.editor ol,html.mobile body.editor output,html.mobile body.editor p,html.mobile body.editor pre,html.mobile body.editor q,html.mobile body.editor ruby,html.mobile body.editor s,html.mobile body.editor samp,html.mobile body.editor section,html.mobile body.editor small,html.mobile body.editor span,html.mobile body.editor strike,html.mobile body.editor strong,html.mobile body.editor sub,html.mobile body.editor summary,html.mobile body.editor sup,html.mobile body.editor table,html.mobile body.editor tbody,html.mobile body.editor td,html.mobile body.editor tfoot,html.mobile body.editor th,html.mobile body.editor thead,html.mobile body.editor time,html.mobile body.editor tr,html.mobile body.editor tt,html.mobile body.editor u,html.mobile body.editor ul,html.mobile body.editor var,html.mobile body.editor video{font-size:18px!important}.toownpar{color:red;margin-left:-10px}.ownpar_n{color:red}.toownpoints{position:relative;top:-.3em;font-size:.9em;margin-left:2px}body.editor .arr{background:#000;display:inline-block;vertical-align:middle;transition:transform .2s ease-out}body.editor #dinput{margin-top:10px}body.editor div.notification{position:fixed;color:#000;white-space:nowrap}body.editor .arr.down{transform:rotate(223deg) translate(-2px) translateY(6px)}body.editor .arr-prev:after{content:"";position:absolute;left:2px;top:2px;width:14px;height:14px;background:#fff}body.editor .arr-prev{width:14px;height:14px;margin:7px;transform:rotate(135deg)}body.editor h1{font-size:32px}body.editor h1,body.editor h2{margin-bottom:20px;text-align:center}body.editor h2{font-size:26px}body.editor textarea{font-weight:400;font-size:inherit}body.editor .sidebysidew{text-align:center}body.editor .sidebyside{display:inline-block}body.editor .teeboxw{margin-bottom:3px;margin-left:auto;margin-right:10px;border:1px solid #c2c2c2;padding:15px;background:#fff}body.editor .teebox{font-weight:400}body.editor .teebox td{padding:2px}body.editor input{font-size:inherit}body.editor .rating-slope{width:60px;text-align:center}body.editor .teename{width:100px}body.editor .number{text-align:right;width:40px}body.editor .number_long{text-align:right;width:105px}body.editor div.editor .form-control{padding:.375rem .2rem}body.editor #cld{text-align:center}body.editor #cld select{margin-left:auto;margin-right:auto;max-width:400px}body.editor #editor{background-color:#fff;border:1px solid #c2c2c2;margin-left:auto;margin-right:auto;font-weight:400}body.editor #editor th{text-align:center}body.editor #editor td{padding:5px;vertical-align:middle}body.editor #editor input.center{text-align:center}body.editor #editor .teebox{border:1px solid #a2a2a2;float:left;margin-left:auto;margin-right:auto}body.editor .tb_sum{border-top:1px solid gray;border-bottom:1px solid gray;font-weight:700}.br1{border-right:1px solid #ececec}.bl1{border-left:1px solid #ececec}.round-result{display:inline-block;position:relative;width:1.6rem;padding:4px .5em 6px .125rem;color:#fff;line-height:1rem;z-index:0;text-align:center}.round-result:before{content:"";position:absolute;top:0;bottom:0;left:-.3rem;width:.6rem;border-top-left-radius:50%;border-bottom-left-radius:50%;z-index:-1}.round-result.even,.round-result.even:before,.round-result.neg,.round-result.neg:before,.round-result.pos,.round-result.pos:before{background-color:var(--bg)}.round-result.pos{--bg:#060016}.round-result.neg{--bg:#dc1a21}.round-result.even{--bg:#4c4a6c}#courses_rounds tr:not(.noclick) td,#yearly_rounds td,.cp,.rounds td{cursor:pointer;clear:both}.full_best,.half_best{color:#9a9a9a}.rchart{width:30px;padding-left:4px!important;padding-right:4px}.rscore{width:40px;vertical-align:middle}.rscore div{padding-left:4px;padding-right:4px;display:inline-block;text-align:center}.rscore .missing{border:1px solid #888;border-radius:3px;background:#888;color:#fff}@keyframes b{0%{opacity:1}to{opacity:0}}.rscore.incomplete span{animation-name:b;animation-duration:1s;animation-iteration-count:infinite}.rscore.incomplete span:nth-child(2){animation-delay:.1s}.rscore.incomplete span:nth-child(3){animation-delay:.3s}.rscore.incomplete span:nth-child(4){animation-delay:.5s}.rscore.incomplete span:nth-child(5){animation-delay:.7s}#flight,#players{margin-top:20px}#flight #course{min-height:40px}#flight #course .l{vertical-align:middle}#newplayer #hcp,#player #hcp{border:none;color:#000;display:inline-block;width:auto}#newplayer .ddata,#newplayer .played_holes,#player .ddata,#player .played_holes{margin-top:20px}#newplayer .ddata label,#newplayer .played_holes label,#player .ddata label,#player .played_holes label{margin-right:8px}#newplayer .ddata label,#player .ddata label{margin-right:12px}body.start .roundsw,body.start .tournamentsw{margin-top:20px}body.start .tabs{margin-top:20px;color:var(--text-color)}body.start #friend_requestsw{font-weight:500}body.start #friend_requestsw div.available,body.start #friend_requestsw div.invited,body.start #friend_requestsw div.owninvite,body.start #friend_requestsw div.valid{border:1px solid gray;border-radius:5px;text-align:center;background-color:var(--ok-green-color);color:#fff;padding-left:3px;padding-right:3px}body.start #friend_requestsw div.available span,body.start #friend_requestsw div.invited span,body.start #friend_requestsw div.owninvite span,body.start #friend_requestsw div.valid span{display:none}body.start #friend_requestsw div.valid span.valid{display:inline}body.start #friend_requestsw div.owninvite{background-color:var(--friend-owninvite-bg-color);border-color:var(--friend-owninvite-bg-color)}body.start #friend_requestsw div.owninvite span.owninvite{display:inline}body.start #friend_requestsw div.invited{background-color:var(--friend-invited-bg-color);border-color:var(--friend-invited-border-color);color:var(--friend-invited-color)}body.start #friend_requestsw div.invited span.invited{display:inline}body.start #friend_requestsw div.available{background-color:var(--friend-available-bg-color);color:inherit}body.start #friend_requestsw div.available span.available{display:inline}body.course .tabs,body.start .tabs{display:inline-block}body.course .tabs .tab,body.start .tabs .tab{float:left;border-left:none;border-right:none;padding:4px 10px;cursor:pointer;border-bottom:5px solid #d3d3d3}body.course .tabs .tab.selected,body.start .tabs .tab.selected{border-bottom-color:#1b75d0}body.course .tabs .tab:first-child,body.start .tabs .tab:first-child{margin-left:3px}body.course #optimum,body.course #stat,body.start #optimum,body.start #stat{display:none}.wb{background-color:#fff;border:1px solid silver;text-align:center;padding-top:7px;padding-bottom:7px}.tal{text-align:left}.tac{text-align:center}.tar{text-align:right}.red{color:red}.plusminus{font-size:1em}#player_del{margin-top:20px}.b{font-weight:700}.l{color:#9a9a9a}.ib{display:inline-block}.vam{vertical-align:middle;text-align:center}#players_new{border-top:1px solid var(--tr-border-bottom-color)}#players_new td,#players td{padding-top:7px;padding-bottom:7px;vertical-align:middle;cursor:pointer}.addd{width:30px;text-align:center}.add{background-image:url(images/add.svg);background-size:25px 25px;height:25px;width:25px}#players_new td{cursor:pointer}.tttile{width:25%}.mt0,.mt5{margin-top:0}.pt10{padding-top:10px}.pb20{padding-bottom:20px}.mt20{margin-top:20px}table.tdp5 td{padding-top:5px!important;padding-bottom:5px!important}.course_search{color:var(--text-color)}#course_search_bg{padding:10px}#course_search_bg #course_search{margin-bottom:0;font-size:18px;width:calc(100% - 8px);padding:4px;border:1px solid gray}#course_search_bg #course_select{margin-top:10px}#friendlist .fclub{font-size:.8em;opacity:.9}#fr_search{padding:10px}#fr_search #friend_search{margin-bottom:0;font-size:18px;width:calc(100% - 8px);padding:4px;border:1px solid gray;max-width:50em}body.player #player input[type=text]{font-size:18px;width:80%}body.player #player select[name=club]{width:87%}body.player #newplayer input[name=hcp],body.player #player input[name=hcp]{font-size:18px;width:4em}body.player #teeboxes_player{background:var(--bg-color)}body.player #teeboxes_player button{font-size:18px}.subtitle{margin-left:10px}.teebox_name{width:16px;height:16px;border:1px solid gray;border-radius:2px}.teebox_name.plain{width:auto;height:auto;border:none}.teebox_name div{display:none}.teebox_name.red{background:red}.teebox_name.blue{background:#00f}.teebox_name.yellow{background:#ff0}.teebox_name.gold{background:golf}.teebox_name.white{background:#fff}.teebox_name.orange{background:orange}.teebox_name.black{background:#000}.aligned_right{text-align:right}.buttondiv{margin-top:4px;border:1px solid;font-weight:inherit;background-repeat:repeat-x;background-position:bottom;border-color:#888;color:#222;text-shadow:#fff 0 1px;background:#e5e5e5;background:-moz-linear-gradient(center top,#fff 0,#eee 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#ddd));background-image:linear-gradient(top,#fff,#ddd);background-image:-ms-linear-gradient(top,#fff 0,#ddd 100%);padding-bottom:2px;padding-left:10px;padding-right:10px;text-align:center;min-width:16px;height:30px;line-height:30px;vertical-align:middle;border-radius:4px;white-space:nowrap;font-size:16px;display:inline-block}.buttondiv,.ph{width:auto!important}.ph{text-align:right;background:inherit!important;border:0!important}.pointer{cursor:pointer}.no-select{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}a.action-button{display:block}.action-button{color:#fff;background:var(--ok-green-color);width:60%;margin-left:auto;margin-right:auto;border-radius:10px;font-weight:500}.action-button.ok{border:1px solid var(--ok-green-color)}.action-button.cancel{background:var(--ok-red-color);border:1px solid var(--ok-red-color)}.pl10{padding-left:10px}.pr10{padding-right:10px}.ptb7{padding-top:7px;padding-bottom:7px}#cancel,#delete,#player_add{margin-top:20px}#teeboxes_player{padding-top:20px;border-top:1px solid var(--div-button-border-color);border-bottom:1px solid var(--div-button-border-color)}input[readonly]{border:none}.invisible{display:none}.showparinfo{margin-left:10px}.showparinfo>div{font-size:.8em}.content_width{width:1%}.friends{font-size:.8em}#start_round{cursor:pointer;margin-bottom:20px}.inline-editable{display:inline-block}.inline-editable:after{content:"\270e";display:inline-block;transform:scaleX(-1);margin-left:.4em;transition:opacity .2s}.inline-editable.is-editing:after{display:none;pointer-events:none}.ownpar .fc1{white-space:nowrap}.fc1{width:65px;border-right:1px solid var(--round-bottom-border-color)}.fc1.fbtop{position:relative;padding:0;width:63px}.bb{border-bottom:1px solid var(--round-bottom-border-color)}.bt{border-top:1px solid var(--round-bottom-border-color)}.bl{border-left:1px solid var(--round-bottom-border-color)}.bb2{border-bottom:1px solid var(--sub-border-color)}.bb_deep{border-bottom:1px solid var(--round-bottom-border-color)}.matchplay.players4 .bb_deep{border-bottom:none}.matchplay.players4 .fc1{border-right:#f6f6f6}tr.skins .fc1.score_hdr{font-size:.8em}tr.skins .fc1.score_hdr .skin_pot{font-size:1em}.skinwin{position:relative}.skinwin-sc>div{font-size:1em;display:inline-block;width:20px;color:#fff}.skinwin-sc>div,.skinwin:after{background-color:#4bcd4b;border-radius:50%}.skinwin:after{content:"";position:absolute;top:12px;left:5px;width:6px;height:6px;display:block}.skinwin.carryover:after{background-color:#fff;border:1px solid var(--carryover-color)}#skinpayments{margin-left:auto;margin-right:auto;margin-top:20px}#skinpayments th:first-child{border-top-left-radius:6px}#skinpayments th:last-child{border-top-right-radius:5px;padding-right:10px}#skinpayments .name{overflow-x:hidden;text-wrap:nowrap}.fcx,.fcxownpar{width:60px;max-width:60px}.fcx.nonexistent{width:1px!important;padding:2px 0!important}.fcx.name{white-space:nowrap;text-overflow:clip;overflow-x:hidden}.fcx.name.left{padding-left:0;padding-bottom:0}.stat_round-r{width:400px;margin-left:auto;margin-right:auto}.stat_round-r .stat-help-t{text-decoration:underline;color:inherit}.stat_round-r .stat-chart-help{margin-bottom:10px}.stat_round-r .stat-help{display:none;max-width:320px;margin:0 auto 20px;background:var(--white-sub-color);color:var(--text-color);padding:10px;border:1px solid var(--sub-border-color);border-radius:10px;text-align:left}.stat_round-r .stat-help .stat-chart-title{text-decoration:underline}.stat_round-r .stat-help .stat-chart-title:not(:first-child){margin-top:10px}.center{text-align:center}#round,.round_top{background:#fff}body.round .round_top .hidescore{position:relative;background:repeating-linear-gradient(45deg,#ccc,#ccc 5px,#eee 0 10px)}body.round .round_top .hidescore>span,body.round .round_top .hidescore div{visibility:hidden}body.round,body.scorecard{background-color:var(--bg-color)}body.round #round.twointeam .fcx,body.round #round.twointeam .fcxownpar,body.round #score-set.twointeam .fcx,body.round #score-set.twointeam .fcxownpar,body.round .round_top.twointeam .fcx,body.round .round_top.twointeam .fcxownpar,body.scorecard #round.twointeam .fcx,body.scorecard #round.twointeam .fcxownpar,body.scorecard #score-set.twointeam .fcx,body.scorecard #score-set.twointeam .fcxownpar,body.scorecard .round_top.twointeam .fcx,body.scorecard .round_top.twointeam .fcxownpar{max-width:110px;width:110px}body.round #round.fourinteam .fcx,body.round #round.fourinteam .fcxownpar,body.round #score-set.fourinteam .fcx,body.round #score-set.fourinteam .fcxownpar,body.round .round_top.fourinteam .fcx,body.round .round_top.fourinteam .fcxownpar,body.scorecard #round.fourinteam .fcx,body.scorecard #round.fourinteam .fcxownpar,body.scorecard #score-set.fourinteam .fcx,body.scorecard #score-set.fourinteam .fcxownpar,body.scorecard .round_top.fourinteam .fcx,body.scorecard .round_top.fourinteam .fcxownpar{max-width:275px;width:275px}body.round #round_playtype[data-playtype=scramble2] #round.twointeam .fcx,body.round #round_playtype[data-playtype=scramble2] #round.twointeam .fcxownpar,body.round #round_playtype[data-playtype=scramble2] #score-set.twointeam .fcx,body.round #round_playtype[data-playtype=scramble2] #score-set.twointeam .fcxownpar,body.round #round_playtype[data-playtype=scramble2] .round_top.twointeam .fcx,body.round #round_playtype[data-playtype=scramble2] .round_top.twointeam .fcxownpar,body.scorecard #round_playtype[data-playtype=scramble2] #round.twointeam .fcx,body.scorecard #round_playtype[data-playtype=scramble2] #round.twointeam .fcxownpar,body.scorecard #round_playtype[data-playtype=scramble2] #score-set.twointeam .fcx,body.scorecard #round_playtype[data-playtype=scramble2] #score-set.twointeam .fcxownpar,body.scorecard #round_playtype[data-playtype=scramble2] .round_top.twointeam .fcx,body.scorecard #round_playtype[data-playtype=scramble2] .round_top.twointeam .fcxownpar{max-width:130px;width:130px}body.round .round_top .players3 .fc1,body.round .round_top .players4 .fc1,body.round .round_top.twointeam .fc1 .players3 .fc1,body.round .round_top.twointeam .fc1 .players4 .fc1,body.scorecard .round_top .players3 .fc1,body.scorecard .round_top .players4 .fc1,body.scorecard .round_top.twointeam .fc1 .players3 .fc1,body.scorecard .round_top.twointeam .fc1 .players4 .fc1{padding-right:6px;padding-left:6px}body.round .small-score,body.scorecard .small-score{font-size:.8em}body.round #statistics,body.scorecard #statistics{outline:none;-webkit-tap-highlight-color:transparent}body.round #round,body.scorecard #round{background-color:var(--white-dark-color);border-top:1px solid var(--sub-border-color)}body.round #arrows div,body.round .page2 div,body.round .page3 div,body.scorecard #arrows div,body.scorecard .page2 div,body.scorecard .page3 div{border-radius:5px}body.round table.skins tr.ownpar td:not(:first-child),body.round table.skins tr.points td:not(:first-child),body.scorecard table.skins tr.ownpar td:not(:first-child),body.scorecard table.skins tr.points td:not(:first-child){opacity:.5}body.round table.scramble2 .score,body.round table.strokeplay .score,body.scorecard table.scramble2 .score,body.scorecard table.strokeplay .score{color:inherit}body.round .centerdfixed,body.scorecard .centerdfixed{display:flex;justify-content:center}body.round #statistics,body.scorecard #statistics{width:320px;height:630px;position:fixed;bottom:0;background-color:var(--sub-bg-color);border-top:1px solid var(--playtype-border-color);border-left:1px solid var(--playtype-border-color);border-right:1px solid var(--playtype-border-color);border-top-left-radius:7px;border-top-right-radius:7px;z-index:300;display:none}body.round #statistics .page3+#arrows #stat-page-next,body.round #statistics[data-par="3"] .page2+#arrows #stat-page-prev,body.round #statistics[data-par="4"] .page2+#arrows #stat-page-prev,body.round #statistics[data-par="5"] .page2+#arrows #stat-page-prev,body.scorecard #statistics .page3+#arrows #stat-page-next,body.scorecard #statistics[data-par="3"] .page2+#arrows #stat-page-prev,body.scorecard #statistics[data-par="4"] .page2+#arrows #stat-page-prev,body.scorecard #statistics[data-par="5"] .page2+#arrows #stat-page-prev{opacity:.5}body.round #statistics[data-strokes="1"],body.scorecard #statistics[data-strokes="1"]{background-color:#000}body.round #statistics[data-strokes="1"] .page-title,body.scorecard #statistics[data-strokes="1"] .page-title{color:#fff!important}body.round #statistics[data-strokes="1"] #stat-page-next,body.scorecard #statistics[data-strokes="1"] #stat-page-next{opacity:.5}body.round #statistics[data-strokes="1"] #pyro,body.scorecard #statistics[data-strokes="1"] #pyro{display:block!important}body.round #statistics[data-strokes="1"] #greenhit,body.scorecard #statistics[data-strokes="1"] #greenhit{display:none}body.round #statistics[data-strokes="1"] #stat-page-next,body.round #statistics[data-strokes="1"] #stat-page-prev,body.scorecard #statistics[data-strokes="1"] #stat-page-next,body.scorecard #statistics[data-strokes="1"] #stat-page-prev{visibility:hidden}body.round #statistics.shown,body.scorecard #statistics.shown{display:block;transform:translate(0);animation:c .2s 1}body.round #statistics.hidden,body.scorecard #statistics.hidden{display:block;transform:translateY(630px);animation:d .2s 1}body.round #statistics div,body.scorecard #statistics div{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}body.round #statistics .pages,body.scorecard #statistics .pages{width:100%;height:630px;position:relative;overflow-x:hidden;overflow-y:hidden}body.round #statistics .pages .page-title,body.scorecard #statistics .pages .page-title{display:block!important;line-height:normal;text-align:center;width:100%!important;height:auto!important;margin-bottom:5px;border:none!important;box-shadow:none!important;color:var(--text-white-color)}body.round #statistics .pages .page-title:before,body.scorecard #statistics .pages .page-title:before{background-image:none!important}body.round #statistics .pages .arrows div,body.round #statistics .pages.page2 div,body.round #statistics .pages .page3 div,body.scorecard #statistics .pages .arrows div,body.scorecard #statistics .pages.page2 div,body.scorecard #statistics .pages .page3 div{border-radius:5px}body.round #statistics .pages .stat-hole-par,body.scorecard #statistics .pages .stat-hole-par{text-align:center;background-color:var(--stat-hole-par-bg-color);color:var(--stat-hole-par-color);border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}body.round #statistics .pages.page1 .page2,body.round #statistics .pages.page1 .page3,body.round #statistics .pages.page2 .page1,body.round #statistics .pages.page2 .page3,body.round #statistics .pages.page3 .page1,body.round #statistics .pages.page3 .page2,body.scorecard #statistics .pages.page1 .page2,body.scorecard #statistics .pages.page1 .page3,body.scorecard #statistics .pages.page2 .page1,body.scorecard #statistics .pages.page2 .page3,body.scorecard #statistics .pages.page3 .page1,body.scorecard #statistics .pages.page3 .page2{display:none}body.round #statistics .pages.page1-2 .page1,body.scorecard #statistics .pages.page1-2 .page1{transform:translate(-320px);animation:e .5s 1}body.round #statistics .pages.page1-2 .page2,body.scorecard #statistics .pages.page1-2 .page2{display:block;transform:translate(0);animation:h .5s 1}body.round #statistics .pages.page1-2 .page3,body.scorecard #statistics .pages.page1-2 .page3{display:none}body.round #statistics .pages.page2-1 .page1,body.scorecard #statistics .pages.page2-1 .page1{transform:translate(0);animation:h .5s 1}body.round #statistics .pages.page2-1 .page2,body.scorecard #statistics .pages.page2-1 .page2{transform:translate(320px);animation:f .5s 1}body.round #statistics .pages.page2-1 .page3,body.scorecard #statistics .pages.page2-1 .page3{display:none}body.round #statistics .pages.page3-1 .page1,body.scorecard #statistics .pages.page3-1 .page1{transform:translate(0);animation:g .5s 1}body.round #statistics .pages.page3-1 .page2,body.scorecard #statistics .pages.page3-1 .page2{display:none}body.round #statistics .pages.page3-1 .page3,body.scorecard #statistics .pages.page3-1 .page3{transform:translate(320px);animation:f .5s 1}body.round #statistics .pages.page2-3 .page1,body.scorecard #statistics .pages.page2-3 .page1{display:none}body.round #statistics .pages.page2-3 .page2,body.scorecard #statistics .pages.page2-3 .page2{transform:translate(-320px);animation:e .5s 1}body.round #statistics .pages.page2-3 .page3,body.scorecard #statistics .pages.page2-3 .page3{transform:translate(0);animation:h .5s 1}body.round #statistics .pages.page3-2 .page1,body.scorecard #statistics .pages.page3-2 .page1{display:none}body.round #statistics .pages.page3-2 .page2,body.scorecard #statistics .pages.page3-2 .page2{transform:translate(0);animation:g .5s 1}body.round #statistics .pages.page3-2 .page3,body.scorecard #statistics .pages.page3-2 .page3{transform:translate(320px);animation:f .5s 1}body.round #statistics .pages .page,body.scorecard #statistics .pages .page{position:absolute;width:100%;font-size:40px;font-weight:700;color:#fff;text-align:center}body.round #statistics .pages .page2,body.scorecard #statistics .pages .page2{height:474px}body.round #statistics .pages .page2 #fairwayhit,body.scorecard #statistics .pages .page2 #fairwayhit{margin-top:10px;text-align:center}body.round #statistics .pages .page2 #fairwayhit>div,body.scorecard #statistics .pages .page2 #fairwayhit>div{display:inline-block;width:75px;height:75px;border:var(--stat-button-border);box-shadow:var(--playtype-box-shadow)}body.round #statistics .pages .page2 #fairwayhit>div.dis,body.scorecard #statistics .pages .page2 #fairwayhit>div.dis{opacity:.5}body.round #statistics .pages .page2 #fairwayhit #hitcenter,body.round #statistics .pages .page2 #fairwayhit #hitleft,body.round #statistics .pages .page2 #fairwayhit #hitmiss,body.round #statistics .pages .page2 #fairwayhit #hitright,body.scorecard #statistics .pages .page2 #fairwayhit #hitcenter,body.scorecard #statistics .pages .page2 #fairwayhit #hitleft,body.scorecard #statistics .pages .page2 #fairwayhit #hitmiss,body.scorecard #statistics .pages .page2 #fairwayhit #hitright{background-color:var(--stat-button-bg)}body.round #statistics .pages .page2 #fairwayhit #hitcenter:before,body.round #statistics .pages .page2 #fairwayhit #hitleft:before,body.round #statistics .pages .page2 #fairwayhit #hitmiss:before,body.round #statistics .pages .page2 #fairwayhit #hitright:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitcenter:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitleft:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitmiss:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitright:before{content:"";position:absolute;background-image:var(--stat-left);background-size:44px 51px;background-repeat:no-repeat;background-position:6px 12px;z-index:3;width:60px;height:60px}body.round #statistics .pages .page2 #fairwayhit #hitcenter.active,body.round #statistics .pages .page2 #fairwayhit #hitleft.active,body.round #statistics .pages .page2 #fairwayhit #hitmiss.active,body.round #statistics .pages .page2 #fairwayhit #hitright.active,body.scorecard #statistics .pages .page2 #fairwayhit #hitcenter.active,body.scorecard #statistics .pages .page2 #fairwayhit #hitleft.active,body.scorecard #statistics .pages .page2 #fairwayhit #hitmiss.active,body.scorecard #statistics .pages .page2 #fairwayhit #hitright.active{border:var(--stat-button-active-border);background-color:var(--stat-button-active-bg)!important}body.round #statistics .pages .page2 #fairwayhit #hitmiss:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitmiss:before{background-image:var(--fairwaymiss);transform:translate(-28px,6px);background-size:44px 44px}body.round #statistics .pages .page2 #fairwayhit #hitmiss.active:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitmiss.active:before{background-image:var(--fairwaymiss-active)}body.round #statistics .pages .page2 #fairwayhit #hitleft,body.scorecard #statistics .pages .page2 #fairwayhit #hitleft{margin-right:5px;color:#fff}body.round #statistics .pages .page2 #fairwayhit #hitleft:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitleft:before{transform:translate(-29px,1px)}body.round #statistics .pages .page2 #fairwayhit #hitleft.active:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitleft.active:before{background-image:var(--stat-active-img)}body.round #statistics .pages .page2 #fairwayhit #hitcenter:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitcenter:before{transform:rotate(90deg) translate(8px,22px)}body.round #statistics .pages .page2 #fairwayhit #hitcenter.active:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitcenter.active:before{background-image:var(--stat-active-img)}body.round #statistics .pages .page2 #fairwayhit #hitright,body.scorecard #statistics .pages .page2 #fairwayhit #hitright{margin-left:5px}body.round #statistics .pages .page2 #fairwayhit #hitright:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitright:before{transform:rotate(180deg) translate(27px,-16px)}body.round #statistics .pages .page2 #fairwayhit #hitright.active:before,body.scorecard #statistics .pages .page2 #fairwayhit #hitright.active:before{background-image:var(--stat-active-img)}body.round #statistics .pages .page2 #putts,body.scorecard #statistics .pages .page2 #putts{width:100%;text-align:center;margin-top:10px}body.round #statistics .pages .page2 #putts>div,body.scorecard #statistics .pages .page2 #putts>div{display:inline-block;width:70px;height:60px}body.round #statistics .pages .page2 #putts #puttvalue,body.scorecard #statistics .pages .page2 #putts #puttvalue{line-height:60px;vertical-align:top;font-size:40px;color:var(--text-white-color)}body.round #statistics .pages .page2 #putts .plus,body.scorecard #statistics .pages .page2 #putts .plus{background:var(--statplus);background-size:60px 30px;background-repeat:no-repeat;background-position:7px 16px;background-color:var(--stat-button-bg);border:var(--stat-button-border);box-shadow:var(--playtype-box-shadow)}body.round #statistics .pages .page2 #putts .plus.dis,body.scorecard #statistics .pages .page2 #putts .plus.dis{opacity:.5}body.round #statistics .pages .page2 #putts .minus,body.scorecard #statistics .pages .page2 #putts .minus{background:var(--statminus);background-size:42px 30px;background-repeat:no-repeat;background-position:14px 16px;background-color:var(--stat-button-bg);border:var(--stat-button-border);box-shadow:var(--playtype-box-shadow)}body.round #statistics .pages .page2 #putts .minus.dis,body.scorecard #statistics .pages .page2 #putts .minus.dis{opacity:.5}body.round #statistics .pages .page2 #puttlength-tmpl,body.scorecard #statistics .pages .page2 #puttlength-tmpl{display:none}body.round #statistics .pages .page2 .puttlenght,body.scorecard #statistics .pages .page2 .puttlenght{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")!important}body.round #statistics .pages .page2 .putt,body.round #statistics .pages .page2 .puttlenght,body.scorecard #statistics .pages .page2 .putt,body.scorecard #statistics .pages .page2 .puttlenght{font-size:20px}body.round #statistics .pages .page2 .putt,body.scorecard #statistics .pages .page2 .putt{display:inline-block;margin-left:3px;margin-right:3px;margin-bottom:2px;color:var(--text-white-color)}body.round #statistics .pages .page2 .putt select,body.scorecard #statistics .pages .page2 .putt select{background-color:var(--stat-button-bg);border:var(--stat-button-border);color:var(--stat-select-text-color);width:110px;text-align:center;text-align-last:center;border-radius:10px;outline:none}body.round #statistics .pages .page2 #putt-lenghts,body.scorecard #statistics .pages .page2 #putt-lenghts{width:100%;margin-top:15px;display:grid;overflow-y:auto;max-height:156px;align-items:center;grid-template-columns:auto auto}body.round #statistics .pages .page3,body.scorecard #statistics .pages .page3{height:550px}body.round #statistics .pages .page3 #upanddown-tmpl,body.scorecard #statistics .pages .page3 #upanddown-tmpl{margin-top:5px;display:block!important;height:auto!important;margin-bottom:5px}body.round #statistics .pages .page3 #upanddown-tmpl .page-title,body.scorecard #statistics .pages .page3 #upanddown-tmpl .page-title{text-align:right;width:270px!important;margin-bottom:0}body.round #statistics .pages .page3 #bunker,body.round #statistics .pages .page3 #chip,body.round #statistics .pages .page3 #extra,body.round #statistics .pages .page3 #greenbunker,body.round #statistics .pages .page3 #penalty,body.round #statistics .pages .page3 #texaswedge,body.scorecard #statistics .pages .page3 #bunker,body.scorecard #statistics .pages .page3 #chip,body.scorecard #statistics .pages .page3 #extra,body.scorecard #statistics .pages .page3 #greenbunker,body.scorecard #statistics .pages .page3 #penalty,body.scorecard #statistics .pages .page3 #texaswedge{width:100%;text-align:center;margin-top:5px}body.round #statistics .pages .page3 #bunker>div,body.round #statistics .pages .page3 #chip>div,body.round #statistics .pages .page3 #extra>div,body.round #statistics .pages .page3 #greenbunker>div,body.round #statistics .pages .page3 #penalty>div,body.round #statistics .pages .page3 #texaswedge>div,body.scorecard #statistics .pages .page3 #bunker>div,body.scorecard #statistics .pages .page3 #chip>div,body.scorecard #statistics .pages .page3 #extra>div,body.scorecard #statistics .pages .page3 #greenbunker>div,body.scorecard #statistics .pages .page3 #penalty>div,body.scorecard #statistics .pages .page3 #texaswedge>div{display:inline-block;width:70px;height:50px}body.round #statistics .pages .page3 #bunker #bunkervalue,body.round #statistics .pages .page3 #bunker #chipvalue,body.round #statistics .pages .page3 #bunker #greenbunkervalue,body.round #statistics .pages .page3 #bunker #penaltyvalue,body.round #statistics .pages .page3 #bunker #texaswedgevalue,body.round #statistics .pages .page3 #chip #bunkervalue,body.round #statistics .pages .page3 #chip #chipvalue,body.round #statistics .pages .page3 #chip #greenbunkervalue,body.round #statistics .pages .page3 #chip #penaltyvalue,body.round #statistics .pages .page3 #chip #texaswedgevalue,body.round #statistics .pages .page3 #extra #bunkervalue,body.round #statistics .pages .page3 #extra #chipvalue,body.round #statistics .pages .page3 #extra #greenbunkervalue,body.round #statistics .pages .page3 #extra #penaltyvalue,body.round #statistics .pages .page3 #extra #texaswedgevalue,body.round #statistics .pages .page3 #greenbunker #bunkervalue,body.round #statistics .pages .page3 #greenbunker #chipvalue,body.round #statistics .pages .page3 #greenbunker #greenbunkervalue,body.round #statistics .pages .page3 #greenbunker #penaltyvalue,body.round #statistics .pages .page3 #greenbunker #texaswedgevalue,body.round #statistics .pages .page3 #penalty #bunkervalue,body.round #statistics .pages .page3 #penalty #chipvalue,body.round #statistics .pages .page3 #penalty #greenbunkervalue,body.round #statistics .pages .page3 #penalty #penaltyvalue,body.round #statistics .pages .page3 #penalty #texaswedgevalue,body.round #statistics .pages .page3 #texaswedge #bunkervalue,body.round #statistics .pages .page3 #texaswedge #chipvalue,body.round #statistics .pages .page3 #texaswedge #greenbunkervalue,body.round #statistics .pages .page3 #texaswedge #penaltyvalue,body.round #statistics .pages .page3 #texaswedge #texaswedgevalue,body.scorecard #statistics .pages .page3 #bunker #bunkervalue,body.scorecard #statistics .pages .page3 #bunker #chipvalue,body.scorecard #statistics .pages .page3 #bunker #greenbunkervalue,body.scorecard #statistics .pages .page3 #bunker #penaltyvalue,body.scorecard #statistics .pages .page3 #bunker #texaswedgevalue,body.scorecard #statistics .pages .page3 #chip #bunkervalue,body.scorecard #statistics .pages .page3 #chip #chipvalue,body.scorecard #statistics .pages .page3 #chip #greenbunkervalue,body.scorecard #statistics .pages .page3 #chip #penaltyvalue,body.scorecard #statistics .pages .page3 #chip #texaswedgevalue,body.scorecard #statistics .pages .page3 #extra #bunkervalue,body.scorecard #statistics .pages .page3 #extra #chipvalue,body.scorecard #statistics .pages .page3 #extra #greenbunkervalue,body.scorecard #statistics .pages .page3 #extra #penaltyvalue,body.scorecard #statistics .pages .page3 #extra #texaswedgevalue,body.scorecard #statistics .pages .page3 #greenbunker #bunkervalue,body.scorecard #statistics .pages .page3 #greenbunker #chipvalue,body.scorecard #statistics .pages .page3 #greenbunker #greenbunkervalue,body.scorecard #statistics .pages .page3 #greenbunker #penaltyvalue,body.scorecard #statistics .pages .page3 #greenbunker #texaswedgevalue,body.scorecard #statistics .pages .page3 #penalty #bunkervalue,body.scorecard #statistics .pages .page3 #penalty #chipvalue,body.scorecard #statistics .pages .page3 #penalty #greenbunkervalue,body.scorecard #statistics .pages .page3 #penalty #penaltyvalue,body.scorecard #statistics .pages .page3 #penalty #texaswedgevalue,body.scorecard #statistics .pages .page3 #texaswedge #bunkervalue,body.scorecard #statistics .pages .page3 #texaswedge #chipvalue,body.scorecard #statistics .pages .page3 #texaswedge #greenbunkervalue,body.scorecard #statistics .pages .page3 #texaswedge #penaltyvalue,body.scorecard #statistics .pages .page3 #texaswedge #texaswedgevalue{line-height:50px;vertical-align:top;font-size:30px;color:var(--text-white-color)}body.round #statistics .pages .page3 #bunker .plus,body.round #statistics .pages .page3 #chip .plus,body.round #statistics .pages .page3 #extra .plus,body.round #statistics .pages .page3 #greenbunker .plus,body.round #statistics .pages .page3 #penalty .plus,body.round #statistics .pages .page3 #texaswedge .plus,body.scorecard #statistics .pages .page3 #bunker .plus,body.scorecard #statistics .pages .page3 #chip .plus,body.scorecard #statistics .pages .page3 #extra .plus,body.scorecard #statistics .pages .page3 #greenbunker .plus,body.scorecard #statistics .pages .page3 #penalty .plus,body.scorecard #statistics .pages .page3 #texaswedge .plus{background:var(--statplus);background-size:30px 20px;background-repeat:no-repeat;background-position:20px 16px;background-color:var(--stat-button-bg);border:var(--stat-button-border);box-shadow:var(--playtype-box-shadow)}body.round #statistics .pages .page3 #bunker .plus.dis,body.round #statistics .pages .page3 #chip .plus.dis,body.round #statistics .pages .page3 #extra .plus.dis,body.round #statistics .pages .page3 #greenbunker .plus.dis,body.round #statistics .pages .page3 #penalty .plus.dis,body.round #statistics .pages .page3 #texaswedge .plus.dis,body.scorecard #statistics .pages .page3 #bunker .plus.dis,body.scorecard #statistics .pages .page3 #chip .plus.dis,body.scorecard #statistics .pages .page3 #extra .plus.dis,body.scorecard #statistics .pages .page3 #greenbunker .plus.dis,body.scorecard #statistics .pages .page3 #penalty .plus.dis,body.scorecard #statistics .pages .page3 #texaswedge .plus.dis{opacity:.5}body.round #statistics .pages .page3 #bunker .minus,body.round #statistics .pages .page3 #chip .minus,body.round #statistics .pages .page3 #extra .minus,body.round #statistics .pages .page3 #greenbunker .minus,body.round #statistics .pages .page3 #penalty .minus,body.round #statistics .pages .page3 #texaswedge .minus,body.scorecard #statistics .pages .page3 #bunker .minus,body.scorecard #statistics .pages .page3 #chip .minus,body.scorecard #statistics .pages .page3 #extra .minus,body.scorecard #statistics .pages .page3 #greenbunker .minus,body.scorecard #statistics .pages .page3 #penalty .minus,body.scorecard #statistics .pages .page3 #texaswedge .minus{background:var(--statminus);background-size:29px 28px;background-repeat:no-repeat;background-position:21px 12px;background-color:var(--stat-button-bg);border:var(--stat-button-border);box-shadow:var(--playtype-box-shadow)}body.round #statistics .pages .page3 #bunker .minus.dis,body.round #statistics .pages .page3 #chip .minus.dis,body.round #statistics .pages .page3 #extra .minus.dis,body.round #statistics .pages .page3 #greenbunker .minus.dis,body.round #statistics .pages .page3 #penalty .minus.dis,body.round #statistics .pages .page3 #texaswedge .minus.dis,body.scorecard #statistics .pages .page3 #bunker .minus.dis,body.scorecard #statistics .pages .page3 #chip .minus.dis,body.scorecard #statistics .pages .page3 #extra .minus.dis,body.scorecard #statistics .pages .page3 #greenbunker .minus.dis,body.scorecard #statistics .pages .page3 #penalty .minus.dis,body.scorecard #statistics .pages .page3 #texaswedge .minus.dis{opacity:.5}body.round #statistics .pages .page3 #bunker #sandsave,body.round #statistics .pages .page3 #bunker #upanddown,body.round #statistics .pages .page3 #chip #sandsave,body.round #statistics .pages .page3 #chip #upanddown,body.round #statistics .pages .page3 #extra #sandsave,body.round #statistics .pages .page3 #extra #upanddown,body.round #statistics .pages .page3 #greenbunker #sandsave,body.round #statistics .pages .page3 #greenbunker #upanddown,body.round #statistics .pages .page3 #penalty #sandsave,body.round #statistics .pages .page3 #penalty #upanddown,body.round #statistics .pages .page3 #texaswedge #sandsave,body.round #statistics .pages .page3 #texaswedge #upanddown,body.scorecard #statistics .pages .page3 #bunker #sandsave,body.scorecard #statistics .pages .page3 #bunker #upanddown,body.scorecard #statistics .pages .page3 #chip #sandsave,body.scorecard #statistics .pages .page3 #chip #upanddown,body.scorecard #statistics .pages .page3 #extra #sandsave,body.scorecard #statistics .pages .page3 #extra #upanddown,body.scorecard #statistics .pages .page3 #greenbunker #sandsave,body.scorecard #statistics .pages .page3 #greenbunker #upanddown,body.scorecard #statistics .pages .page3 #penalty #sandsave,body.scorecard #statistics .pages .page3 #penalty #upanddown,body.scorecard #statistics .pages .page3 #texaswedge #sandsave,body.scorecard #statistics .pages .page3 #texaswedge #upanddown{height:30px;width:122px;background-color:var(--stat-button-bg);border:var(--stat-button-border);box-shadow:var(--playtype-box-shadow);line-height:30px;color:var(--stat-ok-button-color)}body.round #statistics .pages .page3 #bunker #sandsave div,body.round #statistics .pages .page3 #bunker #upanddown div,body.round #statistics .pages .page3 #chip #sandsave div,body.round #statistics .pages .page3 #chip #upanddown div,body.round #statistics .pages .page3 #extra #sandsave div,body.round #statistics .pages .page3 #extra #upanddown div,body.round #statistics .pages .page3 #greenbunker #sandsave div,body.round #statistics .pages .page3 #greenbunker #upanddown div,body.round #statistics .pages .page3 #penalty #sandsave div,body.round #statistics .pages .page3 #penalty #upanddown div,body.round #statistics .pages .page3 #texaswedge #sandsave div,body.round #statistics .pages .page3 #texaswedge #upanddown div,body.scorecard #statistics .pages .page3 #bunker #sandsave div,body.scorecard #statistics .pages .page3 #bunker #upanddown div,body.scorecard #statistics .pages .page3 #chip #sandsave div,body.scorecard #statistics .pages .page3 #chip #upanddown div,body.scorecard #statistics .pages .page3 #extra #sandsave div,body.scorecard #statistics .pages .page3 #extra #upanddown div,body.scorecard #statistics .pages .page3 #greenbunker #sandsave div,body.scorecard #statistics .pages .page3 #greenbunker #upanddown div,body.scorecard #statistics .pages .page3 #penalty #sandsave div,body.scorecard #statistics .pages .page3 #penalty #upanddown div,body.scorecard #statistics .pages .page3 #texaswedge #sandsave div,body.scorecard #statistics .pages .page3 #texaswedge #upanddown div{display:inline-block;position:relative;left:-5px}body.round #statistics .pages .page3 #bunker #sandsave div.checked,body.round #statistics .pages .page3 #bunker #upanddown div.checked,body.round #statistics .pages .page3 #chip #sandsave div.checked,body.round #statistics .pages .page3 #chip #upanddown div.checked,body.round #statistics .pages .page3 #extra #sandsave div.checked,body.round #statistics .pages .page3 #extra #upanddown div.checked,body.round #statistics .pages .page3 #greenbunker #sandsave div.checked,body.round #statistics .pages .page3 #greenbunker #upanddown div.checked,body.round #statistics .pages .page3 #penalty #sandsave div.checked,body.round #statistics .pages .page3 #penalty #upanddown div.checked,body.round #statistics .pages .page3 #texaswedge #sandsave div.checked,body.round #statistics .pages .page3 #texaswedge #upanddown div.checked,body.scorecard #statistics .pages .page3 #bunker #sandsave div.checked,body.scorecard #statistics .pages .page3 #bunker #upanddown div.checked,body.scorecard #statistics .pages .page3 #chip #sandsave div.checked,body.scorecard #statistics .pages .page3 #chip #upanddown div.checked,body.scorecard #statistics .pages .page3 #extra #sandsave div.checked,body.scorecard #statistics .pages .page3 #extra #upanddown div.checked,body.scorecard #statistics .pages .page3 #greenbunker #sandsave div.checked,body.scorecard #statistics .pages .page3 #greenbunker #upanddown div.checked,body.scorecard #statistics .pages .page3 #penalty #sandsave div.checked,body.scorecard #statistics .pages .page3 #penalty #upanddown div.checked,body.scorecard #statistics .pages .page3 #texaswedge #sandsave div.checked,body.scorecard #statistics .pages .page3 #texaswedge #upanddown div.checked{visibility:hidden}body.round #statistics .pages .page3 #bunker #sandsave div.checked:before,body.round #statistics .pages .page3 #bunker #upanddown div.checked:before,body.round #statistics .pages .page3 #chip #sandsave div.checked:before,body.round #statistics .pages .page3 #chip #upanddown div.checked:before,body.round #statistics .pages .page3 #extra #sandsave div.checked:before,body.round #statistics .pages .page3 #extra #upanddown div.checked:before,body.round #statistics .pages .page3 #greenbunker #sandsave div.checked:before,body.round #statistics .pages .page3 #greenbunker #upanddown div.checked:before,body.round #statistics .pages .page3 #penalty #sandsave div.checked:before,body.round #statistics .pages .page3 #penalty #upanddown div.checked:before,body.round #statistics .pages .page3 #texaswedge #sandsave div.checked:before,body.round #statistics .pages .page3 #texaswedge #upanddown div.checked:before,body.scorecard #statistics .pages .page3 #bunker #sandsave div.checked:before,body.scorecard #statistics .pages .page3 #bunker #upanddown div.checked:before,body.scorecard #statistics .pages .page3 #chip #sandsave div.checked:before,body.scorecard #statistics .pages .page3 #chip #upanddown div.checked:before,body.scorecard #statistics .pages .page3 #extra #sandsave div.checked:before,body.scorecard #statistics .pages .page3 #extra #upanddown div.checked:before,body.scorecard #statistics .pages .page3 #greenbunker #sandsave div.checked:before,body.scorecard #statistics .pages .page3 #greenbunker #upanddown div.checked:before,body.scorecard #statistics .pages .page3 #penalty #sandsave div.checked:before,body.scorecard #statistics .pages .page3 #penalty #upanddown div.checked:before,body.scorecard #statistics .pages .page3 #texaswedge #sandsave div.checked:before,body.scorecard #statistics .pages .page3 #texaswedge #upanddown div.checked:before{content:var(--sandsave-upanddown-active-content)}body.round #statistics .pages .page3 #bunker #sandsave.active,body.round #statistics .pages .page3 #bunker #upanddown.active,body.round #statistics .pages .page3 #chip #sandsave.active,body.round #statistics .pages .page3 #chip #upanddown.active,body.round #statistics .pages .page3 #extra #sandsave.active,body.round #statistics .pages .page3 #extra #upanddown.active,body.round #statistics .pages .page3 #greenbunker #sandsave.active,body.round #statistics .pages .page3 #greenbunker #upanddown.active,body.round #statistics .pages .page3 #penalty #sandsave.active,body.round #statistics .pages .page3 #penalty #upanddown.active,body.round #statistics .pages .page3 #texaswedge #sandsave.active,body.round #statistics .pages .page3 #texaswedge #upanddown.active,body.scorecard #statistics .pages .page3 #bunker #sandsave.active,body.scorecard #statistics .pages .page3 #bunker #upanddown.active,body.scorecard #statistics .pages .page3 #chip #sandsave.active,body.scorecard #statistics .pages .page3 #chip #upanddown.active,body.scorecard #statistics .pages .page3 #extra #sandsave.active,body.scorecard #statistics .pages .page3 #extra #upanddown.active,body.scorecard #statistics .pages .page3 #greenbunker #sandsave.active,body.scorecard #statistics .pages .page3 #greenbunker #upanddown.active,body.scorecard #statistics .pages .page3 #penalty #sandsave.active,body.scorecard #statistics .pages .page3 #penalty #upanddown.active,body.scorecard #statistics .pages .page3 #texaswedge #sandsave.active,body.scorecard #statistics .pages .page3 #texaswedge #upanddown.active{border:var(--stat-ssuad-active-border);background-color:var(--stat-ssuad-active-bg)}body.round #statistics .pages .page3 #bunker #sandsave.active div.checked,body.round #statistics .pages .page3 #bunker #upanddown.active div.checked,body.round #statistics .pages .page3 #chip #sandsave.active div.checked,body.round #statistics .pages .page3 #chip #upanddown.active div.checked,body.round #statistics .pages .page3 #extra #sandsave.active div.checked,body.round #statistics .pages .page3 #extra #upanddown.active div.checked,body.round #statistics .pages .page3 #greenbunker #sandsave.active div.checked,body.round #statistics .pages .page3 #greenbunker #upanddown.active div.checked,body.round #statistics .pages .page3 #penalty #sandsave.active div.checked,body.round #statistics .pages .page3 #penalty #upanddown.active div.checked,body.round #statistics .pages .page3 #texaswedge #sandsave.active div.checked,body.round #statistics .pages .page3 #texaswedge #upanddown.active div.checked,body.scorecard #statistics .pages .page3 #bunker #sandsave.active div.checked,body.scorecard #statistics .pages .page3 #bunker #upanddown.active div.checked,body.scorecard #statistics .pages .page3 #chip #sandsave.active div.checked,body.scorecard #statistics .pages .page3 #chip #upanddown.active div.checked,body.scorecard #statistics .pages .page3 #extra #sandsave.active div.checked,body.scorecard #statistics .pages .page3 #extra #upanddown.active div.checked,body.scorecard #statistics .pages .page3 #greenbunker #sandsave.active div.checked,body.scorecard #statistics .pages .page3 #greenbunker #upanddown.active div.checked,body.scorecard #statistics .pages .page3 #penalty #sandsave.active div.checked,body.scorecard #statistics .pages .page3 #penalty #upanddown.active div.checked,body.scorecard #statistics .pages .page3 #texaswedge #sandsave.active div.checked,body.scorecard #statistics .pages .page3 #texaswedge #upanddown.active div.checked{visibility:visible}body.round #statistics .pages .page3 #bunker #sandsave.dis,body.round #statistics .pages .page3 #bunker #upanddown.dis,body.round #statistics .pages .page3 #chip #sandsave.dis,body.round #statistics .pages .page3 #chip #upanddown.dis,body.round #statistics .pages .page3 #extra #sandsave.dis,body.round #statistics .pages .page3 #extra #upanddown.dis,body.round #statistics .pages .page3 #greenbunker #sandsave.dis,body.round #statistics .pages .page3 #greenbunker #upanddown.dis,body.round #statistics .pages .page3 #penalty #sandsave.dis,body.round #statistics .pages .page3 #penalty #upanddown.dis,body.round #statistics .pages .page3 #texaswedge #sandsave.dis,body.round #statistics .pages .page3 #texaswedge #upanddown.dis,body.scorecard #statistics .pages .page3 #bunker #sandsave.dis,body.scorecard #statistics .pages .page3 #bunker #upanddown.dis,body.scorecard #statistics .pages .page3 #chip #sandsave.dis,body.scorecard #statistics .pages .page3 #chip #upanddown.dis,body.scorecard #statistics .pages .page3 #extra #sandsave.dis,body.scorecard #statistics .pages .page3 #extra #upanddown.dis,body.scorecard #statistics .pages .page3 #greenbunker #sandsave.dis,body.scorecard #statistics .pages .page3 #greenbunker #upanddown.dis,body.scorecard #statistics .pages .page3 #penalty #sandsave.dis,body.scorecard #statistics .pages .page3 #penalty #upanddown.dis,body.scorecard #statistics .pages .page3 #texaswedge #sandsave.dis,body.scorecard #statistics .pages .page3 #texaswedge #upanddown.dis{opacity:.5}body.round #statistics .pages .page3 #bunker select#upanddown,body.round #statistics .pages .page3 #chip select#upanddown,body.round #statistics .pages .page3 #extra select#upanddown,body.round #statistics .pages .page3 #greenbunker select#upanddown,body.round #statistics .pages .page3 #penalty select#upanddown,body.round #statistics .pages .page3 #texaswedge select#upanddown,body.scorecard #statistics .pages .page3 #bunker select#upanddown,body.scorecard #statistics .pages .page3 #chip select#upanddown,body.scorecard #statistics .pages .page3 #extra select#upanddown,body.scorecard #statistics .pages .page3 #greenbunker select#upanddown,body.scorecard #statistics .pages .page3 #penalty select#upanddown,body.scorecard #statistics .pages .page3 #texaswedge select#upanddown{background-color:var(--stat-button-bg);border:var(--stat-button-border);color:var(--stat-select-text-color);width:122px;text-align:center;text-align-last:center;height:32px;font-weight:700;vertical-align:bottom;line-height:20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")!important}body.round #statistics .pages .page3 #bunker #sandsave,body.round #statistics .pages .page3 #chip #sandsave,body.round #statistics .pages .page3 #extra #sandsave,body.round #statistics .pages .page3 #greenbunker #sandsave,body.round #statistics .pages .page3 #penalty #sandsave,body.round #statistics .pages .page3 #texaswedge #sandsave,body.scorecard #statistics .pages .page3 #bunker #sandsave,body.scorecard #statistics .pages .page3 #chip #sandsave,body.scorecard #statistics .pages .page3 #extra #sandsave,body.scorecard #statistics .pages .page3 #greenbunker #sandsave,body.scorecard #statistics .pages .page3 #penalty #sandsave,body.scorecard #statistics .pages .page3 #texaswedge #sandsave{margin-right:5px}body.round #statistics .pages .page3 #bunker #upanddown,body.round #statistics .pages .page3 #chip #upanddown,body.round #statistics .pages .page3 #extra #upanddown,body.round #statistics .pages .page3 #greenbunker #upanddown,body.round #statistics .pages .page3 #penalty #upanddown,body.round #statistics .pages .page3 #texaswedge #upanddown,body.scorecard #statistics .pages .page3 #bunker #upanddown,body.scorecard #statistics .pages .page3 #chip #upanddown,body.scorecard #statistics .pages .page3 #extra #upanddown,body.scorecard #statistics .pages .page3 #greenbunker #upanddown,body.scorecard #statistics .pages .page3 #penalty #upanddown,body.scorecard #statistics .pages .page3 #texaswedge #upanddown{margin-left:5px}body.round #statistics .pages .page3 #bunker,body.round #statistics .pages .page3 #extra,body.scorecard #statistics .pages .page3 #bunker,body.scorecard #statistics .pages .page3 #extra{margin-top:10px}body.round #statistics .pages .page1,body.scorecard #statistics .pages .page1{height:350px}body.round #statistics .pages .page1 #pyro,body.scorecard #statistics .pages .page1 #pyro{display:none}body.round #statistics .pages .page1 #pyro .page-title,body.scorecard #statistics .pages .page1 #pyro .page-title{margin-top:5px}body.round #statistics .pages .page1 #greenhit,body.scorecard #statistics .pages .page1 #greenhit{margin-top:10px}body.round #statistics .pages .page1 #greenhit div.break,body.scorecard #statistics .pages .page1 #greenhit div.break{display:block;width:100%;border:none;margin-top:5px}body.round #statistics #arrows,body.scorecard #statistics #arrows{position:absolute;bottom:15px;left:28px}body.round #statistics #arrows>div,body.scorecard #statistics #arrows>div{display:inline-block;height:40px;width:80px;border:var(--stat-button-border);box-shadow:var(--playtype-box-shadow);background-color:var(--stat-button-bg)}body.round #statistics #arrows #stat-page-prev,body.scorecard #statistics #arrows #stat-page-prev{margin-right:5px;background:var(--arrowleft);background-repeat:no-repeat;background-size:40px 25px;background-position:18px 8px;border:var(--stat-button-border);box-shadow:var(--playtype-box-shadow);background-color:var(--stat-button-bg)}body.round #statistics #arrows #stat-page-next,body.scorecard #statistics #arrows #stat-page-next{margin-left:5px;background:var(--arrowright);background-repeat:no-repeat;background-size:40px 25px;background-position:22px 8px;border:var(--stat-button-border);box-shadow:var(--playtype-box-shadow);background-color:var(--stat-button-bg)}body.round #statistics #arrows #stat-page-next.dis,body.round #statistics #arrows #stat-page-prev.dis,body.scorecard #statistics #arrows #stat-page-next.dis,body.scorecard #statistics #arrows #stat-page-prev.dis{opacity:.5}body.round #statistics #arrows #stat-ok,body.scorecard #statistics #arrows #stat-ok{text-align:center;font-size:20px;line-height:40px;vertical-align:top;color:var(--stat-ok-button-color);background-color:var(--stat-button-bg)}body.round #round_playtype.rounds4 .hextra,body.scorecard #round_playtype.rounds4 .hextra{display:none}body.round #round[data-playtype=bestball] .hextra,body.round #round[data-playtype=bestball_stableford] .hextra,body.round #round[data-playtype=betterball] .hextra,body.round #round[data-playtype=betterball_stableford] .hextra,body.round #round[data-playtype=fourball_matchplay] .hextra,body.scorecard #round[data-playtype=bestball] .hextra,body.scorecard #round[data-playtype=bestball_stableford] .hextra,body.scorecard #round[data-playtype=betterball] .hextra,body.scorecard #round[data-playtype=betterball_stableford] .hextra,body.scorecard #round[data-playtype=fourball_matchplay] .hextra{display:table-cell}body.round #round[data-playtype=fourball_matchplay][data-divider="1"] table td:nth-child(2),body.round #round[data-playtype=fourball_matchplay][data-divider="2"] table td:nth-child(3),body.scorecard #round[data-playtype=fourball_matchplay][data-divider="1"] table td:nth-child(2),body.scorecard #round[data-playtype=fourball_matchplay][data-divider="2"] table td:nth-child(3){border-right:1px solid var(--sub-border-color)}body.round #round_playtype[data-playtype=fourball_matchplay] .fcx,body.round #round_playtype[data-playtype=fourball_matchplay] .fcxownpar,body.scorecard #round_playtype[data-playtype=fourball_matchplay] .fcx,body.scorecard #round_playtype[data-playtype=fourball_matchplay] .fcxownpar{width:55px;max-width:55px}body.round #round_playtype.rounds2[data-playtype=matchplay] .playergroup .left,body.scorecard #round_playtype.rounds2[data-playtype=matchplay] .playergroup .left{display:flex;justify-content:flex-end;align-items:center;height:42px}body.round #round_playtype.rounds2[data-playtype=matchplay] .playergroup .right,body.scorecard #round_playtype.rounds2[data-playtype=matchplay] .playergroup .right{display:flex;align-items:center;height:42px}body.round #round_playtype.rounds2[data-playtype=matchplay] #round .fcx,body.round #round_playtype.rounds2[data-playtype=matchplay] #round .fcxownpar,body.round #round_playtype.rounds2[data-playtype=matchplay] #score-set .fcx,body.round #round_playtype.rounds2[data-playtype=matchplay] #score-set .fcxownpar,body.scorecard #round_playtype.rounds2[data-playtype=matchplay] #round .fcx,body.scorecard #round_playtype.rounds2[data-playtype=matchplay] #round .fcxownpar,body.scorecard #round_playtype.rounds2[data-playtype=matchplay] #score-set .fcx,body.scorecard #round_playtype.rounds2[data-playtype=matchplay] #score-set .fcxownpar{width:110px;max-width:110px}body.round #round_playtype.rounds2[data-playtype=matchplay] #round .fcx .scorep,body.round #round_playtype.rounds2[data-playtype=matchplay] #round .fcxownpar .scorep,body.round #round_playtype.rounds2[data-playtype=matchplay] #score-set .fcx .scorep,body.round #round_playtype.rounds2[data-playtype=matchplay] #score-set .fcxownpar .scorep,body.scorecard #round_playtype.rounds2[data-playtype=matchplay] #round .fcx .scorep,body.scorecard #round_playtype.rounds2[data-playtype=matchplay] #round .fcxownpar .scorep,body.scorecard #round_playtype.rounds2[data-playtype=matchplay] #score-set .fcx .scorep,body.scorecard #round_playtype.rounds2[data-playtype=matchplay] #score-set .fcxownpar .scorep{display:none}body.round #round_playtype,body.scorecard #round_playtype{background-color:var(--bg-color)}body.round #round_playtype[data-playtype=fourball_matchplay] .rr.selected .extra.left,body.round #round_playtype[data-playtype=foursome_matchplay] .rr.selected .extra.left,body.round #round_playtype[data-playtype=matchplay] .rr.selected .extra.left,body.round #round_playtype[data-playtype=scramble2_matchplay] .rr.selected .extra.left,body.round #round_playtype[data-playtype=singles_matchplay] .rr.selected .extra.left,body.scorecard #round_playtype[data-playtype=fourball_matchplay] .rr.selected .extra.left,body.scorecard #round_playtype[data-playtype=foursome_matchplay] .rr.selected .extra.left,body.scorecard #round_playtype[data-playtype=matchplay] .rr.selected .extra.left,body.scorecard #round_playtype[data-playtype=scramble2_matchplay] .rr.selected .extra.left,body.scorecard #round_playtype[data-playtype=singles_matchplay] .rr.selected .extra.left{color:#ffa8aa}body.round #round_playtype[data-playtype=fourball_matchplay] .rr.selected .extra.right,body.round #round_playtype[data-playtype=foursome_matchplay] .rr.selected .extra.right,body.round #round_playtype[data-playtype=matchplay] .rr.selected .extra.right,body.round #round_playtype[data-playtype=scramble2_matchplay] .rr.selected .extra.right,body.round #round_playtype[data-playtype=singles_matchplay] .rr.selected .extra.right,body.scorecard #round_playtype[data-playtype=fourball_matchplay] .rr.selected .extra.right,body.scorecard #round_playtype[data-playtype=foursome_matchplay] .rr.selected .extra.right,body.scorecard #round_playtype[data-playtype=matchplay] .rr.selected .extra.right,body.scorecard #round_playtype[data-playtype=scramble2_matchplay] .rr.selected .extra.right,body.scorecard #round_playtype[data-playtype=singles_matchplay] .rr.selected .extra.right{color:#80c6ff}body.round .round_top table.fourball_matchplay .team-divider,body.scorecard .round_top table.fourball_matchplay .team-divider{border-right:1px solid var(--sub-border-color)}body.round .round_top table.fourball_matchplay tr td.fcx.name:nth-child(2),body.scorecard .round_top table.fourball_matchplay tr td.fcx.name:nth-child(2){border-left:6px solid #d7474a}body.round .round_top table.fourball_matchplay tr .fcx.name:last-child,body.scorecard .round_top table.fourball_matchplay tr .fcx.name:last-child{border-right:6px solid #2a60cd}body.round .round_top table.fourball_matchplay .points td:nth-child(2),body.scorecard .round_top table.fourball_matchplay .points td:nth-child(2){border-left:6px solid #d7474a;border-right:6px solid #2a60cd}body.round .round_top table.fourball_matchplay .playergroup.match1,body.scorecard .round_top table.fourball_matchplay .playergroup.match1{display:table-cell}body.round .fourball_matchplay .fcx.name,body.round .foursome_matchplay .fcx.name,body.round .matchplay .fcx.name,body.round .scramble2_matchplay .fcx.name,body.round .singles_matchplay .fcx.name,body.scorecard .fourball_matchplay .fcx.name,body.scorecard .foursome_matchplay .fcx.name,body.scorecard .matchplay .fcx.name,body.scorecard .scramble2_matchplay .fcx.name,body.scorecard .singles_matchplay .fcx.name{width:245px;max-width:245px;vertical-align:middle}body.round .fourball_matchplay .playergroup,body.round .foursome_matchplay .playergroup,body.round .matchplay .playergroup,body.round .scramble2_matchplay .playergroup,body.round .singles_matchplay .playergroup,body.scorecard .fourball_matchplay .playergroup,body.scorecard .foursome_matchplay .playergroup,body.scorecard .matchplay .playergroup,body.scorecard .scramble2_matchplay .playergroup,body.scorecard .singles_matchplay .playergroup{display:flex;align-items:center;justify-content:space-between;border-left:6px solid #d7474a;border-right:6px solid #2a60cd}body.round .fourball_matchplay .playergroup .right .phcp,body.round .foursome_matchplay .playergroup .right .phcp,body.round .matchplay .playergroup .right .phcp,body.round .scramble2_matchplay .playergroup .right .phcp,body.round .singles_matchplay .playergroup .right .phcp,body.scorecard .fourball_matchplay .playergroup .right .phcp,body.scorecard .foursome_matchplay .playergroup .right .phcp,body.scorecard .matchplay .playergroup .right .phcp,body.scorecard .scramble2_matchplay .playergroup .right .phcp,body.scorecard .singles_matchplay .playergroup .right .phcp{text-align:left}body.round .fourball_matchplay .playergroup .left,body.round .fourball_matchplay .playergroup .right,body.round .foursome_matchplay .playergroup .left,body.round .foursome_matchplay .playergroup .right,body.round .matchplay .playergroup .left,body.round .matchplay .playergroup .right,body.round .scramble2_matchplay .playergroup .left,body.round .scramble2_matchplay .playergroup .right,body.round .singles_matchplay .playergroup .left,body.round .singles_matchplay .playergroup .right,body.scorecard .fourball_matchplay .playergroup .left,body.scorecard .fourball_matchplay .playergroup .right,body.scorecard .foursome_matchplay .playergroup .left,body.scorecard .foursome_matchplay .playergroup .right,body.scorecard .matchplay .playergroup .left,body.scorecard .matchplay .playergroup .right,body.scorecard .scramble2_matchplay .playergroup .left,body.scorecard .scramble2_matchplay .playergroup .right,body.scorecard .singles_matchplay .playergroup .left,body.scorecard .singles_matchplay .playergroup .right{display:inline-block;float:left}body.round .fourball_matchplay .playergroup .phcp,body.round .foursome_matchplay .playergroup .phcp,body.round .matchplay .playergroup .phcp,body.round .scramble2_matchplay .playergroup .phcp,body.round .singles_matchplay .playergroup .phcp,body.scorecard .fourball_matchplay .playergroup .phcp,body.scorecard .foursome_matchplay .playergroup .phcp,body.scorecard .matchplay .playergroup .phcp,body.scorecard .scramble2_matchplay .playergroup .phcp,body.scorecard .singles_matchplay .playergroup .phcp{color:-var(--phcp-color);font-size:.8em;font-weight:400}body.round .fourball_matchplay .playergroup .right,body.round .foursome_matchplay .playergroup .right,body.round .matchplay .playergroup .right,body.round .scramble2_matchplay .playergroup .right,body.round .singles_matchplay .playergroup .right,body.scorecard .fourball_matchplay .playergroup .right,body.scorecard .foursome_matchplay .playergroup .right,body.scorecard .matchplay .playergroup .right,body.scorecard .scramble2_matchplay .playergroup .right,body.scorecard .singles_matchplay .playergroup .right{text-align:left;padding-left:6px}body.round .fourball_matchplay .playergroup .names,body.round .foursome_matchplay .playergroup .names,body.round .matchplay .playergroup .names,body.round .scramble2_matchplay .playergroup .names,body.round .singles_matchplay .playergroup .names,body.scorecard .fourball_matchplay .playergroup .names,body.scorecard .foursome_matchplay .playergroup .names,body.scorecard .matchplay .playergroup .names,body.scorecard .scramble2_matchplay .playergroup .names,body.scorecard .singles_matchplay .playergroup .names{font-size:.9em;font-weight:400}body.round .fourball_matchplay .playergroup .names .name,body.round .foursome_matchplay .playergroup .names .name,body.round .matchplay .playergroup .names .name,body.round .scramble2_matchplay .playergroup .names .name,body.round .singles_matchplay .playergroup .names .name,body.scorecard .fourball_matchplay .playergroup .names .name,body.scorecard .foursome_matchplay .playergroup .names .name,body.scorecard .matchplay .playergroup .names .name,body.scorecard .scramble2_matchplay .playergroup .names .name,body.scorecard .singles_matchplay .playergroup .names .name{font-size:.9em;overflow-x:hidden;max-width:146px}body.round .fourball_matchplay .playergroup div.left,body.round .foursome_matchplay .playergroup div.left,body.round .matchplay .playergroup div.left,body.round .scramble2_matchplay .playergroup div.left,body.round .singles_matchplay .playergroup div.left,body.scorecard .fourball_matchplay .playergroup div.left,body.scorecard .foursome_matchplay .playergroup div.left,body.scorecard .matchplay .playergroup div.left,body.scorecard .scramble2_matchplay .playergroup div.left,body.scorecard .singles_matchplay .playergroup div.left{width:195px;text-align:right;padding-right:20px;width:77px;overflow-x:hidden}body.round .fourball_matchplay .playergroup div.left.sc,body.round .foursome_matchplay .playergroup div.left.sc,body.round .matchplay .playergroup div.left.sc,body.round .scramble2_matchplay .playergroup div.left.sc,body.round .singles_matchplay .playergroup div.left.sc,body.scorecard .fourball_matchplay .playergroup div.left.sc,body.scorecard .foursome_matchplay .playergroup div.left.sc,body.scorecard .matchplay .playergroup div.left.sc,body.scorecard .scramble2_matchplay .playergroup div.left.sc,body.scorecard .singles_matchplay .playergroup div.left.sc{text-align:left;width:auto;padding-left:5px;padding-right:3px}body.round .fourball_matchplay .playergroup>div>div,body.round .foursome_matchplay .playergroup>div>div,body.round .matchplay .playergroup>div>div,body.round .scramble2_matchplay .playergroup>div>div,body.round .singles_matchplay .playergroup>div>div,body.scorecard .fourball_matchplay .playergroup>div>div,body.scorecard .foursome_matchplay .playergroup>div>div,body.scorecard .matchplay .playergroup>div>div,body.scorecard .scramble2_matchplay .playergroup>div>div,body.scorecard .singles_matchplay .playergroup>div>div{font-size:.9em}body.round .fourball_matchplay .playergroup .right,body.round .foursome_matchplay .playergroup .right,body.round .matchplay .playergroup .right,body.round .scramble2_matchplay .playergroup .right,body.round .singles_matchplay .playergroup .right,body.scorecard .fourball_matchplay .playergroup .right,body.scorecard .foursome_matchplay .playergroup .right,body.scorecard .matchplay .playergroup .right,body.scorecard .scramble2_matchplay .playergroup .right,body.scorecard .singles_matchplay .playergroup .right{float:right;width:72px;overflow-x:hidden}body.round .fourball_matchplay .playergroup .right.sc,body.round .foursome_matchplay .playergroup .right.sc,body.round .matchplay .playergroup .right.sc,body.round .scramble2_matchplay .playergroup .right.sc,body.round .singles_matchplay .playergroup .right.sc,body.scorecard .fourball_matchplay .playergroup .right.sc,body.scorecard .foursome_matchplay .playergroup .right.sc,body.scorecard .matchplay .playergroup .right.sc,body.scorecard .scramble2_matchplay .playergroup .right.sc,body.scorecard .singles_matchplay .playergroup .right.sc{float:none;text-align:left;width:auto;padding-left:3px;padding-right:5px}body.round .fourball_matchplay .playergroup .match-result-even,body.round .foursome_matchplay .playergroup .match-result-even,body.round .matchplay .playergroup .match-result-even,body.round .scramble2_matchplay .playergroup .match-result-even,body.round .singles_matchplay .playergroup .match-result-even,body.scorecard .fourball_matchplay .playergroup .match-result-even,body.scorecard .foursome_matchplay .playergroup .match-result-even,body.scorecard .matchplay .playergroup .match-result-even,body.scorecard .scramble2_matchplay .playergroup .match-result-even,body.scorecard .singles_matchplay .playergroup .match-result-even{height:40px;width:40px;background-color:inherit;display:inline-block;color:var(--text-color);line-height:40px;padding-left:3px;padding-right:3px;text-align:center}body.round .fourball_matchplay .playergroup .match-result.t1 .arrow.l,body.round .foursome_matchplay .playergroup .match-result.t1 .arrow.l,body.round .matchplay .playergroup .match-result.t1 .arrow.l,body.round .scramble2_matchplay .playergroup .match-result.t1 .arrow.l,body.round .singles_matchplay .playergroup .match-result.t1 .arrow.l,body.scorecard .fourball_matchplay .playergroup .match-result.t1 .arrow.l,body.scorecard .foursome_matchplay .playergroup .match-result.t1 .arrow.l,body.scorecard .matchplay .playergroup .match-result.t1 .arrow.l,body.scorecard .scramble2_matchplay .playergroup .match-result.t1 .arrow.l,body.scorecard .singles_matchplay .playergroup .match-result.t1 .arrow.l{display:inline-block}body.round .fourball_matchplay .playergroup .match-result.t1 .arrow.r,body.round .foursome_matchplay .playergroup .match-result.t1 .arrow.r,body.round .matchplay .playergroup .match-result.t1 .arrow.r,body.round .scramble2_matchplay .playergroup .match-result.t1 .arrow.r,body.round .singles_matchplay .playergroup .match-result.t1 .arrow.r,body.scorecard .fourball_matchplay .playergroup .match-result.t1 .arrow.r,body.scorecard .foursome_matchplay .playergroup .match-result.t1 .arrow.r,body.scorecard .matchplay .playergroup .match-result.t1 .arrow.r,body.scorecard .scramble2_matchplay .playergroup .match-result.t1 .arrow.r,body.scorecard .singles_matchplay .playergroup .match-result.t1 .arrow.r{display:none}body.round .fourball_matchplay .playergroup .match-result.t2 .matchplay-win,body.round .foursome_matchplay .playergroup .match-result.t2 .matchplay-win,body.round .matchplay .playergroup .match-result.t2 .matchplay-win,body.round .scramble2_matchplay .playergroup .match-result.t2 .matchplay-win,body.round .singles_matchplay .playergroup .match-result.t2 .matchplay-win,body.scorecard .fourball_matchplay .playergroup .match-result.t2 .matchplay-win,body.scorecard .foursome_matchplay .playergroup .match-result.t2 .matchplay-win,body.scorecard .matchplay .playergroup .match-result.t2 .matchplay-win,body.scorecard .scramble2_matchplay .playergroup .match-result.t2 .matchplay-win,body.scorecard .singles_matchplay .playergroup .match-result.t2 .matchplay-win{background-color:#2a60cd}body.round .fourball_matchplay .playergroup .match-result.t2 .arrow.l,body.round .foursome_matchplay .playergroup .match-result.t2 .arrow.l,body.round .matchplay .playergroup .match-result.t2 .arrow.l,body.round .scramble2_matchplay .playergroup .match-result.t2 .arrow.l,body.round .singles_matchplay .playergroup .match-result.t2 .arrow.l,body.scorecard .fourball_matchplay .playergroup .match-result.t2 .arrow.l,body.scorecard .foursome_matchplay .playergroup .match-result.t2 .arrow.l,body.scorecard .matchplay .playergroup .match-result.t2 .arrow.l,body.scorecard .scramble2_matchplay .playergroup .match-result.t2 .arrow.l,body.scorecard .singles_matchplay .playergroup .match-result.t2 .arrow.l{display:none}body.round .fourball_matchplay .playergroup .match-result.t2 .arrow.r,body.round .foursome_matchplay .playergroup .match-result.t2 .arrow.r,body.round .matchplay .playergroup .match-result.t2 .arrow.r,body.round .scramble2_matchplay .playergroup .match-result.t2 .arrow.r,body.round .singles_matchplay .playergroup .match-result.t2 .arrow.r,body.scorecard .fourball_matchplay .playergroup .match-result.t2 .arrow.r,body.scorecard .foursome_matchplay .playergroup .match-result.t2 .arrow.r,body.scorecard .matchplay .playergroup .match-result.t2 .arrow.r,body.scorecard .scramble2_matchplay .playergroup .match-result.t2 .arrow.r,body.scorecard .singles_matchplay .playergroup .match-result.t2 .arrow.r{display:inline-block}body.round .fourball_matchplay .playergroup .match-value,body.round .foursome_matchplay .playergroup .match-value,body.round .matchplay .playergroup .match-value,body.round .scramble2_matchplay .playergroup .match-value,body.round .singles_matchplay .playergroup .match-value,body.scorecard .fourball_matchplay .playergroup .match-value,body.scorecard .foursome_matchplay .playergroup .match-value,body.scorecard .matchplay .playergroup .match-value,body.scorecard .scramble2_matchplay .playergroup .match-value,body.scorecard .singles_matchplay .playergroup .match-value{padding-right:2px}body.round .fourball_matchplay .playergroup .match-value .extra.right,body.round .foursome_matchplay .playergroup .match-value .extra.right,body.round .matchplay .playergroup .match-value .extra.right,body.round .scramble2_matchplay .playergroup .match-value .extra.right,body.round .singles_matchplay .playergroup .match-value .extra.right,body.scorecard .fourball_matchplay .playergroup .match-value .extra.right,body.scorecard .foursome_matchplay .playergroup .match-value .extra.right,body.scorecard .matchplay .playergroup .match-value .extra.right,body.scorecard .scramble2_matchplay .playergroup .match-value .extra.right,body.scorecard .singles_matchplay .playergroup .match-value .extra.right{text-align:right}body.round .fourball_matchplay .playergroup .match-value .extra.left,body.round .foursome_matchplay .playergroup .match-value .extra.left,body.round .matchplay .playergroup .match-value .extra.left,body.round .scramble2_matchplay .playergroup .match-value .extra.left,body.round .singles_matchplay .playergroup .match-value .extra.left,body.scorecard .fourball_matchplay .playergroup .match-value .extra.left,body.scorecard .foursome_matchplay .playergroup .match-value .extra.left,body.scorecard .matchplay .playergroup .match-value .extra.left,body.scorecard .scramble2_matchplay .playergroup .match-value .extra.left,body.scorecard .singles_matchplay .playergroup .match-value .extra.left{text-align:left}body.round .fourball_matchplay .playergroup .match-result .matchplay-win,body.round .fourball_matchplay .playergroup .match-value-even .matchplay-win,body.round .foursome_matchplay .playergroup .match-result .matchplay-win,body.round .foursome_matchplay .playergroup .match-value-even .matchplay-win,body.round .matchplay .playergroup .match-result .matchplay-win,body.round .matchplay .playergroup .match-value-even .matchplay-win,body.round .scramble2_matchplay .playergroup .match-result .matchplay-win,body.round .scramble2_matchplay .playergroup .match-value-even .matchplay-win,body.round .singles_matchplay .playergroup .match-result .matchplay-win,body.round .singles_matchplay .playergroup .match-value-even .matchplay-win,body.scorecard .fourball_matchplay .playergroup .match-result .matchplay-win,body.scorecard .fourball_matchplay .playergroup .match-value-even .matchplay-win,body.scorecard .foursome_matchplay .playergroup .match-result .matchplay-win,body.scorecard .foursome_matchplay .playergroup .match-value-even .matchplay-win,body.scorecard .matchplay .playergroup .match-result .matchplay-win,body.scorecard .matchplay .playergroup .match-value-even .matchplay-win,body.scorecard .scramble2_matchplay .playergroup .match-result .matchplay-win,body.scorecard .scramble2_matchplay .playergroup .match-value-even .matchplay-win,body.scorecard .singles_matchplay .playergroup .match-result .matchplay-win,body.scorecard .singles_matchplay .playergroup .match-value-even .matchplay-win{text-align:center;height:40px;width:40px;background-color:#d7474a;display:inline-block;color:#fff;line-height:40px;padding-left:3px;padding-right:3px}body.round .fourball_matchplay .playergroup .match-result .match-value-even,body.round .fourball_matchplay .playergroup .match-value-even .match-value-even,body.round .foursome_matchplay .playergroup .match-result .match-value-even,body.round .foursome_matchplay .playergroup .match-value-even .match-value-even,body.round .matchplay .playergroup .match-result .match-value-even,body.round .matchplay .playergroup .match-value-even .match-value-even,body.round .scramble2_matchplay .playergroup .match-result .match-value-even,body.round .scramble2_matchplay .playergroup .match-value-even .match-value-even,body.round .singles_matchplay .playergroup .match-result .match-value-even,body.round .singles_matchplay .playergroup .match-value-even .match-value-even,body.scorecard .fourball_matchplay .playergroup .match-result .match-value-even,body.scorecard .fourball_matchplay .playergroup .match-value-even .match-value-even,body.scorecard .foursome_matchplay .playergroup .match-result .match-value-even,body.scorecard .foursome_matchplay .playergroup .match-value-even .match-value-even,body.scorecard .matchplay .playergroup .match-result .match-value-even,body.scorecard .matchplay .playergroup .match-value-even .match-value-even,body.scorecard .scramble2_matchplay .playergroup .match-result .match-value-even,body.scorecard .scramble2_matchplay .playergroup .match-value-even .match-value-even,body.scorecard .singles_matchplay .playergroup .match-result .match-value-even,body.scorecard .singles_matchplay .playergroup .match-value-even .match-value-even{background-color:gray}body.round .fourball_matchplay .playergroup .match-result .arrow,body.round .fourball_matchplay .playergroup .match-value-even .arrow,body.round .foursome_matchplay .playergroup .match-result .arrow,body.round .foursome_matchplay .playergroup .match-value-even .arrow,body.round .matchplay .playergroup .match-result .arrow,body.round .matchplay .playergroup .match-value-even .arrow,body.round .scramble2_matchplay .playergroup .match-result .arrow,body.round .scramble2_matchplay .playergroup .match-value-even .arrow,body.round .singles_matchplay .playergroup .match-result .arrow,body.round .singles_matchplay .playergroup .match-value-even .arrow,body.scorecard .fourball_matchplay .playergroup .match-result .arrow,body.scorecard .fourball_matchplay .playergroup .match-value-even .arrow,body.scorecard .foursome_matchplay .playergroup .match-result .arrow,body.scorecard .foursome_matchplay .playergroup .match-value-even .arrow,body.scorecard .matchplay .playergroup .match-result .arrow,body.scorecard .matchplay .playergroup .match-value-even .arrow,body.scorecard .scramble2_matchplay .playergroup .match-result .arrow,body.scorecard .scramble2_matchplay .playergroup .match-value-even .arrow,body.scorecard .singles_matchplay .playergroup .match-result .arrow,body.scorecard .singles_matchplay .playergroup .match-value-even .arrow{border-top:20px solid transparent;border-bottom:20px solid transparent;display:inline-block;vertical-align:top}body.round .fourball_matchplay .playergroup .match-result .arrow.l,body.round .fourball_matchplay .playergroup .match-value-even .arrow.l,body.round .foursome_matchplay .playergroup .match-result .arrow.l,body.round .foursome_matchplay .playergroup .match-value-even .arrow.l,body.round .matchplay .playergroup .match-result .arrow.l,body.round .matchplay .playergroup .match-value-even .arrow.l,body.round .scramble2_matchplay .playergroup .match-result .arrow.l,body.round .scramble2_matchplay .playergroup .match-value-even .arrow.l,body.round .singles_matchplay .playergroup .match-result .arrow.l,body.round .singles_matchplay .playergroup .match-value-even .arrow.l,body.scorecard .fourball_matchplay .playergroup .match-result .arrow.l,body.scorecard .fourball_matchplay .playergroup .match-value-even .arrow.l,body.scorecard .foursome_matchplay .playergroup .match-result .arrow.l,body.scorecard .foursome_matchplay .playergroup .match-value-even .arrow.l,body.scorecard .matchplay .playergroup .match-result .arrow.l,body.scorecard .matchplay .playergroup .match-value-even .arrow.l,body.scorecard .scramble2_matchplay .playergroup .match-result .arrow.l,body.scorecard .scramble2_matchplay .playergroup .match-value-even .arrow.l,body.scorecard .singles_matchplay .playergroup .match-result .arrow.l,body.scorecard .singles_matchplay .playergroup .match-value-even .arrow.l{border-right:11px solid #d7474a}body.round .fourball_matchplay .playergroup .match-result .arrow.r,body.round .fourball_matchplay .playergroup .match-value-even .arrow.r,body.round .foursome_matchplay .playergroup .match-result .arrow.r,body.round .foursome_matchplay .playergroup .match-value-even .arrow.r,body.round .matchplay .playergroup .match-result .arrow.r,body.round .matchplay .playergroup .match-value-even .arrow.r,body.round .scramble2_matchplay .playergroup .match-result .arrow.r,body.round .scramble2_matchplay .playergroup .match-value-even .arrow.r,body.round .singles_matchplay .playergroup .match-result .arrow.r,body.round .singles_matchplay .playergroup .match-value-even .arrow.r,body.scorecard .fourball_matchplay .playergroup .match-result .arrow.r,body.scorecard .fourball_matchplay .playergroup .match-value-even .arrow.r,body.scorecard .foursome_matchplay .playergroup .match-result .arrow.r,body.scorecard .foursome_matchplay .playergroup .match-value-even .arrow.r,body.scorecard .matchplay .playergroup .match-result .arrow.r,body.scorecard .matchplay .playergroup .match-value-even .arrow.r,body.scorecard .scramble2_matchplay .playergroup .match-result .arrow.r,body.scorecard .scramble2_matchplay .playergroup .match-value-even .arrow.r,body.scorecard .singles_matchplay .playergroup .match-result .arrow.r,body.scorecard .singles_matchplay .playergroup .match-value-even .arrow.r{border-left:11px solid #2a60cd}body.round .fourball_matchplay.players3 .fcx.name,body.round .fourball_matchplay.players4 .fcx.name,body.round .foursome_matchplay.players3 .fcx.name,body.round .foursome_matchplay.players4 .fcx.name,body.round .matchplay.players3 .fcx.name,body.round .matchplay.players4 .fcx.name,body.round .scramble2_matchplay.players3 .fcx.name,body.round .scramble2_matchplay.players4 .fcx.name,body.round .singles_matchplay.players3 .fcx.name,body.round .singles_matchplay.players4 .fcx.name,body.scorecard .fourball_matchplay.players3 .fcx.name,body.scorecard .fourball_matchplay.players4 .fcx.name,body.scorecard .foursome_matchplay.players3 .fcx.name,body.scorecard .foursome_matchplay.players4 .fcx.name,body.scorecard .matchplay.players3 .fcx.name,body.scorecard .matchplay.players4 .fcx.name,body.scorecard .scramble2_matchplay.players3 .fcx.name,body.scorecard .scramble2_matchplay.players4 .fcx.name,body.scorecard .singles_matchplay.players3 .fcx.name,body.scorecard .singles_matchplay.players4 .fcx.name{width:60px;max-width:60px}body.round .fourball_matchplay.players3 .playergroup,body.round .fourball_matchplay.players4 .playergroup,body.round .foursome_matchplay.players3 .playergroup,body.round .foursome_matchplay.players4 .playergroup,body.round .matchplay.players3 .playergroup,body.round .matchplay.players4 .playergroup,body.round .scramble2_matchplay.players3 .playergroup,body.round .scramble2_matchplay.players4 .playergroup,body.round .singles_matchplay.players3 .playergroup,body.round .singles_matchplay.players4 .playergroup,body.scorecard .fourball_matchplay.players3 .playergroup,body.scorecard .fourball_matchplay.players4 .playergroup,body.scorecard .foursome_matchplay.players3 .playergroup,body.scorecard .foursome_matchplay.players4 .playergroup,body.scorecard .matchplay.players3 .playergroup,body.scorecard .matchplay.players4 .playergroup,body.scorecard .scramble2_matchplay.players3 .playergroup,body.scorecard .scramble2_matchplay.players4 .playergroup,body.scorecard .singles_matchplay.players3 .playergroup,body.scorecard .singles_matchplay.players4 .playergroup{justify-content:center}body.round .score-picker,body.scorecard .score-picker{width:75px}body.round .score-picker div.length,body.scorecard .score-picker div.length{display:inline-grid;grid-auto-flow:row;justify-content:center}body.round .score-picker div.length>div,body.scorecard .score-picker div.length>div{font-size:.9em;text-align:center;display:inline-grid;justify-content:start;grid-template-columns:auto auto}body.round .score-picker div.length>div>div,body.scorecard .score-picker div.length>div>div{font-size:.9em}body.round #hole-desc,body.scorecard #hole-desc{background:var(--bg-color);display:none;position:absolute;top:-10px;left:0;width:100%;height:120%}body.round #hole-desc-close,body.scorecard #hole-desc-close{background:url(images/close.svg);background-size:30px 30px;background-repeat:no-repeat;width:30px;height:30px;position:fixed;top:5px;right:5px}body.round #hole-desc-text-wrap,body.scorecard #hole-desc-text-wrap{padding:30px;color:var(--text-color);width:80%}body.round #hole-usernote,body.scorecard #hole-usernote{height:40px;width:100%;font-weight:300;font-size:1.2em}@keyframes c{0%{transform:translateY(var(--stat-dialog-up,630px))}to{transform:translate(0)}}@keyframes d{0%{transform:translate(0)}to{transform:translateY(630px)}}@keyframes e{0%{transform:translate(0)}to{transform:translate(-320px)}}@keyframes f{0%{transform:translate(0)}to{transform:translate(320px)}}@keyframes g{0%{transform:translate(-320px)}to{transform:translate(0)}}@keyframes h{0%{transform:translate(320px)}to{transform:translate(0)}}.round_top{background-color:var(--bg-color);width:100%}.round_top td.border-left{border-left:1px solid var(--sub-border-color)}.round_top .betterball .br,.round_top .betterball_stableford .br{border-right:1px solid var(--round-bottom-border-color)}#round>table{width:100%}#round[data-playtype=fourball_matchplay] .scorep,#round[data-playtype=foursomme_matchplay] .scorep,#round[data-playtype=matchplay] .scorep,#round[data-playtype=scramble2_matchplay] .scorep,#round[data-playtype=singles_matchplay] .scorep{display:none}#round[data-playtype=betterball] tbody td:nth-child(3),#round[data-playtype=betterball_stableford] tbody td:nth-child(3){border-right:1px solid var(--round-bottom-border-color)}.t1c{color:#d7474a}.t1bc{background-color:#d7474a!important}.t2c{color:#2a60cd}.t2bc{background-color:#2a60cd!important}#courses td{font-size:.9em}#round td,#score-set td,.round_top td{text-align:center;padding:2px 6px}#round td.hinfo,#score-set td.hinfo,.round_top td.hinfo{padding:2px 0}#round td.hextra,#score-set td.hextra,.round_top td.hextra{text-align:left;font-weight:700}#round td>div.extra,#score-set td>div.extra,.round_top td>div.extra{font-size:.8em}#round td>div.extra.left,#score-set td>div.extra.left,.round_top td>div.extra.left{color:#d7474a}#round td>div.extra.right,#score-set td>div.extra.right,.round_top td>div.extra.right{color:#2a60cd}#hole{padding:2px 0 0 2px!important}#round tr.selected td>div.extra.left{color:#ffa8aa}#round tr.selected td>div.extra.right{color:#80c6ff}#round tr.selected td>div.extra.as{color:#fff}.scrollable_round{max-height:400px;overflow-y:scroll;-webkit-overflow-scrolling:touch}#bottom_actions .ba-padding{height:52px;position:fixed;bottom:-30px;width:calc(100% - 20px);background-color:var(--bg-color);color:var(--text-color);margin-left:10px;opacity:1}html.standalone #bottom_actions .ba-padding{height:72px}html.standalone #bottom_actions .bottom_actions{height:40px;bottom:24px}html.standalone #bottom_actions .bottom_actions>div{margin-bottom:20px}html.standalone .scrollable_round{max-height:500px}html.standalone #score-set{bottom:15px}#wrapper{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}@media(orientation:portrait){#skinpayments .name{max-width:135px}}.bottom_actions{position:fixed;bottom:0;z-index:99;width:calc(100% - 20px);background:var(--bottom-actions-bg-color);color:var(--text-color);border:1px solid var(--bottom-actions-border-color);padding-top:6px;text-align:center;margin-left:10px;border-radius:20px;opacity:1}.bottom_actions .title{padding-top:0;font-weight:400;font-size:9px}.bottom_actions>div{width:24%;display:inline-block}.bottom_actions>div.dimmed{opacity:.4}.bottom_actions>div>div:first-child{background-size:25px 27px;background-repeat:no-repeat;height:27px;width:25px;margin-left:auto;margin-right:auto}.bottom_actions>div>div:first-child>div{font-weight:400;font-size:9px}.bottom_actions .home>div:first-child{background-image:var(--home-icon)}.bottom_actions .round>div:first-child{background-image:var(--round-icon)}.bottom_actions .scorecard>div:first-child{background-image:var(--scorecard-icon)}.bottom_actions .settings>div:first-child{background-image:var(--settings-icon)}.bottom-fill-small{height:20px}.bottom-fill-full{height:60px}#closest-pin,#longest-drive,#score-set{display:none;background:var(--bg-color);color:var(--sub-color);border-top:1px solid var(--sub-border-color);position:relative;bottom:1px;width:100%}#closest-pin,#longest-drive{color:inherit}#closest-pin{padding-left:10px;padding-top:10px}#closest-pin .pb{height:10px}#closest-pin #cpp{margin-bottom:10px}#closest-pin .cp-picker{max-height:120px;width:55px}#closest-pin #cp-picker-cm,#closest-pin #cp-picker-dm,#closest-pin #cp-picker-meter,#closest-pin .m{display:inline-block;vertical-align:middle}#closest-pin button{width:120px;margin-top:5px;margin-bottom:5px}#longest-drive{padding-left:30px;padding-top:10px}#longest-drive #ldm,#longest-drive #ldw,#longest-drive button{margin-top:10px}#longest-drive button{width:120px}.cp-picker,.picker{border:1px solid #aaa;width:55px;border-radius:2px;max-height:160px;overflow-y:scroll;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;box-shadow:inset 0 0 6px #aaa;margin-left:auto;margin-right:auto;text-align:center}.mobile .cp-picker,.mobile .picker{border-radius:12px}.cp-picker-row,.picker_row{padding-top:5px;padding-bottom:5px;font-size:20px}td.picker_one{padding:2px 7px}-webkit-scrollbar,-webkit-scrollbar-track{background-color:transparent}-webkit-scrollbar-thumb{background-color:transparent}#round_playtype[data-highlitepar="1"] .picker_row.par{background:var(--picker-ownpar-bg-color);color:var(--picker-ownpar-color)}#round_playtype[data-highlitepar="0"] .picker_row.par,#round_playtype[data-highlitepar="1"] .picker_row.ownpar{text-decoration:underline}#round_playtype[data-highlitepar="0"] .picker_row.ownpar{background:var(--picker-ownpar-bg-color);color:var(--picker-ownpar-color)}#round .rr.selected,.cp-picker-row.selected,.picker_row.selected{background:var(--score-entry-selected-row)!important;color:#fff!important}#round .rr.selected .score.own_par,.cp-picker-row.selected .score.own_par,.picker_row.selected .score.own_par{color:var(--ownpar-selected-color)!important}html.less3 body{padding-top:7px}html.less3 .backbutton{position:absolute;right:10px}.hinfo .hnum{display:inline-block;width:24px;padding:1px}.hinfo .hpar{padding:1px}.hinfo .hhcp,.hinfo .hpar{display:inline-block;color:#666;width:23px}.hinfo .hhcp{font-size:.8em;color:#aaa;width:21px}.rr.selected .hinfo .hhcp,.rr.selected .hinfo .hnum,.rr.selected .hinfo .hpar{color:#ddd}.rr.selected .score.winner1{background-color:#d76d98!important;border-color:#d76d98!important}.rr.selected .score.winner2{background-color:#71a2d7!important;border-color:#71a2d7!important}.rr .hinfo{text-align:left;width:79px}.rr.selected .scorep{color:#fff}.dbb,.relative{position:relative}.dbb{background:url(images/back.svg);background-size:38px 40px;background-repeat:no-repeat;width:35px;height:29px;top:3px;display:inline-block}.close-circle{background:url(images/close-circle.svg);background-size:30px 30px;background-repeat:no-repeat;width:100%;height:50px;background-position:23px 9px}.lock-icon{display:inline-block;background:var(--lock-url);background-size:32px 32px;height:32px;width:32px}#hole,.align_t{vertical-align:top}#hole .hnum{font-size:2em;vertical-align:middle}.backbutton{text-align:right;margin-right:10px;margin-top:3px;margin-bottom:3px}.backbutton.tal{text-align:left}.score{margin-left:auto;margin-right:auto;padding:1px}.score,.scorep{display:inline-block}.scorep{font-size:.8em;color:var(--scorep);margin-left:3px;width:5px}.teebox_name{display:inline-block;width:20px;height:20px;border-radius:3px;border:1px solid #ccc}.teebox_name.black{background-color:#000}.teebox_name.white{background-color:#fff}.teebox_name.yellow{background-color:#ff0}.teebox_name.blue{background-color:#00f}.teebox_name.red{background-color:red}.teebox_name.small{width:16px;height:16px;margin-right:3px}.teebox_name.tiny{width:12px;height:12px;margin-right:3px;vertical-align:middle}#reload{background:url(images/reload.svg);background-size:24px 24px;display:inline-block;height:24px;width:24px;vertical-align:bottom}.score,.score.amateur-color{color:#121212}.score.albatross,.score.amateur-color.albatross,.score.amateur-color.bad,.score.amateur-color.birdie,.score.amateur-color.bogey,.score.amateur-color.double,.score.amateur-color.eagle,.score.amateur-color.empty,.score.amateur-color.hio,.score.amateur-color.missed,.score.amateur-color.own_par,.score.amateur-color.par,.score.amateur-color.skipped,.score.bad,.score.birdie,.score.bogey,.score.double,.score.eagle,.score.empty,.score.hio,.score.missed,.score.own_par,.score.par,.score.skipped{background-color:#fc1b1b;width:1.5em;border-radius:6px;text-align:center;border:1px solid #ccc}.score.amateur-color.empty,.score.empty{background-color:transparent;border:1px solid transparent}.score.amateur-color.par,.score.par{background-color:#cfa}.score.amateur-color.double,.score.double{background-color:var(--amateur-double-color)}.score.amateur-color.bogey,.score.bogey{background-color:var(--amateur-bogey-color);border:1px solid #fff}.score.amateur-color.birdie,.score.birdie{background-color:#00d813;color:#fff}.score.amateur-color.eagle,.score.eagle{background-color:#ff0}.score.amateur-color.bad,.score.bad{background-color:red;color:#fff}.score.amateur-color.skipped,.score.skipped{background-color:transparent;border:1px solid transparent;color:red}.score.albatross,.score.amateur-color.albatross,.score.amateur-color.hio,.score.hio{background-color:gold}.score.amateur-color.own_par,.score.own_par{color:var(--ownpar-color)}.official-color .rr.selected .score.skipped,.official-color .score{color:#fff}.official-color .score.skipped{color:var(--score-skipped-color)}.official-color .score.par{background-color:#fff;border:1px solid #fff;color:#000}.official-color .score.bad,.official-color .score.double{background-color:#0964cb;border-color:#0964cb;border-radius:0}.official-color .score.bogey{background-color:#060016;border-color:var(--official-border-bogey);border-radius:0}.official-color .score.birdie{background-color:#dc1a21;border-color:#dc1a21;border-radius:24px}.official-color .score.albatross,.official-color .score.eagle,.official-color .score.hio{background-color:#ffb81c;border-color:#ffb81c;color:#060016;border-radius:24px}.official-color .score.own_par{color:var(--ownpar-color)}.official-color .bt.bb .score{color:inherit}.scorebb{width:1.5em;border-radius:6px;text-align:center;padding-top:1px;padding-bottom:1px;padding-right:1px}.scorebb.bb-even{color:#000;border-top:1px solid #fff;border-bottom:1px solid #fff}.scorebb.bb-plus1{background-color:#498fe2;border:1px solid #498fe2;color:#fff}.scorebb.bb-plus2,.scorebb.bb-plus3{background-color:#004d8f;border:1px solid #004d8f;color:#fff}.scorebb.bb-minus1{background-color:#f98c91;border:1px solid #f98c91;border-radius:24px;color:#fff}.scorebb.bb-minus2{background-color:#ed5c62;border:1px solid #ed5c62;border-radius:24px;color:#fff}.scorebb.bb-minus3{background-color:#dc1a21;border:1px solid #dc1a21;border-radius:24px;color:#fff}.scorebb.bsb-even{color:#000;border-top:1px solid #fff;border-bottom:1px solid #fff}.scorebb.bb-skiopped{color:#888}.scorebb.bsb-plus1,.scorebb.bsb-plus2,.scorebb.bsb-plus3{background-color:#060016;border:1px solid #060016;color:#fff}.scorebb.bsb-minus1,.scorebb.bsb-minus2,.scorebb.bsb-minus3{background-color:#dc1a21;border:1px solid #dc1a21;border-radius:24px;color:#fff}.scorebb.bsb-skipped{color:#888}#round[data-playtype=fourball_matchplay] div.score.albatross,#round[data-playtype=fourball_matchplay] div.score.bad,#round[data-playtype=fourball_matchplay] div.score.birdie,#round[data-playtype=fourball_matchplay] div.score.bogey,#round[data-playtype=fourball_matchplay] div.score.double,#round[data-playtype=fourball_matchplay] div.score.eagle,#round[data-playtype=fourball_matchplay] div.score.hio,#round[data-playtype=fourball_matchplay] div.score.missed,#round[data-playtype=fourball_matchplay] div.score.par,#round[data-playtype=fourball_matchplay] div.score.skipped,#round[data-playtype=foursome_matchplay] div.score.albatross,#round[data-playtype=foursome_matchplay] div.score.bad,#round[data-playtype=foursome_matchplay] div.score.birdie,#round[data-playtype=foursome_matchplay] div.score.bogey,#round[data-playtype=foursome_matchplay] div.score.double,#round[data-playtype=foursome_matchplay] div.score.eagle,#round[data-playtype=foursome_matchplay] div.score.hio,#round[data-playtype=foursome_matchplay] div.score.missed,#round[data-playtype=foursome_matchplay] div.score.par,#round[data-playtype=foursome_matchplay] div.score.skipped,#round[data-playtype=matchplay] div.score.albatross,#round[data-playtype=matchplay] div.score.bad,#round[data-playtype=matchplay] div.score.birdie,#round[data-playtype=matchplay] div.score.bogey,#round[data-playtype=matchplay] div.score.double,#round[data-playtype=matchplay] div.score.eagle,#round[data-playtype=matchplay] div.score.hio,#round[data-playtype=matchplay] div.score.missed,#round[data-playtype=matchplay] div.score.par,#round[data-playtype=matchplay] div.score.skipped,#round[data-playtype=scramble2_matchplay] div.score.albatross,#round[data-playtype=scramble2_matchplay] div.score.bad,#round[data-playtype=scramble2_matchplay] div.score.birdie,#round[data-playtype=scramble2_matchplay] div.score.bogey,#round[data-playtype=scramble2_matchplay] div.score.double,#round[data-playtype=scramble2_matchplay] div.score.eagle,#round[data-playtype=scramble2_matchplay] div.score.hio,#round[data-playtype=scramble2_matchplay] div.score.missed,#round[data-playtype=scramble2_matchplay] div.score.par,#round[data-playtype=scramble2_matchplay] div.score.skipped,#round[data-playtype=singles_matchplay] div.score.albatross,#round[data-playtype=singles_matchplay] div.score.bad,#round[data-playtype=singles_matchplay] div.score.birdie,#round[data-playtype=singles_matchplay] div.score.bogey,#round[data-playtype=singles_matchplay] div.score.double,#round[data-playtype=singles_matchplay] div.score.eagle,#round[data-playtype=singles_matchplay] div.score.hio,#round[data-playtype=singles_matchplay] div.score.missed,#round[data-playtype=singles_matchplay] div.score.par,#round[data-playtype=singles_matchplay] div.score.skipped{border-color:var(--white-dark-color);background-color:var(--white-dark-color);color:var(--text-color)}#round[data-playtype=fourball_matchplay] tr.selected div.score.albatross,#round[data-playtype=fourball_matchplay] tr.selected div.score.bad,#round[data-playtype=fourball_matchplay] tr.selected div.score.birdie,#round[data-playtype=fourball_matchplay] tr.selected div.score.bogey,#round[data-playtype=fourball_matchplay] tr.selected div.score.double,#round[data-playtype=fourball_matchplay] tr.selected div.score.eagle,#round[data-playtype=fourball_matchplay] tr.selected div.score.hio,#round[data-playtype=fourball_matchplay] tr.selected div.score.missed,#round[data-playtype=fourball_matchplay] tr.selected div.score.par,#round[data-playtype=fourball_matchplay] tr.selected div.score.skipped,#round[data-playtype=foursome_matchplay] tr.selected div.score.albatross,#round[data-playtype=foursome_matchplay] tr.selected div.score.bad,#round[data-playtype=foursome_matchplay] tr.selected div.score.birdie,#round[data-playtype=foursome_matchplay] tr.selected div.score.bogey,#round[data-playtype=foursome_matchplay] tr.selected div.score.double,#round[data-playtype=foursome_matchplay] tr.selected div.score.eagle,#round[data-playtype=foursome_matchplay] tr.selected div.score.hio,#round[data-playtype=foursome_matchplay] tr.selected div.score.missed,#round[data-playtype=foursome_matchplay] tr.selected div.score.par,#round[data-playtype=foursome_matchplay] tr.selected div.score.skipped,#round[data-playtype=matchplay].albatross,#round[data-playtype=matchplay].bad,#round[data-playtype=matchplay].birdie,#round[data-playtype=matchplay].bogey,#round[data-playtype=matchplay].double,#round[data-playtype=matchplay].eagle,#round[data-playtype=matchplay].hio,#round[data-playtype=matchplay].missed,#round[data-playtype=matchplay].par,#round[data-playtype=matchplay].skipped,#round[data-playtype=scramble2_matchplay] tr.selected div.score.albatross,#round[data-playtype=scramble2_matchplay] tr.selected div.score.bad,#round[data-playtype=scramble2_matchplay] tr.selected div.score.birdie,#round[data-playtype=scramble2_matchplay] tr.selected div.score.bogey,#round[data-playtype=scramble2_matchplay] tr.selected div.score.double,#round[data-playtype=scramble2_matchplay] tr.selected div.score.eagle,#round[data-playtype=scramble2_matchplay] tr.selected div.score.hio,#round[data-playtype=scramble2_matchplay] tr.selected div.score.missed,#round[data-playtype=scramble2_matchplay] tr.selected div.score.par,#round[data-playtype=scramble2_matchplay] tr.selected div.score.skipped,#round[data-playtype=singles_matchplay] tr.selected div.score.albatross,#round[data-playtype=singles_matchplay] tr.selected div.score.bad,#round[data-playtype=singles_matchplay] tr.selected div.score.birdie,#round[data-playtype=singles_matchplay] tr.selected div.score.bogey,#round[data-playtype=singles_matchplay] tr.selected div.score.double,#round[data-playtype=singles_matchplay] tr.selected div.score.eagle,#round[data-playtype=singles_matchplay] tr.selected div.score.hio,#round[data-playtype=singles_matchplay] tr.selected div.score.missed,#round[data-playtype=singles_matchplay] tr.selected div.score.par,#round[data-playtype=singles_matchplay] tr.selected div.score.skipped{border-color:#fff;background-color:#fff;color:#888;border-radius:24px}.amateur-color div.score.nowin1,.amateur-color div.score.nowin2,.official-color div.score.nowin1,.official-color div.score.nowin2{border-color:var(--white-sub-color)!important;background-color:var(--white-sub-color)!important;color:var(--text-color)!important}.amateur-color div.score.winner1,.official-color div.score.winner1{border-color:#d7474a!important;background-color:#d7474a!important;color:#fff!important;border-radius:24px}.amateur-color div.score.winner2,.official-color div.score.winner2{border-color:#2a60cd!important;background-color:#2a60cd!important;color:#fff!important;border-radius:24px}.amateur-color div.score.evenfb,.official-color div.score.evenfb{border-color:#e0e0e0!important;background-color:#e0e0e0!important}.amateur-color div.score.unplayed,.official-color div.score.unplayed{color:#a0a0a0;background:linear-gradient(to bottom right,transparent,transparent 48%,#a0a0a0 0,#a0a0a0 52%,transparent 0,transparent);border-radius:24px}.samplecolors{display:inline-block;vertical-align:top}.samplecolor .txt{color:var(--text-color)}.samplecolor .mini{height:14px;width:14px;vertical-align:middle;margin-left:20px}.score.mini{border-radius:0}.score.mini.par{border:1px solid #ccc}.rr.selected .score.own_par{color:#5151ee}.missed{background-color:#000;color:#000}.skipped{background-color:#ccc;margin-left:auto;margin-right:auto}.official-color .pulse{box-shadow:0 0 0 var(--pulse1-color);animation:i 2s infinite}@keyframes i{0%{box-shadow:0 0 0 0 var(--pulse1-color)}70%{box-shadow:0 0 0 10px var(--pulse2-color)}to{box-shadow:0 0 0 0 var(--pulse2-color)}}.pulse{box-shadow:0 0 0 var(--pulse3-color);animation:j 2s infinite}@keyframes j{0%{box-shadow:0 0 0 0 var(--pulse3-color)}70%{box-shadow:0 0 0 10px var(--pulse4-color)}to{box-shadow:0 0 0 0 var(--pulse4-color)}}.hdesc{display:none}#hole-usernote-save,.wa_del,.webauthnregister{font-size:20px;margin-bottom:20px}.wa_del,.webauthnregister{margin-left:20px}#webauthn_add{text-align:center}#webauthn_add button{margin-top:10px}#hole-desc-text{font-weight:400;font-size:1.2em;white-space:pre-wrap;background:#fff}@keyframes k{0%,40%{transform:translate(0)}60%,to{transform:translate(var(--dx))}}@media(prefers-reduced-motion:reduce){.pnamesm_sc{animation:none!important}}body.scorecard{color:var(--text-color)}body.scorecard .extras{display:inline-block;text-align:center}body.scorecard .extras .extra-no-results{font-style:italic}body.scorecard table.plain tr td,body.scorecard table.plain tr th{padding:4px 10px}body.scorecard table.cp caption{text-align:left;font-size:.9em}body.scorecard .sc-team-name{font-size:.9em;white-space:nowrap;opacity:.9}body.scorecard #rb-tournament-title{color:inherit;text-decoration:none;font-size:1.2em}body.scorecard #rb-tournament-rounds{margin-top:20px}body.scorecard .fb-totals .fb-sep,body.scorecard .fb-totals .fb-total{display:inline-flex;justify-content:center;align-items:center;font-size:2rem;padding:1rem;color:#fff;border-radius:1rem;min-width:2em}body.scorecard .fb-totals .fb-sep.l,body.scorecard .fb-totals .fb-total.l{background-color:#d7474a}body.scorecard .fb-totals .fb-sep.r,body.scorecard .fb-totals .fb-total.r{background-color:#2a60cd}body.scorecard .fb-totals .fb-sep{padding:0 1rem;border-radius:0;color:inherit;min-width:auto}body.scorecard .fb-wrap{margin-top:20px;margin-left:10px;margin-right:10px;cursor:pointer}body.scorecard .fb-wrap .fb-match{all:unset;display:grid;box-sizing:border-box;width:100%;grid-template-columns:10rem auto 10rem;grid-template-rows:100%;grid-template-areas:"a b c";height:9rem;overflow:hidden;background-color:#fff;box-shadow:0 -2px 2px #0000001a;border-radius:.8rem .8rem 0 0;border-left:6px solid #d7474a;border-right:6px solid #2a60cd;cursor:pointer;background-color:var(--div-button-bg-color);color:var(--div-button-color)}body.scorecard .fb-wrap .fb-match .left-team,body.scorecard .fb-wrap .fb-match .right-team{background-color:#fff;place-items:center;position:relative;display:flex;align-items:center;justify-content:flex-start;color:var(--text-color);background-color:var(--div-button-bg-color)}body.scorecard .fb-wrap .fb-match .left-team .names,body.scorecard .fb-wrap .fb-match .right-team .names{z-index:10;text-align:left;margin-left:20px;overflow:hidden}body.scorecard .fb-wrap .fb-match .right-team{justify-content:flex-end}body.scorecard .fb-wrap .fb-match .right-team .names{text-align:right;margin-right:20px;margin-left:0}body.scorecard .fb-wrap .fb-match .left-team.even,body.scorecard .fb-wrap .fb-match .right-team.even{background-color:#e0e0e0}body.scorecard .fb-wrap .fb-match .left-team.even,body.scorecard .fb-wrap .fb-match .left-team.winner{background-color:#d7474a;color:#fff}body.scorecard .fb-wrap .fb-match .left-team.even:after,body.scorecard .fb-wrap .fb-match .left-team.winner:after{background-color:inherit;transform:translate(50%);right:0;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);content:"";position:absolute;top:0;height:100%;aspect-ratio:1}body.scorecard .fb-wrap .fb-match .left-team.even{background-color:#e0e0e0;color:#585858}body.scorecard .fb-wrap .fb-match .match-info{place-items:center;position:relative;display:flex;align-items:center;justify-content:center}body.scorecard .fb-wrap .fb-match .match-info button.fb-open-flight{margin-left:auto;margin-right:auto;margin-bottom:5px}body.scorecard .fb-wrap .fb-match .match-info div.fb-open-flight{display:inline-block;border:1px solid gray;border-radius:5px;padding:2px 5px;margin-left:auto;margin-right:auto}body.scorecard .fb-wrap .fb-match .match-info .match-result{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.2rem;font-size:2rem;letter-spacing:.6rem;letter-spacing:0}body.scorecard .fb-wrap .fb-match .match-info .match-result.win1{color:#d7474a}body.scorecard .fb-wrap .fb-match .match-info .match-result.win2{color:#2a60cd}body.scorecard .fb-wrap .fb-match .right-team.even,body.scorecard .fb-wrap .fb-match .right-team.winner{background-color:#2a60cd;color:#fff}body.scorecard .fb-wrap .fb-match .right-team.even:after,body.scorecard .fb-wrap .fb-match .right-team.winner:after{background-color:inherit;transform:translate(-50%);left:0;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);content:"";position:absolute;top:0;height:100%;aspect-ratio:1}body.scorecard .fb-wrap .fb-match .right-team.even{background-color:#e0e0e0;color:#585858}body.scorecard .fb-wrap .match-scores{background-color:var(--div-button-bg-color);color:var(--div-button-color);border:1px solid var(--div-button-border-color);padding-top:20px;padding-bottom:20px;border-radius:0 0 .8rem .8rem}body.scorecard .fb-wrap .match-scores .score{margin-left:3px;margin-right:3px}body.scorecard .fb-wrap .match-scores .score.evenfb{border-radius:24px;background-color:#fff}body.scorecard .fb-wrap .match-scores .score-link{margin-top:10px}body.scorecard .pnamesm_sc{display:inline-block;width:160px;--dx:0px;--duration:4s;animation:k var(--duration) linear infinite alternate}body.scorecard .pnamesm_sc>span{display:inline-block}body.scorecard .bbsm{font-size:.7em}body.scorecard .leadb-r-neg,body.scorecard .leadb-r-neg:before{background-color:#dc1a21}body.scorecard .leadb-r-par,body.scorecard .leadb-r-par:before{background-color:#4c4a6c}body.scorecard .leadb-r-pos,body.scorecard .leadb-r-pos:before{background-color:#060016}body.scorecard .leadb-r{display:inline-block;position:relative;width:1.8rem;padding:4px .5em 6px 2px;color:#fff;line-height:1rem;z-index:0;text-align:center;margin-left:7px}body.scorecard .leadb-r-out{color:#000}body.scorecard .leadb-r:before{display:block;position:absolute;top:0;bottom:0;left:-.3rem;width:.6rem;border-top-left-radius:50%;border-bottom-left-radius:50%;content:"";z-index:-1}body.scorecard .likesall>div{text-align:center;width:130px;cursor:pointer}body.scorecard .likesall .names{margin-left:10px;font-weight:400;display:none;width:auto;text-align:left;margin-top:10px}body.scorecard .likesall .names.shown{display:block}@keyframes l{0%{transform:translate(0)}15%{transform:translateY(-15px)}30%{transform:translateY(-30px)}45%{transform:translate(-10px,-20px)}60%{transform:translate(-20px,-10px)}85%{transform:translate(-16px,37px)}to{transform:translate(-13px,2px)}}@keyframes m{0%{transform:translate(0)}15%{transform:translateY(-15px)}30%{transform:translateY(-30px)}45%{transform:translate(-10px,-20px)}60%{transform:translate(-20px,-10px)}85%{transform:translate(-40px,37px)}to{transform:translate(-55px,45px)}}@keyframes n{0%{transform:translate(0)}15%{transform:translateY(-15px)}30%{transform:translateY(-30px)}45%{transform:translate(-10px,-20px)}60%{transform:translate(-20px,-10px)}85%{transform:translate(-57px,37px)}to{transform:translate(-94px,45px)}}@keyframes o{0%{transform:translate(0)}15%{transform:translateY(-15px)}30%{transform:translateY(-30px)}45%{transform:translate(-10px,-20px)}60%{transform:translate(-20px,-10px)}85%{transform:translate(-78px,37px)}to{transform:translate(-134px,45px)}}@keyframes p{0%{transform:translate(0)}15%{transform:translateY(-15px)}30%{transform:translateY(-30px)}45%{transform:translate(-10px,-20px)}60%{transform:translate(-20px,-10px)}85%{transform:translate(-97px,37px)}to{transform:translate(-174px,45px)}}@keyframes q{0%{transform:translate(0)}15%{transform:translateY(-15px)}30%{transform:translateY(-30px)}45%{transform:translate(-10px,-20px)}60%{transform:translate(-20px,-10px)}85%{transform:translate(-117px,37px)}to{transform:translate(-214px,45px)}}@keyframes r{0%{transform:translate(0)}15%{transform:translateY(-15px)}30%{transform:translateY(-30px)}45%{transform:translate(-10px,-20px)}60%{transform:translate(-20px,-10px)}85%{transform:translate(-135px,37px)}to{transform:translate(-251px,45px)}}@keyframes s{0%{transform:translate(0)}15%{transform:translateY(-15px)}30%{transform:translateY(-30px)}45%{transform:translate(-10px,-20px)}60%{transform:translate(-20px,-10px)}85%{transform:translate(-156px,37px)}to{transform:translate(-293px,45px)}}body.scorecard .likes{display:none;position:absolute;border:1px solid gray;border-radius:25px;background-color:#fff;padding:4px;z-index:100}body.scorecard .likes .likes-w div.em{cursor:pointer;display:inline-block;background-color:#e7f2fe;border-radius:20px;padding:4px;font-size:20px;width:28px}body.scorecard .likes .likes-w div.em.e1.move{animation:l .3s ease-in-out forwards}body.scorecard .likes .likes-w div.em.e2.move{animation:m .3s ease-in-out forwards}body.scorecard .likes .likes-w div.em.e3.move{animation:n .3s ease-in-out forwards}body.scorecard .likes .likes-w div.em.e4.move{animation:o .3s ease-in-out forwards}body.scorecard .likes .likes-w div.em.e5.move{animation:p .3s ease-in-out forwards}body.scorecard .likes .likes-w div.em.e6.move{animation:q .3s ease-in-out forwards}body.scorecard .likes .likes-w div.em.e7.move{animation:r .3s ease-in-out forwards}body.scorecard .likes .likes-w div.em.e8.move{animation:s .3s ease-in-out forwards}body.scorecard .likes .likes-w .iphone-thumb-em{height:32px;position:absolute;top:7px;z-index:20;opacity:0}body.scorecard .likes .likes-w .iphone-thumb-em.e1{left:44px}body.scorecard .likes .likes-w .iphone-thumb-em.e2{left:85px}body.scorecard .likes .likes-w .iphone-thumb-em.e3{left:122px}body.scorecard .likes .likes-w .iphone-thumb-em.e4{left:161px}body.scorecard .likes .likes-w .iphone-thumb-em.e5{left:202px}body.scorecard .likes .likes-w .iphone-thumb-em.e6{left:242px}body.scorecard .likes .likes-w .iphone-thumb-em.e7{left:279px}body.scorecard .likes .likes-w .iphone-thumb-em.e8{left:321px}body.scorecard .sc-fb-tb{display:flex;height:40px}body.scorecard .sc-fb-tb .round-stat.dis{display:none}body.scorecard .sc-fb-tb .column{flex:1}body.scorecard .sc-fb-tb .column select{margin-top:4px;outline:0}body.scorecard .sc-fb-tb .column>div{width:40px;height:40px;margin-left:auto;margin-right:auto}body.scorecard .sc-fb-tb .column>div>div>div{background-size:24px 24px;background-position:0 6px;background-repeat:no-repeat;height:32px;width:24px}body.scorecard .sc-fb-tb .column>div .iphone-thumb{height:32px;position:relative;top:-28px;z-index:20;opacity:0}body.scorecard .sc-fb-tb .column>div .comm-c,body.scorecard .sc-fb-tb .column>div .thumb-c,body.scorecard .sc-fb-tb .column>div stat-c{display:inline-block}body.scorecard .sc-fb-tb .column>div .comm-c{width:60px}body.scorecard .sc-fb-tb .column>div .comm-c .c_cnt{display:inline-block;position:relative;top:-14px;border-radius:50%;border:1px solid gray;padding:3px;width:20px;height:20px;background-color:#248bf5;color:#fff;line-height:20px;left:-9px}body.scorecard .sc-fb-tb .column>div .thumb-icon{font-size:24px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-image:var(--thumb-icon)}body.scorecard .sc-fb-tb .column>div .thumb-icon.nobg{background-image:none}body.scorecard .sc-fb-tb .column>div .comment-icon{display:inline-block;background-image:var(--comment-icon);-webkit-user-select:none;-ms-user-select:none;user-select:none}body.scorecard .sc-fb-tb .column>div .stat-icon{background-image:var(--stat-icon);background-position:8px 9px;width:31px;-webkit-user-select:none;-ms-user-select:none;user-select:none}body.scorecard .stat{text-align:center;margin-top:20px}body.scorecard .stat table{margin-left:auto;margin-right:auto}body.scorecard .matchplay_scorecards{text-align:center}body.scorecard .date{margin-bottom:20px}body.scorecard h2{font-size:1.2em}body.scorecard .buttongroup{margin-bottom:20px}body.scorecard .buttongroup .left,body.scorecard .buttongroup .middle,body.scorecard .buttongroup .right{border:1px solid #7ab2e0;background:#7ab2e0;padding:10px;color:#fff;font-weight:400;cursor:pointer;text-decoration:none}body.scorecard .buttongroup .left.active,body.scorecard .buttongroup .middle.active,body.scorecard .buttongroup .right.active{background-color:#1b75d0;border-color:#1b75d0}body.scorecard .buttongroup .left{border-radius:8px 0 0 8px;border-right-color:var(--buttongroup-middle-border-color)}body.scorecard .buttongroup .right{border-radius:0 8px 8px 0;border-left-color:var(--buttongroup-middle-border-color)}body.scorecard .buttongroup .middle{border-radius:0;border-left-color:var(--buttongroup-middle-border-color);border-right-color:var(--buttongroup-middle-border-color)}body.scorecard .empty{border-top:1px solid transparent;border-bottom:1px solid transparent}body.scorecard .round_scorecard .result.holer.title{vertical-align:top;width:42px}body.scorecard .round_scorecard .result.holer.title>div{text-align:left;margin-left:0;font-weight:400}body.scorecard .round_scorecard .result.holer.title>div span{font-size:.8em}body.scorecard .round_scorecard .result.holer.title .score{padding-left:0}body.scorecard .round_scorecard .result.holer.title .score .score{color:var(--text-color);padding:1px 0}body.scorecard .round_scorecard .result.holer.title .score .score.sc-tname.left,body.scorecard .round_scorecard .result.holer.title .score .score.sc-tname.right{text-align:center;font-weight:700}body.scorecard .round_scorecard .result.holer.title .score .score.sc-tname.left{color:#d7474a}body.scorecard .round_scorecard .result.holer.title .score .score.sc-tname.right{color:#2a60cd}body.scorecard table.stroke-sc-result{text-align:center}body.scorecard table.stroke-sc-result tr.player td{-webkit-user-select:none;user-select:none;cursor:pointer;border-bottom:1px solid var(--tr-border-bottom-color);border-top:1px solid var(--tr-border-bottom-color)}body.scorecard table.stroke-sc-result tr.player td.lighter,body.scorecard table.stroke-sc-result tr.player td.points,body.scorecard table.stroke-sc-result tr.player td.stroke_result{font-weight:400}body.scorecard table.stroke-sc-result tr.player td.sort{font-weight:600;border-left:1px solid var(--sc-sort-border-color);border-right:1px solid var(--sc-sort-border-color);background:var(--sc-sort-bg-color);color:var(--sc-sort-text-color)}body.scorecard table.stroke-sc-result div.sc{text-align:center;display:inline-block}body.scorecard table.stroke-sc-result tr.sc td{padding:0}body.scorecard table.stroke-sc-result td.sort{font-weight:700}body.scorecard table.stroke-sc-result td.name{font-weight:inherit;text-align:left;overflow:hidden;max-width:133px;text-wrap:nowrap;overflow-x:hidden}body.scorecard table.stroke-sc-result th{font-size:.7em}body.scorecard table.stroke-sc-result th.name{text-align:left}body.scorecard #content{text-align:center}body.scorecard .backbutton{text-align:left;position:ab}body.scorecard h2,body.scorecard p{text-align:center}body.scorecard p{font-weight:400}body.scorecard .round_scorecard,body.scorecard .scorecard-wrap{display:inline-block;vertical-align:top}body.scorecard .round_scorecard{text-align:left;background:var(--white-sub-color);border:1px solid var(--sub-border-color);color:var(--text-color);border-radius:8px;box-shadow:var(--sc-box-shadow);padding:3px;margin:10px 2px;text-wrap:nowrap}body.scorecard .round_scorecard.fourball_matchplay,body.scorecard .round_scorecard.foursome_matchplay,body.scorecard .round_scorecard.scramble2_matchplay,body.scorecard .round_scorecard.singles_matchplay{padding:0}body.scorecard .round_scorecard.fourball_matchplay .player_result,body.scorecard .round_scorecard.foursome_matchplay .player_result,body.scorecard .round_scorecard.scramble2_matchplay .player_result,body.scorecard .round_scorecard.singles_matchplay .player_result{padding:3px}body.scorecard .round_scorecard .total{border-left:1px solid var(--sc-total-border-color)}body.scorecard .round_scorecard .result.holer.title>.score{background:var(--white-sub-color);border-top:1px solid var(--white-sub-color);border-bottom:1px solid var(--white-sub-color)}body.scorecard .round_scorecard .score{display:block}body.scorecard .round_scorecard .score.total .score{border:1px solid var(--white-sub-color);color:var(--text-color)}body.scorecard .round_scorecard .hcp,body.scorecard .round_scorecard .par{color:var(--sc-hcp-par)}body.scorecard .round_scorecard .hcp span,body.scorecard .round_scorecard .par span{color:var(--text-color)}body.scorecard .round_scorecard div.extra{font-size:.8em}body.scorecard .round_scorecard div.extra.left{margin-top:4px;color:#d7474a;font-weight:700}body.scorecard .round_scorecard div.extra.right{margin-top:4px;color:#2a60cd;font-weight:700}body.scorecard .round_scorecard div.extra.as{margin-top:4px;font-weight:700}body.scorecard .tee_block{margin-left:10px}body.scorecard .tee_block .teebox_name{vertical-align:middle;width:16px;height:16px}body.scorecard .name_block{display:inline-block;margin-left:5px}body.scorecard .name_block .name{max-width:160px;width:160px;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis}body.scorecard .tee_block{display:inline-block;vertical-align:top}body.scorecard .line2{font-weight:400;font-size:.85em;color:#888}body.scorecard .ownpar_block,body.scorecard .points_block,body.scorecard .strokes_block{display:inline-block;text-align:center;margin-right:7px;float:right}body.scorecard .result{margin-top:10px;text-align:center;display:inline-block;width:33px}body.scorecard .hole{background:var(--sc-hole-bg-color);font-size:.8em;border-bottom:1px solid var(--sc-total-border-color)}body.scorecard .hcp,body.scorecard .net,body.scorecard .points{font-weight:400}body.amateur-color .round_scorecard .score .par,body.official-color .round_scorecard .score .par{color:var(--sc-amateur-hcp-par)}@media only screen and (max-width:391px){.scorecard .round_scorecard{transform:scale(.95);margin:0;margin-left:0!important}.round_scorecard .result{width:32px!important}.round_scorecard .result.holer.title>div span{font-size:.6em!important}}@media only screen and (min-device-width:375px)and (max-device-width:812px)and (-webkit-device-pixel-ratio:3)and (orientation:landscape){.scorecard .result{width:30px}}#newplayer #hcp,#player #hcp{display:none}#player input[name=member_no]{width:15em}@supports (-webkit-overflow-scrolling:touch){#newplayer #hcp,#player #hcp{display:inline-block;border:1px solid gray;border-radius:5px;background:#fff;text-align:center;padding-right:9px;margin-left:5px;padding-left:5px}span.played_holes{padding-left:9px}#newplayer input[name=hcp],#player input[name=hcp]{display:none}}.small-text{font-size:.8em}input::placeholder{font-size:.8em}.float-right{float:right}.wa_detail{margin-left:20px}.wa_detail div{font-size:.9em}.wa_detail div span{display:none}body.prefs #webauthn-register{margin-top:10px;border-radius:5px;padding-left:3px;margin-bottom:5px}body.prefs #webauthn-register #webauthn_add{font-size:.9em}body.login #theme{display:none}body.login #basic_frame{border:none;background-color:inherit}body.login input[type=password]{margin-top:7px!important}body.login .webauthn_ico{float:left;height:50px;width:50px;margin-top:2px;background-image:var(--webauthn-icon);background-repeat:no-repeat;background-size:50px 50px;cursor:pointer}body.login .webauthn_ico:active{background-size:46px 46px;background-position:3px 3px}html.iphone body.login .webauthn_ico{background-image:url(images/faceid.svg)}.pwreset-block{max-width:800px;border:1px solid #aaa}.errormsg{color:#d8000c;background-color:#ffbaba;border:1px solid #ff7878;border-radius:5px;padding:5px}.smalltxt{font-size:.7em}.first_last_grid{display:flex;flex-direction:row}.first_last_grid .first{flex:1 0 0}.first_last_grid .last{flex:2 0 0}.first_last_grid input{width:97%}html.distance,html.distance body{height:100%;width:100%}html.distance body{background:#fff;line-height:1.5}html.distance body.map{background:#eaeaea}html.distance body.map #wrapper #content .backbutton,html.distance body.map #wrapper #content .title{display:block}html.distance body #wrapper,html.distance body #wrapper #content{height:100%;width:100%}html.distance body #wrapper #content .title{text-align:center;line-height:45px;color:#000;text-shadow:1px 1px 2px #fff;display:none}html.distance body #wrapper #content #set_green_form{position:fixed;z-index:100;font-size:18px;background:#fff;display:inline-block;top:10px;padding:16px;border:1px solid gray;left:50%;right:50%;white-space:nowrap;margin-right:-100px;margin-left:-120px;width:244px;display:none}html.distance body #wrapper #content #set_green_form button{font-size:18px;width:238px}html.distance body #wrapper #content .backbutton{display:none;position:absolute}html.distance body #wrapper #content #distance_meters{display:inline-block;position:absolute;border:2px solid blue;padding:2px;border-radius:3px;background:#eaeaea;top:20px;left:20px;z-index:1000;display:none}html.distance body #wrapper #content #search{font-size:20px;height:20px;position:absolute;inset:-260px 0 0 -15px;margin:auto;text-align:center}html.distance body #wrapper #content #distance_map.found{width:100%;height:auto;margin-top:44px;display:block;position:absolute;bottom:0;top:0}#distance_map{height:100%;width:100%}body.newgame{text-align:center}body.newgame .title{margin-bottom:20px}.playtype input{font-size:16px}.playtype input[type=checkbox]{margin:4px 0 0;line-height:normal;width:16px;height:16px}.playtype [name=used_hcp]{width:4em;text-align:right}.playtype .info,.playtype .title,.playtype ul{margin:10px;padding:10px;font-weight:400;border-radius:3px}.playtype .title{font-weight:700;background:inherit;border:none;margin-bottom:0}.playtype label{margin-left:5px}.playtype ul{margin-top:0;background:#fff}.playtype ul li{padding:10px;border-top:1px solid #ddd;text-align:right}.playtype ul li:first-child{border-top:none}.playtype ul li span{float:right}.playtype ul li div.subtitle,.playtype ul li div.value{display:inline-block;line-height:34px;vertical-align:top}.playtype ul li div.subtitle{float:left}.widebutton{border-radius:10px;margin-left:10px;margin-right:10px;cursor:pointer}html.mobile body.flight .teedate{line-height:24px}#bg-block{display:none;position:fixed;inset:0;background-color:#0009;z-index:100}html body.flight .flight-group .teedate::-webkit-calendar-picker-indicator,html body.flight .flight-group .time::-webkit-calendar-picker-indicator{filter:invert(1)}.widebutton.course,.widebutton.playtype{background-color:var(--div-button-bg-color);color:var(--div-button-color);border:1px solid var(--div-button-border-color)}.widebutton.placeholder{margin-top:10px;border:1px solid #fff;box-shadow:0 4px 2px -3px #fff;cursor:auto}.widebutton.placeholder>div{font-size:.9em}.widebutton.tb-placeholder{box-shadow:0 4px 2px -3px var(--white-sub-color);border-color:var(--white-sub-color)}.widebutton.playtype{margin-top:10px}.widebutton.playtype>div>div{display:inline-block;font-size:.8em;margin-left:.5em}body.tournament #playtypes.rb .playtype-divider.s,body.tournament #playtypes.rb .playtype.s,body.tournament #playtypes.s .playtype-divider.rb,body.tournament #playtypes.s .playtype.rb{display:none}body.flight .tournament_link,body.tournament .tournament_link{color:inherit;text-decoration:underline}body.flight #playtypes,body.tournament #playtypes{display:none;text-align:center;min-width:350px;position:fixed;top:50%;left:50%;border-radius:10px;max-height:80vh;border:1px solid var(--playtype-border-color);transform:translate(-50%,-50%);z-index:200;flex-direction:column}body.flight #playtypes .played,body.tournament #playtypes .played{border-top:1px solid #1b75d0;margin-top:10px;margin-bottom:10px;padding-top:5px;padding-bottom:5px}body.flight #playtypes .cancel,body.tournament #playtypes .cancel{padding-top:3px;padding-bottom:3px;border-top:1px solid silver;background-color:red;color:#fff;border-bottom-right-radius:10px;border-bottom-left-radius:10px}body.flight #playtypes .playtype-title,body.tournament #playtypes .playtype-title{background-color:var(--th-bg-color);color:#fff;padding:5px;margin-bottom:1px}body.flight #playtypes .playtype-list,body.tournament #playtypes .playtype-list{flex:1;max-height:100%;overflow-y:auto;background-color:var(--white-dark-color)}body.flight #playtypes .playtype-divider,body.tournament #playtypes .playtype-divider{background-color:var(--playtype-divider-bg-color);color:#fff;margin-top:5px;margin-bottom:5px}body.flight #playtypes .playtype-divider .red,body.tournament #playtypes .playtype-divider .red{width:calc(50% - 20px);color:#fff;display:inline-block;background:#d7474a;text-align:right;border-top:1px solid #d7474a;border-bottom:1px solid #d7474a}body.flight #playtypes .playtype-divider .vs,body.tournament #playtypes .playtype-divider .vs{background:var(--white-dark-color);border-top:1px solid var(--red-vs-blue-divider-color);border-bottom:1px solid var(--red-vs-blue-divider-color);width:40px;color:var(--text-color);display:inline-block}body.flight #playtypes .playtype-divider .blue,body.tournament #playtypes .playtype-divider .blue{width:calc(50% - 20px);color:#fff;display:inline-block;background:#2a60cd;text-align:left;border-top:1px solid #2a60cd;border-bottom:1px solid #2a60cd}body.flight #playtypes .playtype-title:first-child,body.tournament #playtypes .playtype-title:first-child{border-top-left-radius:10px;border-top-right-radius:10px}body.flight #playtypes .playtype,body.tournament #playtypes .playtype{display:inline-block;position:relative;height:120px;width:130px;border-radius:10px;margin:5px;background:#fff;box-shadow:var(--playtype-box-shadow);vertical-align:top;background-size:76px 76px;background-repeat:no-repeat;background-position:center 11px;background-color:var(--div-button-bg-color);color:var(--div-button-color);border:1px solid var(--div-button-border-color);overflow:hidden}body.flight #playtypes .playtype.scramble,body.tournament #playtypes .playtype.scramble{background-position:center 6px}body.flight #playtypes .playtype.singles,body.tournament #playtypes .playtype.singles{background-size:94px 94px;background-position:center 0}body.flight #playtypes .playtype.foiurball,body.tournament #playtypes .playtype.foiurball{background-size:90px;background-position:center 18px}body.flight #playtypes .playtype.matchplay div,body.flight #playtypes .playtype.scramble div,body.flight #playtypes .playtype.skins div,body.flight #playtypes .playtype.stableford div,body.flight #playtypes .playtype.strokeplay div,body.tournament #playtypes .playtype.matchplay div,body.tournament #playtypes .playtype.scramble div,body.tournament #playtypes .playtype.skins div,body.tournament #playtypes .playtype.stableford div,body.tournament #playtypes .playtype.strokeplay div{top:81px}body.flight #playtypes .playtype .rb-stripe,body.tournament #playtypes .playtype .rb-stripe{position:absolute;width:50px;height:35px;transform:rotate(-45deg)}body.flight #playtypes .playtype .rb-stripe.red,body.tournament #playtypes .playtype .rb-stripe.red{top:-12px;left:-24px;background:#d7474a}body.flight #playtypes .playtype .rb-stripe.blue,body.tournament #playtypes .playtype .rb-stripe.blue{top:98px;left:102px;background:#2a60cd}body.flight #playtypes .playtype>div,body.flight #playtypes .playtype>span,body.tournament #playtypes .playtype>div,body.tournament #playtypes .playtype>span{position:relative;bottom:0;right:0;top:76px;text-align:center;font-size:.8em;white-space:nowrap}body.flight #playtypes .playtype>div div,body.flight #playtypes .playtype>span div,body.tournament #playtypes .playtype>div div,body.tournament #playtypes .playtype>span div{font-size:12px;font-weight:400}body.flight #playtypes .playtype.scramble2,body.tournament #playtypes .playtype.scramble2{background-size:75px 75px;background-position:center 5px}body.flight #playtypes .playtype.scramble2 span,body.tournament #playtypes .playtype.scramble2 span{top:74px}body.flight #playtypes .playtype.stableford,body.flight #playtypes .playtype.strokeplay,body.tournament #playtypes .playtype.stableford,body.tournament #playtypes .playtype.strokeplay{background-size:70px 70px}body.flight #playtypes .playtype:active,body.tournament #playtypes .playtype:active{transform:scale(.96)}body.flight #playtypes .playtype.active,body.tournament #playtypes .playtype.active{border:3px solid #888}body.flight #playtypes .playtype div,body.tournament #playtypes .playtype div{font-size:14px;-webkit-user-select:none;user-select:none;cursor:pointer}body.flight #playtypes .playtype.stableford,body.tournament #playtypes .playtype.stableford{background-image:var(--stableford-icon)}body.flight #playtypes .playtype.strokeplay,body.tournament #playtypes .playtype.strokeplay{background-image:var(--strokeplay-icon)}body.flight #playtypes .playtype.betterball,body.tournament #playtypes .playtype.betterball{background-size:60px;background-position:center 17px;background-image:var(--betterball-icon)}body.flight #playtypes .playtype.betterball span,body.tournament #playtypes .playtype.betterball span{top:74px}body.flight #playtypes .playtype.bestball,body.tournament #playtypes .playtype.bestball{background-size:60px;background-position:center 17px;background-image:var(--bestball-icon)}body.flight #playtypes .playtype.bestball span,body.tournament #playtypes .playtype.bestball span{top:74px}body.flight #playtypes .playtype.matchplay,body.tournament #playtypes .playtype.matchplay{background-image:var(--matchplay-icon);background-size:98px 98px;background-position:center 2px}body.flight #playtypes .playtype.scramble,body.tournament #playtypes .playtype.scramble{background-image:var(--scramble-icon)}body.flight #playtypes .playtype.scramble2,body.tournament #playtypes .playtype.scramble2{background-image:var(--scramble2-icon)}body.flight #playtypes .playtype.fourball,body.tournament #playtypes .playtype.fourball{background-image:var(--fourball-icon);background-position:23px 3px;background-size:85px 85px}body.flight #playtypes .playtype.foursome,body.tournament #playtypes .playtype.foursome{background-image:var(--foursome-icon);background-position:23px 3px;background-size:85px 85px}body.flight #playtypes .playtype.singles,body.tournament #playtypes .playtype.singles{background-image:var(--singles-icon)}body.flight #playtypes .playtype.skins,body.tournament #playtypes .playtype.skins{background-image:var(--skins-icon)}body.flight #playtypes .action-button-dlg,body.tournament #playtypes .action-button-dlg{cursor:pointer}.datec{max-width:90px;width:90px}body.flight .team-name{margin-right:20px;min-width:200px;width:200px}body.flight .flight-groups[data-playtype-code=singles_matchplay] .team-title{display:none}body.flight .flight-groups[data-playtype-code=singles_matchplay] .team-pair{grid-template-columns:repeat(1,minmax(0,1fr))}body.flight .flight-groups[data-playtype-code=singles_matchplay] [data-slot="2"],body.flight .flight-groups[data-playtype-code=singles_matchplay] [data-slot="4"]{display:none}body.flight #tournament{margin-bottom:10px}body.flight .played-part{padding-left:5px;padding-right:15px!important;width:73px}body.flight .flight-group{margin-left:10px;margin-right:10px;border-radius:6px;margin-bottom:15px;border:1px solid var(--sub-border-color);background-color:var(--white-dark-color);color:var(--text-color)}body.flight .flight-group .flight-group-name{background-color:var(--th-bg-color);color:var(--white-text-color);padding:5px 5px 5px 10px;margin-bottom:10px;border-top-left-radius:6px;border-top-right-radius:6px;font-size:14px}body.flight .flight-group .teedate{max-width:120px}body.flight .flight-group .time{max-width:90px}body.flight .flight-group .time::-webkit-datetime-edit-hour-field:focus,body.flight .flight-group .time::-webkit-datetime-edit-minute-field:focus{background-color:#fff;color:var(--th-bg-color)}body.flight .flight-group .starting-hole,body.flight .flight-group .teedate,body.flight .flight-group .time{background-color:var(--th-bg-color);color:var(--white-text-color);padding:0}body.flight .flight-group .starting-hole{border:none;min-width:38px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")!important}body.flight .flight-group .team-player{position:relative;background-color:var(--div-button-bg-color);color:var(--div-button-color);border:1px solid var(--div-button-border-color);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;display:flex;align-items:center;justify-content:center}body.flight .flight-group .team-player.dragover{background-color:var(--slot-dragover)}body.flight .flight-group .team-player .team-plauer-pl{display:flex;flex-direction:column;justify-content:center}body.flight .flight-group .team-player .rb_stripe{position:absolute;top:-13px;left:-40px;width:122px;height:50px;text-align:center;background:#d7474a;color:#fff;transform:rotate(-45deg);font-size:12px;font-weight:700;padding:2px 0}body.flight .flight-group .team-player[data-slot="3"] .rb_stripe,body.flight .flight-group .team-player[data-slot="4"] .rb_stripe{background:#2a60cd}body.flight #flight-group-add{margin:5px auto 10px}body.flight #flight-group-add .add{display:inline-block;vertical-align:bottom;margin-right:5px}body.flight #flight-group-add .txt{display:inline-block;position:relative;bottom:3px}body.flight .hassc{border:none;background:initial;border:none!important;height:30px;display:table}body.flight .hassc #add_favourite{margin-top:0}body.flight .hassc #add_favourite span.icon{font-size:.8em}body.flight .hassc #show_scorecard{width:33%;border:1px solid silver;display:table-cell;margin-top:0;padding-left:0;padding-right:0}body.flight .hassc .margin-div{width:.5%;display:table-cell;height:1px}body.flight .hassc #main_page{width:33%;display:table-cell;margin-right:0;border:1px solid silver;padding:6px 0}body.flight #favourites .fav{display:inline-block;margin-top:10px;margin-left:10px;border:1px solid var(--div-button-border-color);background-color:#fff;padding:5px;font-size:.8em;vertical-align:top;cursor:pointer;border-radius:7px;background-color:var(--white-sub-color);color:var(--text-color)}body.flight #favourites .fav hr{margin-top:5px;margin-bottom:5px}body.flight #favourites .fav .fav_user{font-size:1em;padding-top:2px}body.flight #favourites .fav .fav_user>div{float:right;margin-left:5px;display:inline-block;font-size:1em}body.flight #favourites .fav .playtype{font-size:1em;margin-bottom:5px}body.flight #favourites .fav .playtype>div{display:inline-block;font-size:1em}body.flight #favourites .fav .playtype>div:before{content:"/"}body.flight #favourites .fav .delete{font-size:1em;border-top:1px solid silver;text-align:center;padding-top:7px;margin:4px}body.flight #new-player-template{display:none}body.flight .team-title{height:20px;font-weight:700;margin-left:10px;display:inline-block}body.flight .team-title.invisible{display:none}body.flight .team-title>span{display:inline-block;margin-right:10px}body.flight #holes_teamplate{display:none}body.flight .gname-played{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:5px}body.flight .gname-played #gname{display:inline-block;margin-left:10px;width:200px;min-width:200px}body.flight .gname-played .played-selector{margin-right:10px;color:var(--text-color)}body.flight .hole-selector{font-weight:700;height:26px}body.flight .hole-selector select,body.flight .hole-selector span{vertical-align:middle}body.flight .hole-selector,body.flight .teetime{display:inline-block;float:right;margin-right:10px;font-size:14px}body.flight .hole-selector span,body.flight .teetime span{font-size:14px}body.flight .hole-selector .starting-hole,body.flight .teetime .starting-hole{font-size:14px;font-weight:700;margin-right:0}body.flight .teetime{height:26px}body.flight .teetime .teedate,body.flight .teetime .time{font-size:14px;border:none;font-weight:700;vertical-align:middle;font-family:system-ui,Segoe UI}body.flight .team-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:10px;grid-row-gap:10px;margin:10px}body.flight .team-player{padding:10px;border:1px solid #d3d3d3;background:#fff;border-radius:8px;font-size:.7em!important;font-weight:400;text-align:center}body.flight .team-player .team-player-hcp,body.flight .team-player .team-player-hcp span,body.flight .team-player .team-player-name,body.flight .team-player .team-player-name span,body.flight .team-player .team-player-teebox,body.flight .team-player .team-player-teebox span{font-size:14px}body.flight .team-player .team-player-teebox div{display:inline-block}body.flight .team-player .team-player-name{font-weight:700;overflow-x:hidden}body.flight .team-player:first-child{margin-left:0}body.flight .team-player:last-child{margin-right:0}body.flight .team-player-add{text-align:center}body.flight .team-player-add .add{margin-left:auto;margin-right:auto;margin-top:13px}@media screen and (max-width:768px)and (orientation:portrait){body.flight .flight-group .team-player .rb_stripe{left:-50px;width:80px;height:40px}body.scorecard .fb-wrap .fb-match{grid-template-columns:7rem auto 7rem;min-width:0;height:5rem}body.scorecard .fb-wrap .fb-match .left-team.even:after,body.scorecard .fb-wrap .fb-match .left-team.winner:after{clip-path:polygon(51% 0,75% 51%,51% 100%,0 50%)}body.scorecard .fb-wrap .fb-match .right-team.even:after,body.scorecard .fb-wrap .fb-match .right-team.winner:after{clip-path:polygon(50% 0,100% 50%,50% 100%,25% 50%)}body.scorecard .fb-wrap .fb-match .names{margin-left:10px!important}body.scorecard .fb-wrap .fb-match .names>div{font-size:11px!important}body.scorecard .fb-wrap .fb-match .match-result{font-size:1rem!important}body.scorecard .fb-wrap .fb-match .match-result span{font-size:.8rem!important}body.scorecard .fb-wrap .fb-match .right-team .names{margin-right:10px!important}body.scorecard .fb-wrap .match-scores .score{margin-left:0;margin-right:0;font-size:8px!important}}body.course,body.playtype,body.start,body.yearly{color:var(--text-color)}body.playtype .info,body.playtype ul{background-color:var(--white-sub-color);border:1px solid var(--sub-border-color)}body.playtype ul li{border-top:1px solid var(--sub-border-color)}body.playtype form{margin-top:0}body.playtype h1{text-align:center}body.playtype h1 .icon{display:inline-block;margin-right:10px;background-size:30px 30px;background-repeat:no-repeat;height:30px;width:30px}body.playtype h1 .icon.bestball{background-image:url(../images/bestball.svg)}body.playtype h1 .icon.scramble{background-image:url(../images/scramble.svg)}.greater-than{display:inline-block;transition:transform .3s ease}.greater-than .icon .c{fill:var(--div-button-color)}.greater-than.rotated{transform:rotate(90deg)}.select{position:relative;min-width:200px;max-width:200px}.select svg{position:absolute;right:12px;top:calc(50% - 3px);width:10px;height:6px;stroke-width:2px;stroke:#9098a9;fill:none;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.select select{-webkit-appearance:none;padding:7px 40px 7px 12px;border:1px solid #e8eaed;border-radius:5px;box-shadow:0 1px 3px -2px #9098a9;cursor:pointer;font-family:inherit;font-size:16px;transition:all .15s ease;color:inherit}.select select option[value=""][disabled]{display:none}.select select:focus{outline:none;box-shadow:0 0 0 2px #07f3}.select select:hover+svg{stroke:#07f}.sprites{position:absolute;width:0;height:0;pointer-events:none;-webkit-user-select:none}@supports (-webkit-appearance:none){input[type=date]{font-family:sans-serif}}.pyro>.after,.pyro>.before{position:absolute;width:5px;height:5px;border-radius:50%;box-shadow:0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff;animation:1s t ease-out infinite backwards,1s u ease-in infinite backwards,5s v linear infinite backwards}.pyro>.after{animation-delay:1.25s,1.25s,1.25s;animation-duration:1.25s,1.25s,6.25s}@keyframes t{to{box-shadow:193px -86px #00ffa6,135px -160px #f04,43px -121px #fb00ff,-53px -61px #ff00b3,44px -117px #84ff00,-101px -244px #ff00d0,-97px -36px #00f7ff,-78px -132px #f0f,-24px -134px #15ff00,-139px -155px #0048ff,22px -197px #ff5100,-109px -189px #0f7,-50px 39px #00ff6a,-178px -135px #fb0,196px -242px #00b3ff,-19px -52px #ff0040,97px -9px #10f,85px 1px #00ff09,-133px 46px #62ff00,152px -85px #ff00e1,160px -183px #ff4d00,130px -230px #ff2600,-82px -175px #ff00b3,135px -89px #00fff7,-137px -123px #df0,-30px 37px #ff0080,122px 23px #9d00ff,89px 44px #ff8400,0 -21px #0f0,-47px -172px #3c00ff,76px -206px #e0f,14px -148px #0ef,156px -134px #af0,-38px -88px #ff0026,32px -94px #ff00d0,-167px -175px #ff00f7,51px -244px #00ff2b,-150px -149px #00ff37,196px 46px #00ff73,-176px -112px #00ff1a,-4px -43px #f90,-102px -35px #00ffb7,-110px -169px #bf0,118px -206px #0084ff,-33px -155px #ff0040,-128px -94px #ffd500,-142px -249px #8c00ff,157px -221px #d000ff,57px -82px #0062ff,-182px -164px #0048ff,151px -235px #5900ff}}@keyframes u{to{transform:translateY(200px);-moz-transform:translateY(200px);-webkit-transform:translateY(200px);-o-transform:translateY(200px);-ms-transform:translateY(200px);opacity:0}}@keyframes v{0%,19.9%{margin-top:10%;margin-left:40%}20%,39.9%{margin-top:40%;margin-left:30%}40%,59.9%{margin-top:20%;margin-left:70%}60%,79.9%{margin-top:30%;margin-left:20%}80%,99.9%{margin-top:30%;margin-left:80%}}.greenhitwrapper{position:relative;top:-15px}.greenhitwrapper .greensquare{width:320px;height:320px;position:absolute;top:0;left:0;overflow:hidden}.greenhitwrapper .greensquare .greenhitcircle{position:absolute;top:10%;left:10%;width:80%;height:80%;border-radius:100%;-ms-box-sizing:border-box;box-sizing:border-box;transform:rotate(22.5deg)}.greenhitwrapper .greensquare .greenhitcircle .segmentwrapper{position:absolute;top:49%;left:49%;width:2%;height:2%}.greenhitwrapper .greensquare .greenhitcircle .segmentwrapper .segment{bottom:50%;right:50%;width:5000%;height:5000%;overflow:hidden;transform-origin:0 100%;-ms-transform-origin:0 100%;-moz-transform-origin:0 100%;-o-transform-origin:0 100%;-webkit-transform-origin:0 100%}.greenhitwrapper .greensquare .greenhitcircle .segmentwrapper .segment,.greenhitwrapper .greensquare .greenhitcircle .segmentwrapper .segment .inner{position:absolute;transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-o-transition:all .3s}.greenhitwrapper .greensquare .greenhitcircle:after{content:"";position:absolute;z-index:2;top:25%;left:25%;width:50%;height:50%;background:var(--sub-bg-color);border-radius:1000px;-ms-box-sizing:border-box;box-sizing:border-box;background-image:url(images/green.svg);background-size:75px 75px;size:75px 75px;background-repeat:no-repeat;transform:rotate(-22.5deg) translate(-2px);background-position:29px 17px}.greenhitwrapper .greensquare .greenhitcircle .segmentwrapper .segment{transform:skew(45deg)}.greenhitwrapper .greensquare .greenhitcircle .segmentwrapper .segment .inner{right:-50%;bottom:-50%;width:100%;height:100%;background:#1b75d0;border-radius:100%;transform-origin:50% 50%;cursor:pointer;transform:skew(-45deg)}.greenhitwrapper .greensquare .greenhitcircle .segmentwrapper .segment .inner .direction{background-image:var(--stat-left);background-size:36px 36px;background-position:6px 12px;background-repeat:no-repeat;z-index:3;width:60px;height:60px;transform:rotate(22.5deg) translate(39px,51px)}.greenhitwrapper .greensquare .greenhitcircle .segmentwrapper.active .inner{transform:skew(-45deg) scale(1.15)!important}.greenhitwrapper .greensquare .greenhitcircle .segmentwrapper:nth-child(2n+2) .inner{background:#538dc8}.greenhitwrapper .greensquare .greenhitcircle #green{display:none}.greenhitwrapper .greensquare .greenhitcircle #longleft,.greenhitwrapper .greensquare .greenhitcircle .longleft{transform:rotate(1turn)}.greenhitwrapper .greensquare .greenhitcircle #left,.greenhitwrapper .greensquare .greenhitcircle .left{transform:rotate(315deg)}.greenhitwrapper .greensquare .greenhitcircle #shortleft,.greenhitwrapper .greensquare .greenhitcircle .shortleft{transform:rotate(270deg)}.greenhitwrapper .greensquare .greenhitcircle #short,.greenhitwrapper .greensquare .greenhitcircle .short{transform:rotate(225deg)}.greenhitwrapper .greensquare .greenhitcircle #shortright,.greenhitwrapper .greensquare .greenhitcircle .shortright{transform:rotate(180deg)}.greenhitwrapper .greensquare .greenhitcircle #right,.greenhitwrapper .greensquare .greenhitcircle .right{transform:rotate(135deg)}.greenhitwrapper .greensquare .greenhitcircle #longright,.greenhitwrapper .greensquare .greenhitcircle .longright{transform:rotate(90deg)}.greenhitwrapper .greensquare .greenhitcircle #long,.greenhitwrapper .greensquare .greenhitcircle .long{transform:rotate(45deg)}.ilb{display:inline-block}.mr10{margin-right:10px}.w100{width:100%}body.tournament .hole-selector{max-width:370px;margin-bottom:10px}body.tournament .hole-selector button{min-width:36px;min-height:36px;margin-top:5px;margin-right:2px}body.tournament .hole-selector button.selected{background-color:var(--ok-green-color);color:var(--white-text-color)}body.tournament .hole-selector button div.par{font-size:.8em}body.tournament label:not(.radio){display:block}body.tournament label:not(.radio).ilb{display:inline-block}body.tournament .ditem.tees div label{min-width:65px}body.tournament #iscut{margin-left:20px;display:inline-block}body.tournament .cutrow{line-height:40px}body.tournament .form-label{margin-bottom:.5rem}body.tournament .dates span{display:inline-block;position:relative}body.tournament .form-control{display:block;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}body.tournament #basic_frame{max-width:850px;margin-top:20px}body.tournament #basic_frame.multiple{max-width:fit-content}body.tournament #basic_frame #trounds{text-align:center}body.tournament .ditem{margin-top:15px}body.tournament h2{margin-top:0;padding-top:0;text-align:center}body.tournament #name{width:318px}body.tournament #cutlimit,body.tournament #maxplayers{width:50px}body.tournament #cutlimit,body.tournament label[for=cut]{display:inline-block;margin-left:5px}body.tournament #cut{display:inline-block}body.tournament #cutround{margin-left:15px;padding-right:20px}body.tournament #tournament_save{margin-top:10px}body.tournament #addround{margin-top:20px}body.tournament .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}body.tournament .widebutton.course div,body.tournament .widebutton.course span,body.tournament .widebutton.playtype div,body.tournament .widebutton.playtype span{font-size:.9em}body.tournament #leaderboard_url,body.tournament #register_url{margin-left:10px;width:calc(100% - 100px);display:inline-block}body.tournament input[type=datetime-local]{display:inline-flex;line-height:1;padding:5px;font-size:inherit;color:var(--text-color);font-family:inherit}body.tournament fieldset{vertical-align:top;text-align:left;display:inline-block;border:1px solid var(--fieldset-color);border-radius:5px;margin-top:10px;padding:10px;margin-left:3px;margin-right:3px}body.tournament fieldset .small-button{font-size:inherit;color:#fff}body.tournament fieldset .dt,body.tournament fieldset .pt{font-size:.8em}body.tournament fieldset .pt{margin-top:10px}body.tournament fieldset .round-action{text-align:center}body.tournament fieldset .round-del{margin-right:5px}body.tournament fieldset .round-save{margin-left:5px}body.tournament fieldset .round-create{margin-left:5px;background-color:var(--ok-blue-color)}body.tournament fieldset .round-create:hover{background-color:var(--ok-dark-blue-color)}body.tournament fieldset legend{margin-left:10px;padding-left:5px;padding-right:5px}body.tournament fieldset .ditem{margin-top:15px;margin-left:10px}body.tournament fieldset .ditem label.disabled{opacity:.3}body.tournament fieldset .ditem input{box-sizing:border-box;margin-bottom:10px}body.tournament fieldset .ditem input.name{width:294px}body.tournament fieldset .ditem .dates,body.tournament fieldset .ditem .fg{display:inline-block;vertical-align:top}body.tournament fieldset .ditem .dates input,body.tournament fieldset .ditem .fg input{display:inline-flex;line-height:1;padding:5px;font-size:inherit}body.tournament fieldset .ditem .dates input[type=radio],body.tournament fieldset .ditem .fg input[type=radio]{display:inline-block}body.tournament fieldset .ditem .dates[type=date],body.tournament fieldset .ditem .fg[type=date]{max-width:108px}body.tournament fieldset .ditem .dates[type=time],body.tournament fieldset .ditem .fg[type=time]{max-width:86px}body.tournament fieldset .ditem .dates .flightgap,body.tournament fieldset .ditem .fg .flightgap{width:35px}@media(hover:none),(hover:on-demand){body.tournament #basic_frame{max-width:450px}}.external-link{background-image:var(--external-link);background-size:18px 18px;width:18px;height:18px;vertical-align:bottom;bottom:9px;margin-left:3px}.clipboard-icon,.external-link{background-repeat:no-repeat;display:inline-block;position:relative}.clipboard-icon{width:16px;height:16px;background-image:var(--clipboard-icon);vertical-align:middle;bottom:1px;margin-right:5px}body.start #tournament_new{margin-top:10px}@media(max-width:329px){body.scorecard .round_scorecard{margin-left:0;margin-right:0}}td.player-name{max-width:130px}.tox .tox-toolbar--scrolling{flex-wrap:wrap!important}@keyframes w{0%{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}to{transform:translate(0)}}.shake{animation:w .3s}.comments-container{max-width:380px;text-align:center}.comments-container .new-comment-wrap{width:80%;margin-left:auto;margin-right:auto;display:flex;align-items:flex-end;gap:8px;background-color:var(--bg-white-color);border:1px solid #b2b2b2;border-radius:20px;padding:6px 6px 6px 12px}.comments-container .new-comment{flex:1;border:none;padding:6px 0;overflow-x:hidden;overflow-wrap:break-word;resize:none;font-size:1rem;background:transparent;outline:none;font-weight:400;height:19px;color:var(--text-color)}.comments-container .sendButton{display:none;width:38px;height:28px;background-image:url(images/send.svg)}.comments-container .refreshButton,.comments-container .sendButton{flex-shrink:0;border:none!important;background-color:transparent!important;cursor:pointer;padding:0;background-size:contain;background-repeat:no-repeat}.comments-container .refreshButton{width:20px;height:20px;background-image:var(--refresh-button);position:relative;top:-5px;left:-9px;transition-duration:.8s;transition-property:transform}.comments-container .refreshButton.rotate{transform:rotate(1turn)}.comments-container .comments{background-color:var(--bg-color);border-radius:.25rem;display:flex;flex-direction:column;font-size:1.25rem;margin:0 auto 1rem;padding:.5rem 1.5rem;position:relative;overflow-y:auto;max-height:400px}.comments-container .comments .comment.hidden{visibility:hidden}.comments-container .comments .newcomment{z-index:100;margin-top:0;align-self:flex-end;background-color:#248bf5;color:#fff;text-align:left;border-radius:1.15rem;line-height:1.25;max-width:75%;padding:.5rem .875rem;position:absolute;word-wrap:break-word;width:auto;max-width:320px;bottom:-30px}.comments-container .comments .newcomment.toSend{right:24px;opacity:0;display:none;pointer-events:none;position:absolute;width:380px;transition:all 0s}.comments-container .comments .newcomment.toSend.sending{right:24px;display:block;opacity:.2;width:380px;transition:none}.comments-container .comments .comment.noheight{height:0;margin:0;padding:0}.comments-container .comments .newcomment.sent{position:absolute;bottom:16px;transition:all .6s ease;right:25px;max-width:300px}.comments-container .comments .username{display:inline-block;text-align:left;margin-left:10px;font-weight:400;font-size:.8em}.comments-container .comments>.from-them{text-align:left}.comments-container .comments>.from-me{display:flex;flex-direction:column}.comments-container .comments>.from-me .username{text-align:right!important;margin-right:10px}.comments-container .comments p{border-radius:1.15rem;line-height:1.25;max-width:75%;padding:.5rem .875rem;position:relative;word-wrap:break-word;margin-bottom:0}.comments-container .comments p:after,.comments-container .comments p:before{bottom:-.1rem;content:"";height:1rem;position:absolute}.comments-container .comments p[class^=from-]{margin:.5rem 0;width:fit-content}.comments-container .comments p[class^=from-].emoji{background:none;font-size:2.5rem}.comments-container .comments p[class^=from-].emoji:before{content:none}.comments-container .comments p.from-me{margin-top:0;align-self:flex-end;background-color:#248bf5;color:#fff;text-align:left}.comments-container .comments p.from-me:before{border-bottom-left-radius:.8rem .7rem;border-right:1rem solid #248bf5;right:-.35rem;transform:translateY(-.1rem)}.comments-container .comments p.from-me:after{background-color:var(--bg-color);border-bottom-left-radius:.5rem;right:-40px;transform:translate(-30px,-2px);width:10px}.comments-container .comments p.from-me~.from-me,.comments-container .comments p.from-me~.from-me:not(:last-child){margin:.25rem 0 0}.comments-container .comments p.from-me~.from-me:last-child{margin-bottom:.5rem}.comments-container .comments p.from-them{margin-top:0;align-items:flex-start;background-color:#e5e5ea;color:#000;text-align:left}.comments-container .comments p.from-them.username{text-align:right}.comments-container .comments p.from-them:before{border-bottom-right-radius:.8rem .7rem;border-left:1rem solid #e5e5ea;left:-.35rem;transform:translateY(-.1rem)}.comments-container .comments p.from-them:after{background-color:var(--bg-color);border-bottom-right-radius:.5rem;left:20px;transform:translate(-30px,-2px);width:10px}.no-tail:before{display:none}.margin-b_none{margin-bottom:0!important}.margin-b_one{margin-bottom:1rem!important}.margin-t_one{margin-top:1rem!important}
