Skip to content

Instantly share code, notes, and snippets.

@toxdes
Last active May 30, 2020 14:33
Show Gist options
  • Save toxdes/300610a74d54e2626a10f8aa5b5f6592 to your computer and use it in GitHub Desktop.
Save toxdes/300610a74d54e2626a10f8aa5b5f6592 to your computer and use it in GitHub Desktop.
Green Gateoverflow
//adding a link tag to load a font
var head = document.getElementsByTagName('head')[0];
var link = document.createElement('link');
link.rel = 'stylesheet';
link.href = 'https://fonts.googleapis.com/css?family=Roboto&display=swap';
head.appendChild(link);
#top-header{
display:none;
}
*:not(.fa){
font-family: 'Roboto', 'Sans-Serif' !important;
border-radius: 0px !important;
}
.qa-widgets-side-top{
display: none;
}
.side-search-bar{
display: none !important;
}
a{
color:#4C9A2A !important;
}
.pupi_as_widget a{
margin-top:10px !important;
color:white !important;
background-color:#4C9A2A!important;
border:none !important;
border-radius: 2px !important;
transition:0.4s ease-in-out;
}
.pupi_as_widget a:hover{
background-color: #76BA1B !important;
}
span.verifyplus-verified:before{
background:#4C9A2A !important;
}
.qa-rss-feed{
display: none;
}
.page-title{
font-weight: normal !important;
padding:20px 0px !important;
}
.donut-masthead{
color:#4C9A2A !important;
}
.qa-top-search-title{
font-weight: normal !important;
color: #4C9A2A !important;
}
.qa-tag-link{
background: #76BA1B!important;
color:white!important;
}
.qa-tag-search{
border:1px solid #e2e2e2 !important;
padding: 0px !important;
margin-bottom:0px !important;
}
.qa-tag-search form{
background:#4C9A2A !important ;
}
.qa-tag-search-button{
background-color: #4C9A2A !important;
}
.qa-question-list-count::before{
content:"Question No. " !important;
}
.qa-question-list-count{
color:gray !important;
display:inline-block !important;
margin-top:20px !important;
font-weight: normal !important;
font-style:italic !important;
}
.qa-q-item-title a{
font-weight:normal !important;
color:#4C9A2A !important;
}
.qa-q-list-item{
margin-top:20px !important;
padding: 16px 4px !important;
}
.qa-feed{
display: none !important;
}
.pupi_as_table_container table{
border-spacing: 6px !important;
border-collapse: separate !important;
}
.material-icons{
font-family: Material Icons !important;
}
.qa-widget-side-bottom{
display: none !important;
}
{"libs":[{"name":"jQuery 3","src":"@extension@jquery.min.js"}],"settings":{"badgeCounter":false,"editorConfig":{"enableBasicAutocompletion":false,"enableLiveAutocompletion":true,"enableSnippets":true,"fontSize":15,"highlightActiveLine":false,"keyboardHandler":false,"showPrintMargin":false,"tabSize":4,"theme":"ace/theme/tomorrow","useSoftTabs":false,"useWorker":true,"wrap":true},"supportBtn":false,"themesFolder":["chrome","clouds","dawn","dracula","dreamweaver","eclipse","github","monokai","solarized_dark","solarized_light","textmate","tomorrow","tomorrow_night","twilight"],"version":8},"sites":[{"compiledCss":"#top-header {display: none!important;}:not(.fa) {font-family: Roboto, Sans-Serif !important; border-radius: 0px !important;}.qa-widgets-side-top {display: none!important;}.side-search-bar {display: none !important;}a {color: rgb(76, 154, 42) !important;}.pupi_as_widget a {transition: all 0.4s ease-in-out 0s!important; margin-top: 10px !important; color: white !important; background-color: rgb(76, 154, 42) !important; border: none !important; border-radius: 2px !important;}.pupi_as_widget a:hover {background-color: rgb(118, 186, 27) !important;}span.verifyplus-verified::before {background: rgb(76, 154, 42) !important;}.qa-rss-feed {display: none!important;}.page-title {font-weight: normal !important; padding: 20px 0px !important;}.donut-masthead {color: rgb(76, 154, 42) !important;}.qa-top-search-title {font-weight: normal !important; color: rgb(76, 154, 42) !important;}.qa-tag-link {background: rgb(118, 186, 27) !important; color: white !important;}.qa-tag-search {border: 1px solid rgb(226, 226, 226) !important; padding: 0px !important; margin-bottom: 0px !important;}.qa-tag-search form {background: rgb(76, 154, 42) !important;}.qa-tag-search-button {background-color: rgb(76, 154, 42) !important;}.qa-question-list-count::before {content: \"Question No. \" !important;}.qa-question-list-count {color: gray !important; display: inline-block !important; margin-top: 20px !important; font-weight: normal !important; font-style: italic !important;}.qa-q-item-title a {font-weight: normal !important; color: rgb(76, 154, 42) !important;}.qa-q-list-item {margin-top: 20px !important; padding: 16px 4px !important;}.qa-feed {display: none !important;}.pupi_as_table_container table {border-spacing: 6px !important; border-collapse: separate !important;}.material-icons {font-family: \"Material Icons\" !important;}.qa-widget-side-bottom {display: none !important;}","css":"#top-header{\n\tdisplay:none;\n}\n\n*:not(.fa){\n\tfont-family: 'Roboto', 'Sans-Serif' !important;\n\tborder-radius: 0px !important;\n}\n\n.qa-widgets-side-top{\n\tdisplay: none;\n}\n\n.side-search-bar{\n\tdisplay: none !important;\n}\n\na{\n\tcolor:#4C9A2A !important;\n}\n\n.pupi_as_widget a{\n\tmargin-top:10px !important;\n\tcolor:white !important;\n\tbackground-color:#4C9A2A!important;\n\tborder:none !important;\n\tborder-radius: 2px !important;\n\ttransition:0.4s ease-in-out;\n}\n\n\n.pupi_as_widget a:hover{\n\tbackground-color: #76BA1B !important;\n}\n\nspan.verifyplus-verified:before{\n\tbackground:#4C9A2A !important;\n}\n\n.qa-rss-feed{\n\tdisplay: none;\n}\n\n.page-title{\n\tfont-weight: normal !important;\n\tpadding:20px 0px !important;\n}\n\n.donut-masthead{\n\tcolor:#4C9A2A !important;\n}\n\n.qa-top-search-title{\n\tfont-weight: normal !important;\n\tcolor: #4C9A2A !important;\n}\n\n.qa-tag-link{\n\tbackground: #76BA1B!important;\n\tcolor:white!important;\n}\n\n.qa-tag-search{\n\tborder:1px solid #e2e2e2 !important;\n\tpadding: 0px !important;\n\tmargin-bottom:0px !important;\n}\n\n.qa-tag-search form{\n\tbackground:#4C9A2A !important ;\n}\n\n.qa-tag-search-button{\n\tbackground-color: #4C9A2A !important;\n}\n\n.qa-question-list-count::before{\n\tcontent:\"Question No. \" !important;\n}\n\n.qa-question-list-count{\n\tcolor:gray !important;\n\tdisplay:inline-block !important;\n\tmargin-top:20px !important;\n\tfont-weight: normal !important;\n\tfont-style:italic !important;\n}\n\n\n.qa-q-item-title a{\n\tfont-weight:normal !important;\n\tcolor:#4C9A2A !important;\n}\n\n.qa-q-list-item{\n\tmargin-top:20px !important;\n\tpadding: 16px 4px !important;\n}\n\n.qa-feed{\n\tdisplay: none !important;\n}\n\n.pupi_as_table_container table{\n\tborder-spacing: 6px !important;\n\tborder-collapse: separate !important;\n}\n\n.material-icons{\n\tfont-family: Material Icons !important;\n}\n\n.qa-widget-side-bottom{\n\tdisplay: none !important;\n}","id":"gateoverflow.in","js":"//adding a link tag to load a font\nvar head = document.getElementsByTagName('head')[0];\nvar link = document.createElement('link');\nlink.rel = 'stylesheet';\nlink.href = 'https://fonts.googleapis.com/css?family=Roboto&display=swap';\nhead.appendChild(link);\n\n/*\n<link href=\"https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap\" rel=\"stylesheet\">\n\n*/","libs":[],"name":"","options":{"altCSS":false,"altJS":false,"autoImportant":false,"on":true}},{"compiledCss":"","css":"//","id":"csedoubts.gateoverflow.in","js":"","libs":[],"options":{"altCSS":false,"altJS":false,"autoImportant":false,"on":true}},{"compiledCss":"","css":"","id":"www.facebook.com","js":"// ==UserScript==\n// @name Clear dark facebook by book777\n// @namespace http://userstyles.org\n// @description\t Theme with background and different block colors support for <a href='//fb.com'>facebook.com</a> and <a href='//messenger.com'>messenger.com</a>.\n// @author Nicholas Buk (book777)\n// @homepage https://userstyles.org/styles/136318\n// @run-at document-start\n// @version 0.20191007183650\n// ==/UserScript==\n(function() {var css = \"\";\nif (false || (document.domain == \"facebook.com\" || document.domain.substring(document.domain.indexOf(\".facebook.com\") + 1) == \"facebook.com\") || (document.domain == \"messenger.com\" || document.domain.substring(document.domain.indexOf(\".messenger.com\") + 1) == \"messenger.com\") || (new RegExp(\"^http(s?)://(www.|)facebookcorewwwi.onion(.*)$\")).test(document.location.href))\n\tcss += [\n\t\t\"/*\",\n\t\t\"\tAuthor: Nicholas Buk (book777 / nikolia0612)\",\n\t\t\"\t\tm.me/489734454703065\",\n\t\t\"\tPage: https://userstyles.org/styles/136318\",\n\t\t\"\tVersion: 191007.1\",\n\t\t\"*/\",\n\t\t\":root, .__fb-light-mode {\",\n\t\t\" --bg-color-background: #23232d;\",\n\t\t\" --bg-color-first: #2c2c36;\",\n\t\t\" --bg-color-second: #26262f;\",\n\t\t\" --bg-color-hover: #3b3b4b;\",\n\t\t\"\",\n\t\t\" --border-color: #2c2c36;\",\n\t\t\"\",\n\t\t\" --icon-change-partly: 81%;\",\n\t\t\" --icon-change-full: 100%;\",\n\t\t\" --surface-background: var(--bg-color-first);\",\n\t\t\" --disabled-button-background: var(--bg-color-first);\",\n\t\t\" --comment-background: var(--bg-color-second);\",\n\t\t\" --primary-button-background: var(--bg-color-second);\",\n\t\t\" --card-background: var(--bg-color-second);\",\n\t\t\" --secondary-button-background: var(--bg-color-hover);\",\n\t\t\" --wash: var(--bg-color-background);\",\n\t\t\" --fds-spectrum-slate-tint-50: var(--bg-color-second);\",\n\t\t\"\",\n\t\t\" --text-color-first: #dfdfdf;\",\n\t\t\" --fds-white-alpha-80: rgba(223, 223, 223, .8);\",\n\t\t\" --fds-white-alpha-40: rgba(223, 223, 223, .4);\",\n\t\t\" --text-color-second: #a7a7a7;\",\n\t\t\" --text-color-green: #42b72a;\",\n\t\t\" --text-color-blue: #8ba2d2;\",\n\t\t\" --text-color-red: #f13f3f;\",\n\t\t\" --primary-text: var(--text-color-first);\",\n\t\t\" --section-header-text: var(--text-color-first);\",\n\t\t\" --primary-button-text: var(--text-color-first);\",\n\t\t\" --accent: var(--text-color-first);\",\n\t\t\" --secondary-text: var(--text-color-second);\",\n\t\t\" --placeholder-text: var(--text-color-second);\",\n\t\t\" --disabled-text: var(--text-color-second);\",\n\t\t\" --divider: var(--text-color-second);\",\n\t\t\" \",\n\t\t\" --photo-blur:0px;\",\n\t\t\" --photo-brightness: 100%;\",\n\t\t\" --photo-contrast: 100%;\",\n\t\t\" --opacity-chat-head:1;\",\n\t\t\"}\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"/*-------------------- text color --------------------*/\",\n\t\t\"._88c3, .qprln8fm, ._42me, ._6yqt, .b6hhzt2d, ._4r1w, ._6w8-, ._2n4z, ._77-3, ._7rp9, ._4py8, ._10mm, ._32uu ._6-ls, ._6d5g, ._6-xo, ._3eur._6ybk a, ._3eur._6ybk, ._6gvm ._6gu2 h2, ._6gvm ._6gu2 h3, ._4sze ._6ajd a, ._4tdp, ._4n9r ._4vo5, ._6b6b, ._3hx- ._4yng, ._3p56, ._3nic, ._19gb, ._19g7, ._19g8 a, ._rpo, ._49qx, ._rpq, ._4w5c, ._1hgf, ._1hgg, ._2i5e h1, ._2i5e a, ._oge, ._3w8y ._50a1, ._rzx, ._6_q6, ._34js, ._lrm, ._3rrd a, ._62pc a, ._6bjr, ._1xxa, ._74ku, ._42bz, ._42b-, ._54nc:hover ._1ojr, ._54nc:hover ._1ojv, ._7ebh a, .jk7wfhiq, .jjnfqaio, .jg0lphoj, ._3w8y blockquote, ._7bl6, ._6euq, ._6wou, ._6cf_, ._73ko a, ._4yog, ._4yqq, ._5nw7, ._5cmf, ._zvd, ._zvc, ._1nc7 ._pye, ._1nc6 ._pye, ._hh7 ._pye, ._69rb, ._1oa3, span[style*=\\\"color:\\\"], ._6m4g, ._6m4f, ._4-9.selected a, div[style*=\\\"color:\\\"], ._6g2r, ._6f03, ._7gsp, ._2usc, ._6jf2>span, ._48jr, ._48jq, ._68lr, ._7492, ._6cbe>div, ._6guo, ._6amt>span, ._6hvb>span, ._6jwc, ._6nlt>span, ._3-99, ._26fq, ._he3, ._4k_7, ._77gq, ._6guj, ._5d64, ._5d65, ._dgh, ._5nw6, ._748o>span, ._748_>span, ._6jyj, ._6jy7, ._74lc, ._4jeg, ._5ugg, ._3z_5, ._733h, ._6trn>span, ._3-94>span, ._3-95>span, ._3-96>span, ._5bl2 .highlightNode, ._2-5h, ._tdl, ._4lly, ._3_16, ._2mgn, ._4jeh, ._64md a, ._35-v, ._67l1, ._1eay, ._2sj4, ._6jy6, ._18vj, ._3vum, ._4299, ._2fj2, ._1lld, ._3dlf, ._18vj._18vj, ._3hg-, ._3rwx, ._7391, ._6etd div, ._6i9n div, ._txj, ._6vhx span, ._6iil, ._6yye, ._6jya, ._whq, ._1i_b, ._6shh>span, ._60rh ._61ce ._60ri a, ._6z5t, ._18zk, ._3w53, ._6c7i, ._680y, ._6cuy, ._6qw3, ._129h, ._6mif>span, ._231w:hover, ._6v8m, ._6ut1 ._45hd a, ._6ut2 a, ._6lhl>span, ._5s_9, ._152s, a.UFIReactionLink.UFILinkBright, ._6shh span, ._6z5t, ._38aj, ._1i_b, ._66n2 ._1ogo, ._2yez, ._4kk_ ._4kl1, ._4kk_ ._4kl2, ._6i_m, ._16bh, ._53px:hover, ._3p-2 span, ._2q81, ._3oba, ._62uk, ._6s-6 span, ._6qq7, ._6qqb, ._6ff7, ._43za, ._6l1c, ._2wlk, ._3ake, ._5_-d, ._4ez0 span, ._3btx, ._53ii ._47lu._47mc, ._1f0a div, ._1-nt span, ._3ks9, ._4m05 div, ._3ksw, ._42al, ._3ksm, ._3ksn, ._bui ._5afe ._2jgb, ._1i81 ._1y4a, ._5qwq a, ._kz3, ._1bv3, ._63d-, ._203y, ._26j1, ._1hh8 ._1hhl, ._5j9s, ._5j9t, ._21a4 ._2ti8, ._63pv, ._3pvx, ._695w, ._695u, ._1k_6, ._2jc-, ._4soj a, ._1ysy div[style*=\\'color:\\'], ._qpa, ._2gxl, ._3kin, ._3x94, ._1hcc, ._575j a, ._1yqt, ._b_2 ._1tvz, ._1tvz:hover, ._1-qq ._3x94, ._1-3i, ._zvg, .UIShareStage_Title, ._57yz, ._39zq, ._4p4k, ._vau, ._vat:hover, ._vau ._1uam, ._vat:hover ._1uam, ._vat, ._vau:hover, ._vat ._1uam, ._vau:hover ._1uam, ._1m7h, ._2os2, ._18i-, ._1hit, ._3els, ._1m7c, ._66wj, ._5jq6:focus, ._5jq6:hover, ._5jq6._5jq7, ._5qs span, ._53th, ._1v6t ._30p6 ._1dry, ._1s03, ._1aen > span, ._5_t7, ._5f0v, ._3bwx div, ._1871 div, ._1871 span, ._aqz, ._3zlc, ._20zb ._20zf, ._20zb ._20zf .fsm.fwn.fcg, ._20zb ._20zc, ._20zb ._20zc .fsm.fwn.fcg, ._20zd, .leaflet-bar a, .leaflet-bar a:hover, ._5j0e a, ._ds- a:hover, #savefrom_fb_download_popup .sf-menu-item, ._1hk0, ._62ql, ._ht-, ._1hqh span, ._35zo a:hover, ._4nep a, ._-w6 span, ._3oqn span, ._433u span, ._5rw6 div, .FBEntityLinkTitleText, ._5f0n div, ._5h92 *, ._1ayp div, ._3p5e div, ._-5j, ._3018 div, ._vqn, ._5iit h2, ._1ibg div, ._5iit p, ._5iiq, ._w3q div, ._zvp, ._1_kg, ._64mj span, ._4xzw, ._1uya *, ._2-9w div, ._3-8s, ._3b04 div, ._3gs6, ._4iny, ._3gs7, ._60c4 ._31l9, ._-ua h4, ._-ua div, ._54ne ._16n4, ._16n4, ._4ly5, ._4lu-, ._2xui, ._4lv8 a, ._32ah, ._4ap9, ._48pj, ._50x0, ._128m ._128q, ._104o h2, ._4k_u main a, #facebook ._12uz ._2jsx p, ._4k_u p, ._rfu, ._5g81, ._5g7x, ._5g7y, ._5g7z, ._rfw, ._5g7_, ._5g7w, ._5g85, ._5g7v, ._17ym a._3cr5:hover, ._17ym a._3cr5:focus, ._17ym a._3cr5:active, ._4d-c._cy h1, ._54n6 ._y_p, h3._1sra, ._2qix, ._25sh ._3cr5, ._48mf, ._1w4x, ._1gux, ._1guy, ._1w54, ._6j, ._3_-p, ._40mr:hover ._20jj, ._1blt, ._2br9, ._1ble, ._2b5t, ._1blp, ._nar ._nao, ._3x3y, ._3qg8, ._3qgj, ._2j_u._742, ._1ca3 ._73_, ._d68 ._d69, ._5z0b a, ._315i ._315k, ._v32, ._3xyn, ._3m1z, ._3kv_, ._4f3b, ._1mpo, ._3w-i, ._owg, ._q2n, ._q2n:hover, ._r-g, ._30--, ._1bpi, ._r-k, ._30-x, ._1gyi, ._30y6, ._30zc, ._30-8, ._30y8, ._rys, ._11vo ._1zwi, ._66ro, ._11vo ._3els:hover, ._2ey0 ._2ey1:hover, ._2ey0 ._2ey2:hover, ._3aee, ._323t, ._5wvt ._5lzb, ._5wvt ._5c4d, ._ep_ ._eq1, ._3_s1 ._3bcz, ._1ucf, ._1wc9, ._4na2, ._3q72, ._3oxd, ._3o4u, ._3rcn, ._4ea1, ._3con, ._eha, ._5vhe ._3hj6, ._62-0, ._2e4m, ._3ysr, ._3ysr>em, ._2e4n, ._3ysu, ._3ysu>em, ._3ys_ ._4mu9, ._5zi2, ._5zi2>em, ._e-0 strong, ._e-r p, ._44h0._54ni:hover ._44h3, ._5w1r, ._1y-n, ._23tu, ._1xhm a, ._36nl, ._3mgs, ._47rm, ._4ii7, ._59fi, ._38st ._3vm_, ._3isp, ._15mc, ._15mi, ._112_, ._15vs ._3u3r, ._15vs ._3pc2, ._3u1z, ._47kw, .__2u, .__4e, ._2je8, ._3vaz a, ._38wy, ._4ygp, ._1-gs, ._38wz, ._2je5, ._2je7, ._rg3, ._3-96, ._138w, ._3ax, ._2dpo ._2dpq, ._4jfi, ._2dpo ._2dpr, ._2dpo ._2dps, ._2dpo ._2dpp, ._4mpi, ._3l1d, ._40x6, ._3ts6 ._63jd, ._207- a, ._469n, ._3918, ._65ke, ._176e, ._1brc, ._25hn, ._61nk, ._2iev, ._4u_q, ._5cle a, .prettyprint .pln, ._5ia1 ._5ia2 table tbody tr td p a, ._3g_o, ._5clg a, ._1d_0, ._3dqo, ._4u_t, ._64nm, ._jmh[style*=\\'color:\\'], ._63_4 span[style*=\\'color:\\'], ._66ff span[style*=\\'color:\\'], ._66ff div[style*=\\'color:\\'], ._1vkw ._i96, ._o9g a, ._o9h a, ._4e_m, ._66ip, ._3kvw, ._3y15:hover ._3-lo, ._3ots.seefirst span, ._3ots.following span, ._2u_v span, ._eu5, ._5hod h1 a, ._5hoa a, .touch ._60n7:not(:first-child) ._u2d ._u2f a, .touch ._2cir, ._30nj, .touch ._5lm6, .touch ._4_d0 ._4_d1, ._333v ._108_, .touch ._4ajz, .touch .fcw, ._5yd1, .touch .btn.btnD, .touch .btn.btnC.bgb, .touch .btn.btnI, ._2k2v, .touch .segmentedControl .lwi button, .acr, ._3911, ._4o77, ._2col, ._18a8, ._1i85, ._jgy, ._1vnl, ._16mf, ._63vt a, ._63ak, ._4ysm, ._211 span._6q-, ._2ail, ._57mb._3fw6 pre.prettyprint .typ, ._57mb._3fw6 pre.prettyprint .pun, ._9tc, ._42a2 ._42a5 ._42a7, ._429z ._42a5 ._42a7, ._29xw ._42a5 ._42a7, ._42a1 ._42a5 ._42a7, ._42ab ._42a7, ._42ad ._42ac, ._1nc6 ._5w1r, ._2ih_, ._3__- ._1mj0, ._63px, ._3r5r, ._1nhx ._46ty, ._46to, ._dy-, .ui40Headers ._26z1 a, ._2-8t, ._31pd a:hover, ._vax a:hover, ._b2z ._b32, ._b2z ._b32 a:link, ._b2z ._b32 a:hover, ._b2z ._b32 a:active, ._b2z ._b32 a:visited, ._1r05, ._60rh ._61ce ._2zy5 a, ._b37, ._b37:link, ._b37:hover, ._b37:active, ._b37:visited, ._618l, ._4dx5, ._16m0, ._38wl, ._62-2, ._62pa, ._mx9.verbose ._mxb, ._15wh a, ._4dmk a, ._3h4y ._5a4_ ._5a4z, ._3h4_, ._3h56, ._30n- a, ._10c5 ._5a4z, ._10c5 ._5a5j ._5a4-, ._5va2 ._5a4z, ._5va2 ._5a4-, ._2y1b, ._2l43 ._2l4t, ._2l43 ._5a4_ ._5a4z, ._605q, ._4eh-, ._3sdd, ._4vxk a, ._1b_s, ._1i4e, ._62xi, ._62xj, ._h6n, ._3tvl, ._3zio, ._2uk9 ._256a, ._3_d8, ._3_9v, ._161q, ._4obe, ._2uk9 ._2565, ._2uk9 ._2568, ._2uk9 ._3ii8, ._2uk9 ._elg, ._2uk9 ._33it, ._i9h, ._1suj, ._xkg, .pmt_header, ._3ho0 ._3ho1, ._3dnn ._3dnr, .UFILikeSentence ._ipn a, a._1gaq, ._3i5f, ._4mkt, ._1gan a, ._34h4, ._3-lc._28ji, ._28jh._28ji, ._3x6v, ._4o-z, ._2g0n._34h5, h4._34h5, ._34h5 ._34h4, .fbTimelineStarGridSeparator h4, .fbTimelinePhotosScroller .async_saving, ._5-sc, ._33xj, ._2nl-:hover, ._10ar, ._5s9z a:hover, ._1p6x, ._4cia, ._1t-d, ._2zdr ._2zdq, ._5dw9 ._45hc:hover a, ._5dw9 ._1hqh a, ._dwp, ._mzm, ._efz, ._1fw3, ._3bhf, .stat_elem a, ._3mdb, ._1op_, ._39k5 ._509u, ._353x, ._1sem ._1sen, ._1m-5, ._4zd3, ._4lh ._2-d1 a:hover, ._4lh ._2-d1 a:focus, html ._4lh ._2-d1 ._3rrn > a, ._64tc ._3tmr._34g8, ._3zl8:not(._3zl9), ._3zla, ._4f2d, ._4f2c, ._1cda, ._1isq, ._4w9s, ._3sbc, ._3xwv, ._3xwv:hover, ._3_s1._3_s0, a._1d9n, .touch ._31y7 a, .touch ._31y8, .touch ._2pbr, ._5xzc, .touch ._5ro_, .touch ._3xz7, .touch a._419z, ._419z, ._391s, ._5rgs, ._2vj7._2vj7._2vj7._2vj7 a, ._u42 ._55fj, ._5pxa ._5pxc a, ._56bu, ._56bv, a._56bu, a._56bv, .touch a._56bu, .touch a._56bv, a.touchable._56bu, a.touchable._56bv, strong.actor, ._3_07, ._3bg5 ._29z_, .touch ._3bg5 ._53_- ._5lut, .touch ._3bg5 ._53_- ._53__, ._5b45, .touch ._5kqs ._55sr, ._2a_i._2a_i a, ._lbz, ._52jb, ._4q88 ._27j0, ._35cf, ._3-94, ._1c9t, ._2ydr ._2yd9, ._1nc7 ._5w1r a._fcj, ._1g14, ._2zdr ._2zd9, ._83j, ._47cv .footer-section-title, ._478w h3, ._3u69, ._vvy strong, ._1hx3 ._1hx5, ._56n2, ._4gt8, ._3w8y ._4yxo, ._5xzx, ._5xzy, ._5wmm, ._o0o a:not(._2nlw), ._o0o .UFIReactionLink, ._o0o .UFIReplyLink, ._5pbw .profileLink, ._3zla, ._8fl, .intl_progress_value a, ._yeg, ._63xi, ._270y, ._5w5j ._5e4h ._5e4k, ._3kkd, ._4sjz, ._xv, ._3kke, .fbNubFlyoutTitlebar .titlebarLabel, select, ._55gv, ._18p1, .fbPhotosPhotoTagboxBase .tagName, ._1jzw, ._1nc6 ._5w1r a, ._353z, ._62l8, ._33ud, ._37e5, ._2zar, .inaccessibleProfile, ._3cog ._3cxu li a, ._1pfv .fwb, ._1pfv .profileLink, ._1pfv>a, ._1pfw, ._611r, ._2utn, .fbxPhoto .fbPhotoTagList .textTagHovercardLink, ._22dk a.weakReference, ._4zpz, .uiGroupsAddTypeaheadView .member.selected .subtext, .uiGroupsAddTypeaheadView .member.selected .category, ._dbq, ._4iqx, ._5_4b, ._1kc4, ._1kc9, ._1kca, ._4269, ._5av1.small, ._34pg, ._34pf, ._60dh, ._wgs a, ._1u3z, ._3ldi a, ._2pxf:hover, ._3rj- ._3rk0, ._4h1r, ._3aau, ._1nj0 ._3o1w, ._2sy- ._3yz7, ._3c-_ ._24qd:hover ._25lj, ._3c-_ ._3l9m, ._3c-_ ._25li, ._3c-_ ._24qd, ._rce, ._61al, ._ey- ._ez0, ._4mro, ._5fvg ._3ala ._3b68, ._2wyt span, ._19s_, ._266w a, ._axe, ._4aos span, ._301e, ._hwa, ._4g25, ._1-7x span, ._3ziq, ._4saq, ._1itw, ._4ao-, ._5aeq:hover._4hag:hover, ._k01, ._14-h, ._3x1h, ._yvq, ._yvz a, ._xkg a, ._43rm span, ._64dw div, .name .uiButtonText, ._3fvd ._3fve, ._4bxr, ._2xh0 ._2xh6, ._2f0s, ._hil, ._hil a, ._hil a:hover, ._hj3, ._5wct, ._5rwf._5rwg.fbx #pageFooter .localeSelectorList li:first-child, ._5rw2, ._5rwb, ._1b-5 a, ._5zi0, ._15uz, ._33g2 ._33f-:hover, ._33f_, ._36ls span, ._36lv._36lw ._36my, ._36lv._36lw:hover ._36my, ._2o7f, ._5xdl._5wrl, ._2ztj, ._kma, ._2kw4, ._4o01, ._ajw a, ._ajw a:hover, ._5z6g ._5z6j ._34g8, ._5z6g ._5z6j ._38io, ._3j48, ._2n0y ._1mf, ._2n0_, ._3gwt, ._4dgb, ._2b0q, ._3utj, ._58c7, ._58dn, ._o2u, ._3v2i ._2ztj._m_6._4i1f, ._4kdo, ._3qm- section:first-child, ._3qm- section strong, ._3gx3, ._2n0x, ._42-s h3, ._42-v label, ._42-v span, ._3v2i ._gxl span, ._xbh, ._5gtt, ._4gvo:hover:not(._1_07):not(._u_r), .mp-site-title h1, .mp-sidebar-filter li a, .mp-menu a.selected, .mp-menu a:hover, .mp h2, .mp h3, .mp-post a, ._5194, ._58xo, ._58xp, ._u0y ._1mib ._4h2m, ._u0y ._fep, ._4g88, ._1v6t ._1mie ._30p6, ._1v6t ._1mie ._30p6 ._4h2m, ._41_e, ._3qz2 ._2eq6, ._54_9 ._2eq6, ._4vp1 ._4vov, ._4vp1 ._4vp2, ._1_hd, ._15kl._15kl ._5a-2, ._4kzo, ._4kzs, ._4kzs a, ._j1x, ._j1y, ._4gg_, ._1c-2, ._1v6t ._1mie ._1mib ._4h2m, ._2mpu ._1v6t ._477n, ._2mpu ._1v6t ._4yb4, ._37_s, ._37_q, ._53m5._3cr5, ._2v-2, ._4d3w .fbPhotosImplicitLocLink, ._4d3w .fbPhotosAppLink, ._mft, ._263d, ._62xi h1, ._642, ._62iw, ._5ky, ._1s48, ._5u5j a.weakReference, ._5bbv .fcb a, ._7lu ._50hf, ._dus, ._2v2n, ._35i9, ._4ovi, ._4c2w div, ._2cqo span, ._1dro ._1drp, ._61h6 div, ._2jld div[style*=color], ._1wh0, ._9ib span, ._9i8, ._1wg9, ._26oq, ._5fyj .hovercardContent .fcg, ._5fyk, ._4-lu, ._4wdr, ._1nc7 ._5wde ._5w1r, ._1nc6 ._5w1r ._d97:not([style*=\\\"color\\\"]), ._c-_, ._15ly, ._6079, ._275q, ._3x7_ ._2nlw, ._1hmb, ._3blk, ._564p, ._3bll a, ._5ww2, ._63om, ._63oo, ._3acn a, ._3acn a:hover, ._1ms1, ._1mr_, ._32fv, ._32fv a, ._1mq-, ._34n6, ._3b5i, ._3b4u, ._33gq ._38my, ._5dwb ._38my, ._mum, ._2wmv, ._1yyr, ._1m6, ._3gl8, ._vdp ._vds, ._5_h1, ._y1p, ._2qsv, ._20wd, ._20wj, ._20wp, ._1zid, ._4_j7 a, ._5kyp .action a, ._38de, #u_0_z ._2nlw, ._3s33, ._5jn4, ._3cop:hover, .e_15ru1yhu34 .r_15ru1yhu35, .e_15ru1yhu34 .q_15ru1yhu32, div.selected-intl-region-link1 .selected-intl-region-link1, div.selected-intl-region-link2 .selected-intl-region-link2, div.selected-intl-region-link3 .selected-intl-region-link3, div.selected-intl-region-link4 .selected-intl-region-link4, div.selected-intl-region-link5 .selected-intl-region-link5, div.selected-intl-region-link6 .selected-intl-region-link6, div.selected-intl-region-link7 .selected-intl-region-link7, ._6lh._8yd ._6lp a, ._iyo, ._2v5c a:hover, ._3xcw ._4h_-, ._2eo5, ._5mm1, ._5tjw, ._4c1a div, ._2n67, ._9eh, ._1z_ a, ._2d7s, ._5qc3._5qc3 a, ._1rg- a, ._1te1, ._2-x8, ._grm ._grr, ._5ls0:hover ._5ls1, ._2qgs a, ._2in7:hover, ._2nlw:hover, ._4bsb, ._3s6w:hover ._3s6x, ._3427, ._1d6i .fcg, ._5dwo, ._36eh ._53fs ._53ft, ._4ee_ ._4ef1, ._3uh4 ._3uh8, ._3qb_, ._608z, ._3x9y, ._6091, ._601h ._h1k a, ._601i ._h1l a, ._1db2 ._3t0s a, ._1rg-, ._1rgw, ._5jkz, h2._2s4h, a._5xx9, li._58md, ._59u_ a, ._z6x ._5dwo, ._3ban h2._5xm_, .paragraphWidth a, ._1awm li._4gg:last-child a, a._10r, ._2ph_ a, ._2mch a, ._2mch a:hover, ._5-cw a, ._374d a, ._4xbk ._40jq a, ._19qm, ._4vpd a, ._7sr, ._7sk a, ._1y30, ._y5_, ._k7g, ._tph ._tpl, ._1anp, ._5u91, ._5u92 ._5u94, ._5u92 ._5u95, ._2ms2, body, textarea, label, .inputtext, .inputtext.textInput, ._63ey, ._588p h1, ._588p h2, ._588p h3, ._588p h4, ._588p h5, ._cdp, ._cdp:hover, ._3cx7 a._3cx9:hover, ._3cx7 a._3cxb, ._1e6p, ._4ka9, ._4kac, ._4kad, ._4kaa, ._3m9, ._uty, ._3nx0, ._60mc a, ._hh7, ._19jt, ._4lh7, ._41kd, ._34e, ._17w2, ._llq, ._1aa1 a, ._8k_, ._70k ._4sl-, ._5z74, ._tzn a, ._51sx, ._3lji, ._1vy8, ._5gnb a, ._33vv, ._5z7c a, ._5vb_, ._5vb_ #contentCol, .text_exposed_root a, ._1bk_ a, ._2xh0 ._2xh7, .uiMenuItem .itemAnchor, .fsxl span, ._6mt, ._6mt a, ._3soi, ._3soi:hover, ._3op_, ._42xe a, ._2jma, ._1vgt a, ._5l2d, ._1d6h, ._1orr a, ._36bx ._u_3, ._dta, ._dta a, .uiHeader h2 a, ._5lbt a, .navlink, ._2kcr, ._fy2, ._hh7 a, ._2pi9 a, ._4djt, .__ji a, ._14jn, ._19sz a, ._4x8y a, ._3lcw, ._18c-, ._19bs, ._n28, ._4744 a, ._50f3 a, ._3bhy, .__d ._5a>._gc, ._1h1 ._1hqh a, ._3uzu, ._4zbp, ._50f4, ._1ii5, ._2ye1, ._2ye2, ._3087, ._3x7_ #fb-timeline-cover-name, ._5hue>a, ._1z7g a, ._5xd->a, ._src, ._5kwj a, ._3-9i, ._4wzs, ._5-3d a, ._9i3 a, ._17ji, ._17jj, ._15wj, ._2uid, ._3vsd, ._2iz9, ._3fes, ._1sdi:hover, ._1sdd:hover, ._1sdd, ._2s25, ._4j2w, ._4j2x, ._14vf li._16-z, ._16-z, .uiIconText, ._55t1 a, ._7ty, ._7ln:not(._7lm) .ellipsis, ._4wcr ._3c6f, #u_5a_q, #u_5a_r, .uiMorePager a:hover, ._5qtp, ._1cp2, .userContent a, ._4z-w a:hover, .UFIReplySocialSentenceLinkText, ._4bl9 a, .UFICommentActorName, ._5pco a, .UFIShareLink, ._p, .UFIPagerLink, ._6-6, ._40jz a, ._fwx, ._2le1:hover, ._fwx a, ._hli, .hasCaption a, ._3t3:hover, ._5f4c, ._6m6 a, ._1nd3 a, ._3075 a, .nameText, ._1zv1 a, ._5_xt, ._5e7- th.label, ._-7h, ._1a_1 ._1a_3 span, ._1a_1 ._1a_7 span, ._2rw4, ._5mty, ._e0_, ._517h, ._59pe:focus, ._59pe:hover, ._4b4x:hover, ._koh li, ._y8, ._4uqa, ._1da7, ._47vj, ._5c3d, ._1_nd, ._40us, ._1_u-, ._2ild, ._4-ss>*>tr>th, ._x94, ._8db, ._3au0, ._2m80, ._5dwa ._38my._cdn, ._559z ._545r, ._5zie, s._2ye1, ._2ye2, ._1_1w .fwb, ._1_1w .profileLink, ._1_1w>a, ._vwp, ._33gp ._38my, ._5dw9 ._38my, ._4ax_, ._1rnj, ._fe0, ._fd-, ._7_f, ._5-cy, ._aqf, ._30gf, ._61z_, ._b19.selected ._b1a, ._b19.selected ._b1b, a:hover ._b1a, a:hover ._b1b, ._5xhp, ._5xhp span, ._5xhp a, ._2jly, ._7lt ._7lx .uiLinkSubtle, ._7lt ._7lx ._50hf, ._7lt .fanCount, ._927, ._svg, ._39la, ._asu, ._3wxb ._1a_3 span, ._3wxb ._55hu, ._3wxb ._1a_7, ._3wxb ._1a_7 span, ._3wxb ._1a_7 ._3f6a, ._3wxb ._1a_7 ._o2k, ._3wxb:hover ._1a_3 span, ._3wxb:hover ._55hu, ._3wxb:hover ._1a_7, ._3wxb:hover ._1a_7 span, ._3wxb:hover ._1a_7 ._o2k, ._3wxb:hover ._1a_7 ._3f6a, ._1a_0:hover ._1a_3 span, ._1a_0:hover ._55hu, ._1a_0:hover ._1a_7, ._1a_0:hover ._1a_7 span, ._1a_0:hover ._1a_7 ._o2k, ._1a_0:hover ._1a_7 ._3f6a, ._4vb9 ._1a_3 span, ._4vb9 ._55hu, ._4vb9 ._1a_7, ._4vb9 ._1a_7 span, ._4vb9 ._1a_7 ._3f6a, ._4vb9 ._1a_7 ._o2k, ._1hgw ._1a_7, ._1hgw ._1a_3 span, ._1hgw ._55hu, ._1hgw ._1a_7 span, ._1hgw ._1a_7 ._o2k, ._1hgw ._1a_7 ._3f6a, ._4vb9 ._1woq>div>div, li._1a_0:hover ._1woq>div>div, ._3wxb ._1woq>div>div, li._1hgw ._1woq>div>div, ._5q3i, ._zok, ._29u4, ._5eha, ._29u3, ._87x, ._u26, ._87v, ._39pj, ._1amz, ._1an0, ._5lae, ._5lad, ._5lac, ._39pk, ._4tk8, ._4tkb, ._5q3k, ._4tkc>div b, ._5kzf, ._3g0e, ._3g07, ._1zrw, ._2qo7, ._7c_, ._7cl, ._4tjz, ._1w_0, ._1w_1, ._2l3_ ._53ij>div>div:first-of-type, ._7cm, ._4tjy, ._2-uq, ._2-up, ._2-ui, ._18kp, ._3o5t, ._3o5q, ._3o5r, ._2tga, ._y8y, ._2er9 ._1hqh ._4jq5, ._2qo9:hover, ._4867, ._5mcd, ._5mce, ._2f2w, ._1gpo, ._4uov, ._eb6, ._eb5, ._3es3, ._ipm, ._1xxq, ._3cn0, span._191t, ._1d5q, .__xn, .__xn a, ._3ion, ._3z6, ._1_ex>._1_ez:before, ._55xm, ._25ih, ._25ik, .uiTooltipX .tooltipContent, ._4g7f, ._2591, ._3r_2, ._4jtg, ._42kn, ._1xxs, ._22qy, ._3c5_, ._26z1, ._c0o, ._2-fy, ._1olv ._3cr5, ._1olv ._3cky._3cr5, ._1olv ._3ckz ._3cr5, ._1olv ._3ck-, ._1yw, ._3j4r, ._4-i0, ._79s, ._2zn2, ._3quh, ._6lh ._8yb, ._6lh ._8yb a, ._4ee_ ._22fj, ._5z1f:hover ._5z1h, ._-cl, ._5y0c, ._2g1v, ._318f, ._3pte, ._b8l:hover, ._3vdy, ._1awi ._1awl, ._1awi ._1awk:hover, input, ._5551, ._d00, ._d01, ._59k, ._z-z, .touchable._z-v, .UFILivePinnedCommentLabel, .mp, .mp-sidebar-filter, .mp-header-search-box input, .mp-header-search-box input:focus, ._5px3, ._2_3u, ._5npl, ._3-9y, ._32w2, ._32w3, ._n22, ._n27, ._4l5g, ._4l5h, ._4w2j, ._n22, ._1qst ._55pe, ._29dz div, ._3oyq:hover, ._xny, ._3-8m, ._43rm, ._5jn1, ._5hp9, ._2as-, ._33w5, ._-8, ._36t2, ._3d_z, ._13wm, ._3e00, ._9mz, ._1lqe, ._4syn, ._4iki, ._1o_c, ._1vhc, ._2c5x, ._1-b3, ._46ct, ._4rph ._4rpj, ._2y8z, ._4g0h, ._3xcx, ._3qk-, ._kdk, ._-7c, ._2c9i ._19jt, ._374c, ._3szq, ._5aov ._5k6-, ._5mur, #captcha_response, ._ewv, ._499_, ._57i_, .t_1bs_jiqkrw .y_1bs_jiqkrx, .t_1bs_jiqkrw .e_1bs_jiqkru, ._4g6e, ._23h7, ._4l3j, ._3yjw, ._4syj, ._3jjf ._55pe, ._2div, ._53w0, ._5y4o, ._5591, ._5kn3, ._3w-h, ._tpd, ._3jv6, ._2zkn, ._32-_, ._57ex, .touch .input._59tw, ._4qas, .touch ._4mo, ._2s23 ._59k, ._2s23 div[style*=\\\"color:\\\"], ._u2d ._u2g, section._32l5, .touch .btnS[disabled], ._1aau, ._1mwn, .touch .profileHeader .name, .touch .mTypeahead .jx-result .primary span, .touch div.sharerSelector, ._2j2k, ._5_6e, ._52j9, ._6zf, ._1ii2, ._1ii3, ._bji, ._484w, .touch ._4_xl ._5c9u, ._5xul, ._5c4t ._1g06, ._5wbp, ._2tbu, .fcl, .blueName, ._56bt, ._56bt ._58gn, a._56bt, ._3c9l, ._3bg5 ._52x2, .touch .structuredPublisher .btn, .touch.x2 .structuredPublisher .btn, ._rnk, ._52ja, ._5j35, .invite_list .invite_list_column .invite_email, .summary_bar, ._54v6, ._54v3, ._jqu, ._4dyr, ._1jf7, ._23h6, ._52id, ._4sqx ._5g5z, ._rsk, ._15na, ._41yq, ._1z7g, ._2-gz, ._4jq5 span, ._3vgh, ._yl9, ._pf, ._5c1v, ._559a, ._mkd, ._5k9x tbody td, ._5k9x thead th, ._zw8, ._5mse, ._1n6, ._579o, ._5wd4 ._59gp, ._5hy4, .wordmark .wordlink, .uiP, .heroPara, .ie8 p, .ie8 .uiP, .ie8 .heroPara, .section#payments h1, .section#payments div, .section#payments p, ._w_m, ._2auw, ._1cak a, ._1cak em, ._1cak div, a[role=\\\"button\\\"]._51ii span, ._1_wg ._1_wi, ._1_wg ._1_wj, ._4eys, ._4h3c, ._3403, ._aou, ._e8t, ._38cz, ._38c-, ._75e span, ._pac, ._pac a, ._5r7f ul, ._11a .metadataFragment .placeToken, ._11a .metadataFragment .withToken, ._11a .metadataFragment .askFriends, ._11a .metadataFragment .og_composer_object, ._2lj3, ._19s-, ._1v2w, ._4w6, ._2fvv, ._s0p, ._4oy, ._4660, ._3tr, ._3tr a, ._3ts, ._2gbs, ._48g3, ._2sy- ._3yz8, ._oxb, ._ox5 ._oxe, ._ox7 ._oxc, ._owy ._oxb ._oxc._oxe:hover, ._owy ._oxb._ox7 ._oxc:hover, ._owy ._oxb ._oxc:hover, ._387d, ._387i, ._2e9n, ._4-xi, ._5p3j, ._4qg-._5cim, .m_17_6nvbj-5 .n_17_6nvbj-4, .m_17_6nvbj-5 .w_17_6nvbj-7, ._5mac, .uiTypeaheadView .bucketed .header .text, .uiTypeaheadView .search.updatedSuggestionRows .text, .uiTypeaheadView .search .text, .uiTypeaheadView .search .seeMore, .uiTypeaheadView .search .seeMoreV2, ._26-d, ._1rml, ._1rm1, ._1rm4, ._1rma, ._h0f, ._588p, ._4wm8 ._1n3b ._38io, ._b-s, ._1wmv ._51-m blockquote div, ._13_m>._38io, ._4a9z, ._5vnu ._45su:hover, ._5vnu ._45su:active, ._5vnu._5qhz ._1hqh ._45su, ._5jd7, ._5jdb, ._5vhe ._3y3p, ._tzc, ._2yve, ._2yvf, ._tzc p, ._1rlx, ._4a2l, ._4a2g, ._47od, ._2req, body ._58_u>*>tr>th, body ._58_u>*>tr>td, ._1mv5, body._4c1z ._176g, ._5rvc, ._6s, ._1cir ._3_xs, ._3_-3.homeFixedLayout ._3r7c .truncatedNameWithTooltip, ._2ujl, ._2wuv, ._h24, ._23mm, ._5gmx, ._5z7c, ._1r50, ._3s1-, ._2wuq, ._26ac, ._-x6, ._53mo, ._40m_, ._4bo2, ._2l_0 ._4209, ._53gb, ._34x4, ._3u1y, ._280r, ._280s, ._33gi, ._33gj, ._4vi0, ._mp-, ._mqj, ._1giw, ._5ail, ._sig, ._9i3, ._5awc, ._5baw, ._5c6j ._3smp, ._3nmk, ._2n7s, ._rio ._58z_, ._4fx5, ._4uq6, ._24nl, ._4uqc, ._1je5, ._26op, ._3con, ._586h, ._5eay, ._5wn5, ._4g6z, ._2qe, ._g3i span._38my, ._1tm1 ._1hqh ._4jq5, ._146q, ._1477, ._147a, ._tzp, ._58-r, ._1_ex, ._3549, ._2bbo, ._5dwm, ._1_ey, ._2jfb, ._z6x, ._4qzk, ._5vaf, ._1kj2 ._41d6, ._p6f, ._xdl, ._5x_j, ._5x_r, ._52sw, ._52sx, ._5cw3, ._40mo, ._55xt, ._599p, ._6-7, ._75e, ._75k, ._39g5 ._75e, ._2wma, ._2wmb, ._54nh, ._3f-h._3f-i, ._3f-h, .uiSideNav .item, ._4tvz, ._39g6, html ._zho, ._33e, ._1hm7, .__tw li.jewelItemResponded, ._j4h, ._4vg4, ._58zy, .poll_choice label, ._sg3._sg1, ._5778 ._51cp, ._iwu, ._21jh, ._21ok, ._1c0q, ._1c0s, ._7f-, ._405z, ._alf:hover, ._2sl4, ._5esr, ._58mq select, .uiStickyPlaceholderInput .placeholder, ._15lg, ._15lf, ._5wvt ._5cl4, ._5wvt ._4tdg ._5m3_, ._5wvt ._4tdg ._5dg3, ._16l6, ._1a_t ._3crq, ._5ugf, ._463q, ._5rg, ._5na_, ._2ecj, ._454y ._1mj0, ._5rzs .uiHeaderTop .uiHeaderTitle, ._5dw9 ._38my, ._5rzs .uiHeader.uiSideHeader a, ._3c_:hover ._3sz, ._3s- ._3sz, ._33hy ._554b:hover, ._4o52:hover ._3sz, ._3c- a, ._5rzs .uiHeader.uiSideHeader h6, #rightCol ._5rzs .uiHeader.uiSideHeader .adsCategoryTitleLink, ._3l4n, ._15px, ._5rzs ._9qc ._38my, ._35sk ._53bl, .litestandClassicWelcomeBox.fbxWelcomeBox a, ._4f3a, ._c24, ._5108 .addFriendText, ._duz, ._5108 .FollowLink, .__6k, .__6l, ._36zg, ._4mq3 .fbNubFlyoutTitlebar .titlebarLabel, .uiHeader h2, ._4cwn, ._12p8, .litestandClassicWelcomeBox.fbxWelcomeBoxSmall a, ._3scn, ._bui ._5afe, ._bui .subitem, _bui ._5afe, ._4n9u, ._bui .subitem, ._5pbw, ._5pbx, ._vmt, ._3v6c span._38my, ._4yrd, ._2jyf, ._m_1 ._2aha, ._5re, ._5rf, ._50f8, ._1g5v+._4arz, ._59pe:focus, ._59pe:hover, html ._4lh ._1zw6, ._5rzs .uiHeader.uiSideHeader, .uiButton input, .uiHeader h3, .uiHeader h4, ._1y2l .author, ._1y2l a.messagesContent:hover .author, ._18tn ._18to, ._1y2l a.messagesContent:hover .author span, ._1y2l .subject, ._1y2l a.messagesContent:hover .subject, ._1mzr, ._1e07, ._5vb_ #contentCol, ._5vsj._5vsj._5vsj, ._5yk1 ._1p1u, ._5qtn ._5qtp, ._4jy1, ._4jy2, ._2eu_ ._36zg, ._55y4 .sectionDragHandle, ._70n, ._50f9, ._r7, ._r7 a, ._l1, .openToggler ._2jq5, ._2jq5:focus, ._g3i, ._364g, .fcb, ._2jq5:hover, ._4un6, ._4-i0 ._52c9, ._2yiu, ._2t4s, ._5xmz._5wcf, .fbTimelineUnit, ._416u ._4ixr ._3smp, ._498i, ._5hpw ._5hpx ._5hq1:hover, ._5hpw ._5hpx ._5hq1:focus, ._5hpx ._5hq1, ._416u ._5q9i label, ._58al, ._5n27, ._5pwr:hover ._5pws, ._47__ ._5pws, ._1rv, ._5vf h3.uiHeaderTitle, ._5vf .uiHeaderActions a, ._517h._42fs, .uiSearchInput input, ._1032, ._iqq, .fbReminders .fbRemindersStory .fbRemindersTitle, ._4fzb ._5pco, ._4fzb ._5pco p, .fbSettingsList .fbSettingsListItemLabel, h1.marketingHeadline, .inputpassword, .uiInputLabelLegacy label, ._58mt, ._5h55 ._1ui6, ._4_ci ._4_cj, ._18s4 ._4_cj, ._59_o, ._57ne, ._4na1, ._5vrk, ._2jse ._2jsf, ._5iyx, ._2_68, ._5963, ._1exz, ._5t-9, ._3dq0, ._1bil, ._2_k_, ._14az, .pop_content h2.dialog_title, html ._55r1, ._40jr, ._iyc, ._5n0u, ._4nl- ._37xz._37xz._37xz._37xz, ._1t3m, ._3od9 ._3_xs, ._3od9 ._3oda .itemAnchor, ._1cis ._3oda ._54nc, ._5n0v, ._3652, ._1cis ._3odd ._54nh, ._jl_, ._5v3v, ._ko6, ._3sts, ._5fdd, ._3bx9 ._2-t3, ._2ezy, ._54ne ._2ezy, ._54ne ._2ezz, ._57_- ._38my._5803, ._2qgs, ._5po3, ._b37:link, ._b37:hover, ._b37:active, ._b37:visited, ._2yap ._2yav, ._5tur, ._5tus, ._6nw ._3nm ._5a_, ._3nm ._5a_, ._30zy, ._54yq ._54yr, ._4qd h3, ._56zh, ._1v-q ._1v-p, ._56zn, ._5778 ._577b, .t_1gwld1sc68 .y_1gwld1sc69, .t_1gwld1sc68 .u_1gwld1sc6a, .m_1gwld1sc63 .t_1gwld1sc68, .fbNubButton, ._53ad, ._21z1, .m_1gwld1sc63 .t_1gwld1sc68 .u_1gwld1sc6a, ._5wvt ._5lz7, ._5wvt ._578f, ._2ddh label._2hi3, ._2vl4 ._2vlj, ._2gtz, ._2vlk, ._26l, .uiTypeaheadView li, ._5ewi ._5mtx .uiHeaderTitle, ._6m2:hover ._275z, .fbCalendar .fbCalendarItemDayNumber, .fbCalendar .fbCalendarBoxHeader, ._4lmi ._509y, ._4lmi ._50a1, ._2kml, ._24s0, ._4b7k, ._3leq, ._1f, .fbNub._50mz.highlightTitle .fbNubFlyoutTitlebar .titlebarLabel, ._5b8h, ._53ii ._47lu._47lv, .fbNub._50mz .titlebar .titlebarText, .fbNub._50mz.highlightTab .fbNubButton .name, .fbNub._50mz.highlightTab .fbNubButton, .fbNub._50mz.focusedTab .fbNubButton .name, ._580i, ._4x0h, ._3enj:hover, ._3enj:hover ._3eni, ._3enj:hover ._3enh, .navHeader, .navHeader a, ._5so3, ._5so2, ._5qg7, ._5qg7 a, ._3zsi, ._3zsi a, div._4wo ._4wq ._4wr, .uiToken, ._5rai, ._5r5c ._5rq_, ._5raa, ._5rab, ._5ewi .ci_design_compact .uiHeaderTitle, ._55ur a, ._55v0, ._5f9e, ._5z0i, ._e0v, ._18be, ._4qba, ._2ll5:hover, ._5r_g._1f9c, ._2ll7, .__tw .jewelFooter a:hover, .__tw .jewelFooter a:active, .__tw .jewelFooter a:focus, .seeMore, ._38xr ._54nf ._3qxy ._54nc:hover, ._38xr ._54nf ._3qxy ._54nc:focus, ._ohe, ._ohf, ._2jnv, ._2jnx, ._2jnz, ._2jnx ._30e7 ._5j5f, ._1ht6, ._nd_ ._hh7, ._2i-c ._54ne ._54nh, ._2i-c ._54ne ._54nc, ._2i-c ._54ne, ._2i-c ._54nf ._54nh, ._3i_m ._9ah ._57e_, ._4nv_, ._fjp, .audioCall ._4uwq.transparent, ._3q34, ._3z53, ._2f5n ._29ey, ._14-9, ._5i_d .__6l, ._17cj ._a16, ._2n1t, ._2r2v, ._1ht3 ._1htf, ._1hzo ._2rr5, ._2rr4:hover ._2rr5, ._2rr4 ._2rr5, ._2jx8 ._2jx9, ._43x8 ._43xb, ._54ne ._48u1, ._3qg0 .metadataFragment .placeToken, ._3qg0 .metadataFragment .withToken, ._3qg0 .metadataFragment .askFriends, ._3qg0 .metadataFragment .og_composer_object, ._3qg0 .metadataFragment .productItemToken, ._1qdd, ._1qdd a, ._1e9r, ._1e9r a, .fbCalendarGrid .fbCalendarGridDayHeader, ._4129, ._4129 a, ._2oj3, ._1zm9 h6, .fbSettingsList .fbSettingsListItemSaved, .fbSettingsList .fbSettingsListItemEdit, ._480u>input, ._480u>label input, ._480v>input, ._480v>label input, #password_new, #password_confirm, ._5y4-, a._12bh ._12bi, ._2-sm, ._2r84 ._b37:link, ._2r84 ._b37:visited, ._4v8x, ._5rl2, ._4j_k, ._2x8n, ._5s1e, ._5ocv, ._5s1g, ._2x8q, ._qvd, ._5i6p, ._5cv, .fbPrivacyCustomControl th, ._5i_d .__6k, ._4u7d, html ._5rz ._4psd, ._538r, ._p0g, ._5vwy a, ._5vwy:hover a, ._5vx7 ._45hd a, ._5vwz a, ._5vx7 ._45hd:hover a, ._5vwz:hover a, ._2kmn, ._2kmn a, ._2kmn a:hover, #u_f0_q, #u_f0_r, .uiTypeaheadView .selected, .uiTypeaheadView .selected a, .uiTypeaheadView .selected div, .uiTypeaheadView .selected span, ._4nr6 font, ._4nr7 font, ._55ln, .fbFeedTicker .tickerStoryClickable a, .fbFeedTicker .tickerStoryClickable .passiveName, .fbFeedTicker .tickerStoryClickable .token, .fbFeedTicker .tickerStoryClickable ._58cl, .fbFeedTicker .tickerStoryClickable ._58cn, .fbFeedTicker .tickerStoryClickable ._58cm, ._42fu, ._1frb\",\n\t\t\"{color:var(--text-color-first, #dfdfdf)!important}\",\n\t\t\"\",\n\t\t\"._88c2, .zm6zxeuj, ._3ihp, .friendBrowserContent ._7fcd, ._6-gr, ._kmc._7kpg ._1p1t, ._2wy4, ._7ht_, ._4sze ._6ajd ._6aje, ._6hpd, ._6auo, ._3_t2 ._4zlu, ._67tw, ._2k-d, ._32l-, ._3nid, ._19g8, ._rpp, ._2sap, ._17ug, textarea::-webkit-input-placeholder, ._lro, ._1ojv, .friendBrowserRedesign ._7fcd, ._7ebh, .m07rl9l2, ._7jp0, .t6hjrj4n, ._6wp4, ._6coi, ._7o81, ._6v_1, ._6v_1 a, ._6v_d, ._6v_d a, ._6-cm, ._6-cm a, ._1oa4, ._4-9 a, ._6rde, ._33zy, ._6czj, ._1nc6 ._72_y, ._1nc7 ._72_y, ._6gul, ._397i, ._5v3q ._5pcp._2jyu span, ._78j-, ._6ro-, ._6yyg, ._deq ._dgn, ._1y8x, ._6jyb, ._6ce9 ._6d4j, ._74lb, ._7blb, ._lic, ._4f2e, ._4w9v, ._6mkn, ._67l2, ._69g3 ._69g2, ._7bl4, ._3bep, ._7c-t, ._3eom, ._6qw8, ._3bu3, ._6qw7, ._6hnh, ._65td:empty::before, ._6qw3, ._6lfa, ._6shi>span, ._3-uf ._3-ur>span, ._231w, ._2w-9 #previewAttachmentSubtitle._5s_a, ._o38, a.UFIReactionLink, a.UFIReplyLink, ._6ng7, ._53px, ._zfd, ._3j0u, ._3obc, ._266w, ._6qq9, ._lie, ._fip, ._62xw, ._5_-e, ._4aty, ._3ksa, ._42ak, ._1y4a, ._63d_, ._44bj, ._65qv, ._5j9u, ._63pw, ._kvl, ._42xe, ._t3q, ._1tvz, ._1-3h, .UIShareStage_LightText, ._4p49, ._39zr, ._ucr ._ucq, ._5jq6, ._5bpb, ._2ll8, ._3-95, ._46l-._628k, ._alh, ._5wi1, ._4g6i a, ._ds- a, ._62qm a, ._2ru- ._2gmk, ._htz, a._39g5, ._35zo a, .FBEntityLinkStatsText, ._yul, ._1_kk, ._3-8t, ._1rbs, ._4lv8, ._16n5, ._48pn, ._1awm a, ._1w59, .menu_login_container .login_form_label_field label, .menu_login_container .login_form_label_field a, ._3_-q, ._688e, ._1bl-, ._361t, ._5pj, ._1-b4, ._3qgc, ._1sx5 ._nao, ._2do6, ._2j_u._749, ._4jx5, ._4egr, ._4eg9, ._1hib, ._48mq, ._30y7 a, ._5wvt ._5lzd, ._r-f, ._3zag, ._r-f.fcg, ._30y7, ._30-3, ._30-z, ._30-g, ._30xx, ._2gk6, ._11vo ._3els, ._2ey0 ._2ey1, ._2ey0 ._2ey2, ._2ey4, ._4ap3, .fbSettingsRemovablesRemove span, ._2wi6, ._1dmn, ._45va, ._62pc, ._27lz, ._62-1, ._696r, ._4i1z, ._572e, ._akd, ._5y12, ._4hq3, ._3yss, ._3ys_, ._3ys_>em, ._4brp, ._44h3, ._1j6k, ._23tv, ._28dt, ._3eqz ._6m3 ._59tj, ._h8c, ._13db, ._36nm, ._3-oa, ._3lc_, ._33nz, ._1nk5, #captcha .captcha_refresh, ._5hy9, ._210n, ._210n a, ._210n ._2yib, ._4efo, ._45a0._45a1, ._rzy, ._1uwm, ._6747, ._1-u_, .__2v, ._12q9, ._3vay, ._2fud, ._3va_, ._2jeb, ._4qhf, ._66w9, ._380z, ._2s0i, ._1v-m, ._1mtb, ._40x8, ._2xrg, ._5a6h, ._10wf, ._12b5, ._41p_, ._176k, ._3cse, ._25hm, .prettyprint .lit, ._5ia1 ._5ia2 table td p, ._5e8f a, ._2t_e ._2t_g, ._1vkw ._i97, ._3cgc, ._3cgb, ._o9h, ._o9g, ._685i, ._680x, ._1g_f, ._2_kt, ._gco, ._3kvx, ._3-lo, ._14vg, .touch ._3jc1, ._2giz, ._1tcc, .touch ._45fu ._18qg ._1_ac, ._1e8d, ._io2._iop, ._5hod h2, ._3z10, ._3c9m, ._3ayi, ._1_ig, .touch a.sub, ._1hdh, .touch ._5-7t, .touch ._1ubs, ._3clv, .touch ._4i9j, ._3-_c ._3-_f, ._52ig, ._239z, ._2rbw, .touch ._2rbw ._41nw, ._5zgx, ._3jqm, ._57f, ._18a9, ._s66, ._3eqz ._6m3 ._6m7._6m7, ._3eqz ._6m3 ._6m7._6m7 .fsm, ._3eqz ._6m3 ._6m7._6m7 .fwn, ._3eqz ._6m3 ._6m7._6m7 .fcg, ._3eqz ._6m3 ._20l4._20l4, ._3eqz ._6m3 ._20l4._20l4 .fsm, ._3eqz ._6m3 ._20l4._20l4 .fwn, ._3eqz ._6m3 ._20l4._20l4 .fcg, ._20y ._210, ._57mb._3fw6 pre.prettyprint .com, ._3g_v, ._5-24 a, ._16m4, ._4xb1, ._l55 ._l53, ._l55 ._l57, ._l55 ._l56, span.alternate_name, ._18rc, ._2ii0, ._3r5s .description, ._46ts, ._46tu, .ui40Headers ._26z1, .__c9:hover ._31pe, ._vax:hover, ._b2z ._b30, ._b2z ._b31, ._1vhd, ._v7t, ._59ry, .UFICommentActions .UFISutroCommentTimestamp, .UFICommentActions .UFISutroLikeCount, ._47d1, ._618n, ._4x7m, ._2n3u, ._3z96, ._161p, ._3t0c, ._23f2, ._15wh, ._58p5, ._2l3g, ._4dml, ._4dml a, ._30n-, ._30n_, ._mxc, ._j-g, ._j-h, ._j-h a, ._2iex, ._nc1, ._hko, ._3_d9, ._3sdf, ._2uk9 ._60is, ._2uk9 ._60ir, ._5yn, ._i9r, ._53ii ._53ij .pageByline li, ._5uvs, ._1t-l, ._21qx, ._2wxf, ._5946 ._45yr, ._5_g6 .fbPhotoAlbumHeaderText, ._3-lc, ._28jh, ._5s9z a, ._5s9z, ._9y5, ._3mqf, ._5-sd, ._2zdr ._2zda, ._2zdr ._2zda a, ._4je3, ._5dw9 ._45hc a, ._k3n, ._mzo, ._1qk_ a._39g5, ._50hf, ._31yn, ._kd_, ._62c5 ._5s-c .title, ._3vu6, ._1isr, ._438 a, ._69d ._69h a, ._56zg._yt- ._56zj div, ._1ys_, ._54aq, ._1yto, ._qnk, ._1nao, ._12xf, ._62lp, html ._4lh ._2-d1 li a, ._213d, ._213d:hover, .touch ._4mp, ._hdn._hdn, ._24u1, ._24u0, .touch ._31y7, .touch ._2pbs, .touch ._3n6d, ._5xze, ._5xzg, ._3_06, ._1m2u, ._5rgs._5rgs a, .touch ._u42._u42 ._29z_ a, .touch ._5c9u, .touch ._5ca9, .touch button._5c9u, ._2b08, ._2b1h a ._4ayk, ._31qk, ._35ch, ._35ci, ._4ar-._3qzi, ._4ik5._4ik4 span, ._lie>a, ._fip, ._62xw, ._6nw ._52gg, ._52gg ._52gh, ._52gg ._52gd, ._52gg ._52ga, ._52gg ._52gb, ._52ge a, ._47cv ul a, ._qlr, ._18nm, ._478w p, ._vvy li, ._299d, ._3qng span:first-child, ._1umw, ._53aa, ._53ab, ._57q5, ._5575, ._egb cite, ._1rf8, ._3fvd ._540u, ._3kkf, ._3kkg, ._2f_o, ._2f_o a, ._3r08, ._4up .xexplain, ._1xh9, ._55g_, ._55h0, ._55g- a, ._5v3q .z_17_6nvgbsh .f_17_6nv8-7z, ._5v3q .t_17_6nvgeg0, ._2f50, ._33xb, ._37e1 ._37e6, ._37e1 ._37e6 a, ._-l0 ._4uhz a, ._2zam .ego_title .alternate_name, #fbPhotoSnowliftTimestamp ._39g5, ._50f8 ._39g5, ._1pfy>a, ._1pfx, ._698 ._5qo4 ._39g5, ._580h, .uiGroupsAddTypeaheadView .member.selected .text, .uiGroupsAddTypeaheadView .member .text, ._3g8a, ._1u3y, ._18fn, ._dbr, ._4mlu, ._2pxf, ._60di, ._1nme, ._52pb, ._46lx, ._5wr, ._5fvg ._3ala ._3b66, ._14xs, ._eyz ._ey-, ._1yd8, ._301g, ._38u4, ._7vs, ._5l_7, ._hwb, ._3ais, ._1f01, ._2yiv, ._4g26, a._30_7, ._5aeq, ._5aeq:hover, ._5aeq a, ._5aeq a:hover, ._1l__, ._31_d, ._5wzs, ._5wzt, ._47gb, ._r3j, ._7yi, ._3rne, ._3qg6, ._4q1v a, ._5sge, ._4bl9 ._6234, ._2vq9 a, ._43q8._49c8>a, ._43q8._49c8>span, ._3kti, ._jf4 ._jf3, ._oww, ._3akm, ._ox5, ._ox0, ._3akl, ._9te, .g_1gwld1nl20 a, .g_1gwld1nl20.v_1gwld1ti2u a, .g_1gwld1nl20.u_1gwld1sons a, ._3hvd, ._hik, ._2yug, .localeLink .notPublishedLocale, .regionLink a, ._5rwf._5rwg.fbx #pageFooter a, ._5rwf._5rwg.fbx #pageFooter .copyright div span, ._4clz a, ._1zmx, ._39e3, ._39e3 a:link, ._3nml, ._1jv4, ._3qmz section, ._o2v, ._4kdp, ._23ms, ._3gxf, ._2n0z a, ._3v2i ._2ztj._m_6, ._2zj5, .mp-load-more a, .mp footer a, .mp-menu a, .mp-post .mp-post-excerpt, ._2cw9, ._5198, ._4g89 ._4g8a, ._4g89 ._4g8a a, ._mfs, ._3h1q, ._1rus, ._4kzr a, ._4kzt a, ._1m1x, ._1k4b, ._53wl, ._2_s5>a, ._4nr7, ._21f, ._62ix, ._3iob, ._4cjf, ._1s45 a, ._kq9, ._4p2o ._kq9, ._42bz a, ._2v2p, ._duq, ._16du, ._4ovj, ._5v3q .h_1gwld1nce9, ._3v_j span, ._63pu, ._5v3q .g_1gwld1nl20 .n_1gwld1uy4w, ._4p8z, ._1dro ._1drq, ._4c_y a._4c_-, ._2aku, ._3xre, ._1_lj, ._204q, ._62bz, ._204o, ._412d a, ._3oq0, ._45jd, ._1wh1, ._26jg, ._2dmm, ._62k9, ._1wga, ._3931, ._39g5 span, a.uiLinkSubtle, ._5l2f, ._5l2f a, ._63p-, ._2gp_, ._3vso, .fcg:not(._6lo), ._6076, ._607a, ._19_1, ._5v9v, ._1oic, ._5r--, ._5u15, ._2ogt, ._1knr, ._1li_ a, ._ifw, ._2le4, ._63op, ._1iup, ._5pcp, ._5pcq a, a._5pcq, ._5pcp .fbPrivacyAudienceIndicator .audienceIcon, ._4wdn, ._23b6, ._2wm-, ._2wmy, ._mut, ._1d7-, ._14_v, ._vdp ._vdr, ._5_h4, ._1yyu, ._54nf ._54nc ._264d, ._2qs-, ._20wq, ._39qa, ._2oxg, ._1zif, ._-iw, ._7lu ._50hf, .fbxPhoto .fbPhotoContributorAction, ._354k, ._7lu ._50hf, ._1f6t ._524d, ._5rc, ._3cop, ._6lh._8yd ._6lp ._50hf, ._6lh._8yd ._6lo, ._6lh._8yd ._6lo a, ._4mpt, ._4mpt a, ._4dyq, ._2v5c a, ._4-y-, ._zyj, ._2d7-, ._43zq, ._9ej, ._5-vn, ._2n69, ._3jk9, ._fyy, .touch ._5qc4._5qc4 a, .touch ._5qc4._5qc4._5qc4 a, ._1osq a, ._6fk ._-ld .UIShareStage, ._6fk ._-ld .UIShareStage_Title, ._6fk ._-ld .UIShareStage_Subtitle, ._6fk .UIShareStage_ShareContent .UIShareStage_Summary a.inline_edit, ._4q1v, ._2vq9 .livetimestamp, ._2vq9 .uiLinkSubtle, ._21m- ._327d, ._60rh ._61ce ._60rj, ._4-j7, ._14-4, ._5kyi, ._1asl, ._2in8:hover, .UFITranslateAttribution, ._3s19, ._4tdt ._4tdx, ._ipn, ._h1k a, ._h1l a, ._3t0s a, ._3xa3 a, ._2w9_, ._3som, ._32n1, ._2dcn, ._2dco, ._36eh ._53fs ._36ei, ._15ua, a._39g3, ._5jkx, ._4ox_, ._4vpc, ._8r7, ._7sr, ._7ss, ._5-r3 a, ._230w a, ._2gee, ._ih3, ._5u95, ._3iue a, ._5yct, ._pup, ._3cx7 a._3cx9, ._34_6 a, ._1i5a, ._4yr-, ._3-v_, ._497p, ._3z58, ._uts, ._5nig, ._5tx0, ._5tx2, ._227s, ._1wva, ._3sp8, ._1lj0, ._8sw, ._55q a, ._2u0y .highlightNode, ._1k3u, ._3xa4 a, ._5xvk ._5xvm, ._1c1m, ._59h8 a, ._3v_p ._59h7 ._5hy9, ._16bh a, ._2-o9, ._2o8x, ._3wkw, ._5yb1, .__d ._gc, ._4kft a, .see_more_link, ._1h1 a, ._3rgw, ._3bhx, ._35xj, ._4zbr, ._4zbu, ._3084, ._5w9f, ._24ok, ._5paw a, ._5paw._4dcu a, ._5paw._14zs a, ._33v4, ._34f a, ._5tef, ._5m10._284c ._5hhj, ._5hhj, ._dl1, ._dl1 a, ._dk_, ._djy, ._5-y5, ._165b, ._284c ._4k8y, ._4k8y, ._23d6, ._2iz6, ._3sga, ._1-0u, ._1y2l a.messagesContent, ._1fsj, ._1sdi, ._4b4x, ._5dw8 a, ._3sz, ._19s_ a, ._4wcr ._3c6g, .uiMorePager a, ._5vb_ ._c51 a, ._44b4, ._5u7u, ._4z-w a, ._3t3, .UFITranslateLink, .UFICommentBody a, ._554b, ._40jz, ._2le1, ._5v3q ._5paw ._3e_2, ._9ry, ._4mjo, ._3652 a, ._37uu ._610i._a7s ._50u4, ._37uu ._610i ._1ysv, ._y-c, ._5_3w, ._4hop, ._54nc ._3i8z, ._e11, ._5vsj .UFINotice, ._4uq7, ._iy9 ._1hmp, ._2wb_, ._1_v0, ._40ut, ._5zd, ._4-ss>*>tr>td, ._x95, ._8do, ._3au1, ._8dm, ._53rq, ._2ah8, ._1je8, ._2fxm, ._2fxs, ._4d4r, ._2h6i, ._5t-2, ._2ku0, ._2ku1, ._tzi, ._tzj, ._2jye, ._5l08, ._270z, ._5l08 a, ._2ye3, ._2ye4, ._lie>a, ._fip, ._2xjg, ._2xjg a, ._1-jc, ._568-, ._1z_, ._3qio, ._10mi, ._fe1, ._1e06, ._7_m, ._1zv1, ._1zbr, ._b1b, ._3ew1, ._5z7d, ._5gnb, ._4je1, ._3uo9, ._5pwy, ._b3x, ._b3x a, ._5unn, ._1aoa, ._1a_0 ._55hu, ._1a_0 ._1tly, ._1a_0 ._1a_7, ._31r8, ._2-ur, ._4tkc, ._u2h, ._87y, ._87_, s._5v3q ._5ypt, ._4253, ._3g08, ._1am-, ._1zrv, ._2-uj, ._2l3_ ._53ij div, ._7d0, ._2er9 ._45hd ._45hd._45hc, ._4-ay, ._2er9 ._4jq5, ._2qo9, ._4c70, ._uyb, ._2ezz, ._4vhy, ._3cnl, ._275y, ._79p, ._av1, ._3cnn a, ._3cnj, ._3ioo, ._32-b, ._3zp, ._3zq, ._5raj, ._11sh, ._3gnp, ._5vrj, ._2592, ._1_6j, ._3uhg, ._eku, ._1tm1 div._4jq5, ._1tm1 ._1b0, ._3k8d, ._57ey, ._3uh4 ._3uh5 ._3uh6, ._3uh4 ._3qug, ._tzk, ._7u2, ._2zn6, ._5wcf ._5znp, ._124x, ._5z1h, ._5y0d, a._1z0k span, ._3ptg, ._1awi ._1awj, ._24-e, ._5559, .mp-post .mp-post-date, ._3h8t, .mp-selector .mp-selector-label, ._5lt6, ._5eje, ._3f7-, ._50nd ._50nc, ._50ne ._50nc, ._24ed div._6mb ._n5n, ._1h7, ._5v0s, ._33w7, ._4ai, ._36t3, ._47ni, ._3e01, ._13wn, ._2p4n, ._5rh4, ._3213, ._5qsj, ._225b, ._3eus, ._5uh, ._2v6o, ._5eu7, ._utr, ._ut-, ._3nx1, ._202-, ._2030, ._202_, ._5qwq, ._2ava, ._3yjt, ._26ad, ._599q, ._1s54, ._ags, ._2-jl, ._3-vs, ._4qq2 ._5e-b ._8do, #create_frame .form .subtitle, ._33t_, ._tpe, ._4qat, ._4qau, .appCenterAppInfo, .appCenterPermissions, ._1u6r, ._ajw, .touch ._5kgn ._52lz, .touch ._52ly ._52lz, ._6u, ._5hnp, ._4u6v, ._3miz, ._2ijn, ._1na, ._1n7, ._rsm, ._mkb, ._55wd, ._1n-y, ._1n-y div, ._1n-z, ._1n-z div, ._1n--, ._1n-- div, ._4-3r, ._1n-_, ._1n-_ div, a[role=\\\"button\\\"]._kro span, ._e8u, ._2ugx, ._4745, ._3z4v, ._9dh, ._9dh a, ._9dh a:hover, ._44pl, ._580c, ._1n3, ._1skd, ._yk1, ._4sak, ._3nm ._3q9, ._akq, ._387e, ._387j, ._1v-q ._1v-v, ._2yep, ._1v2y, ._1v2x, ._2yep a, ._4qg-, .s_17_6nvbjzt .a_17_6nvbjzs, ._2x8l, ._41y6, ._5ewi .ci_design_compact .subfooter, .uiInfoTable .label, ._1rmd, ._1rmk, ._5v-p ._38io, ._4d-c._cy, ._b-t, ._52if, ._4iud, ._5jd4, ._2_2x, ._5vnu ._45su, ._2l2z, ._3sco, ._1m-h, ._5861 ._586f, ._124w, ._5tuo, ._317_, ._1k59, div._1sr9, ._1vap, ._4a2k, ._4x4r, ._6t, ._586-, ._5cb_, ._7tw, ._13yj, ._1jr2, ._po, ._3j4r, ._4vi1, ._mq1, ._354a, ._4qzj ._4qzl, ._mqk, ._4fx6, ._43-2, ._353-, ._1478, ._31q_, ._31rf, ._4kl6, ._5x_o, ._5861 ._586i, ._3sgq, ._18sh, ._52sy, ._55t1, ._75e, ._75k, ._39g5 ._75e, ._5wvt ._578gm ._3con, ._5ess, ._21jk, ._37p8 ._37p9, ._37p8 ._37pa, ._58xh, ._3gno, ._1y2l .preview, ._5rd, ._1y2l a.messagesContent:hover .preview, .uiHeader h5, .uiHeader h6, ._5pco, ._5v3q ._5pcp, ._5v3q ._5pcp a.uiLinkSubtle, ._5v3q ._5ptz, ._5v3q a._5pcq, ._4jzt, ._fwy, ._fwy .fsm, ._fwy .fsm a, ._2nb ._2n3, ._l0, .__6m, ._1n-e, ._4mq3 .fbNubButton .label .count, ._2t4t, ._1nd3, ._6m3 ._6mb, ._6m3 ._59tj ._6mb a, ._29x7, ._1cis ._3_xt, ._1mzy, ._64f a, .fbNub._50mz .titlebar .titlebarTextWrapper, .fbNub._50mz .fbChatTab .name, #placeholder, ._2r80, ._559e, ._18tu, .UFICommentBody, ._5vb_ ._55y4 ._5afe ._2jgb, ._5vb_ ._55y4 ._5afe:hover ._2jgb, ._55oc, ._vmq, ._75e, ._2fb2, #pageFooter, ._27an, ._5c68, ._5hq1, h2.marketingSubheader, ._5h55 ._1ui7, ._4of, ._4n9s, ._1cwg, ._15pz, ._52lp._59d- ._52lr, ._58mu ._58mv, ._58mk, .__tw .empty, .__tw .jewelHighlight .empty, ._24k, ._64f, ._15py, ._5lcm, ._1p1t, ._45mq, ._gs6, ._5v1m, .UFIAddComment .UFIAddCommentInput._1osc, ._558b ._54ah, ._4uyj, ._56zj, ._2vly, ._5r-_.homeWiderContent #rightCol .uiSideHeader a, ._69d ._69h, .j_1gwld1sc5w .k_1gwld1sc5x, ._53ab, ._57q5, .m_1gwld1sc63 .j_1gwld1sc5w .k_1gwld1sc5x, ._5ww7, ._205, ._205 .fragmentUnchanged, .uiTypeaheadView .subtext, ._4127, ._4127 a, ._4128, ._4128 a, ._rb1, ._24s1._24s1._24s1, ._59fk, ._3nim, .fbNub._50mz.highlightTitle .titlebar .titlebarText, ._5v5a, ._3enj ._3enh, .fbNub._50mz.highlightTitle .titlebar .titlebarTextWrapper, ._3enj ._3eni, ._5vl5 ._5xhk a, ._5vl5 a._5xhk, ._5vl5 ._5xhk, ._5a5j ._5a4-, ._yil ._1atz, ._yil ._1atz .sectionContent, ._yil ._1atz .sectionContent .bulletlist, ._yil ._1atz .sectionContent .bulletlist .fcb, ._5qfy, ._5qg4, ._4ww, .fbProfileBylineFragment, ._5r5m, ._5rac, ._5p0a, ._5p0b, ._5p0b a, ._5p0b span, ._3hdt, ._558b ._54nc, ._1ht7.timestamp, ._4nw0, ._1wsg, ._fjq, ._3q35, ._5i_d .__6m, ._3ole, .__tw, ._1ekr ._29ey, ._55ls, ._4flv ._2jx8, ._33g, a._1d9n .timestamp, ._1y2l .time .timestamp, ._1y2l a.messagesContent:hover .time .timestamp, ._1y2l .time, ._3m75 .sideNavItem.sideNavItem.sideNavItem ._2jgb, ._54nc ._48u1, ._5w-6, ._510g, ._5w0o, ._2eu_ ._1n-e, ._1htf, ._2qwi, ._fwz, ._fwz a, ._1qdf, ._1qdf a, ._5599, ._5599 .em, ._8_l, ._8_l a, ._8_o, ._8_o a, ._5cgi, .fbCalendar .fbCalendarGridCellEmpty .fbCalendarDayItem:hover .fbCalendarItemDayNumber, #password_old, .fbCalendarGridCellEmpty .fbCalendarDayItem .fbCalendarItemDayNumber, ._4ag3, ._aqu, ._aqu a, ._6c3 .uiHeaderTop .uiHeaderTitle, ._6c3 .uiHeader.uiSideHeader, ._6c3 .uiHeader.uiSideHeader a, ._6c3 .uiHeader.uiSideHeader h6, ._6c3 .uiHeader.uiSideHeader .uiHeaderActions, ._6c3 .uiHeader.uiSideHeader .adsCategoryTitleLink, ._5v3q ._5g-l, ._56u1, ._7lu ._50hf, ._2x8w, ._5ocx, ._5i6q, ._1suk, ._43f9 a, ._3d0\",\n\t\t\"{color:var(--text-color-second, #979797)!important}\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"/*-------------------- blocks color --------------------*/\",\n\t\t\"/*bg-background*/\",\n\t\t\"._32ut, ._19g6, ._4jm_._4jm_, ._69rb, body.plugin, ._6853 ._1rh0, ._6idi ._6jio, ._6tri, ._6tri._6trk, ._6i_d, ._6b_f, ._6idi, #facebook ._6q1a #contentCol, #facebook ._6q1a #pageFooter, #facebook ._6q1a ._5pr2, #facebook ._6q1a ._5vb_, #facebook ._6q1a ._55fl, #facebook ._6q1a, ._1i6a, ._3ob9, ._3ks5, ._31l8, ._6ajm, ._65qu, ._6yp, ._5zky ._1874, ._1t0u, ._1t0u._1t0v, ._1t0u:hover, ._x3p._49wu, ._2utw, ._1o9r, ._1rpl, ._3tjt, ._64mj, ._6853, ._3r-k, ._104n, ._5g84, ._5g82, ._1upa, ._126d, ._4-bi, ._1pek ._3-w6, ._3-w4, ._440e ._15wh._riu, ._440e:after, #facebook#facebook ._43x4, ._46kk, ._3ma5._61fz, ._38zr, ._6444, ._1hwa, #root._953, ._a-5, ._ojd, ._1jwc, ._5k-2._5m4c, ._1fqk ._2s1y, .touch ._i3g, ._51-g, ._2acy, #facebook ._3rje.fbx, ._475k, ._1hw_, ._o0o ._4sp8, ._4w-b, html ._4lh._o0o, ._4lh._o0o .fbTimelineTimePeriod, ._4lh._o0o .fbTimelineSectionExpandPager .uiMorePagerLoader, ._4lh._o0o .fbTimelineCapsule li.anchorUnit:last-child, ._4lh._o0o .fbTimelineSectionLoading .loadingIndicator, #facebook ._o0o, #facebook ._o0o #contentCol, #facebook ._o0o #pageFooter, #facebook ._o0o ._5pr2, #facebook ._o0o ._4p-s, #facebook ._o0o ._5vb_, #facebook ._o0o ._55fl, ._5rwf._2zeu, ._5e4h._5e2k, ._5e4h ._5e2ks, .uiGroupsAddTypeaheadView .member, ._2k0p, ._ekw, ._4rtl, #facebook ._o0o._5rwf._5rwg.fbx, #facebook ._o0o._5rwf._5rwg.fbx #pageFooter, ._5rwf._5rwg.fbx, ._5rw0, #facebook ._13v2, ._kyy, ._4xqv, ._1wg8, ._4s4v, ._5ml_, ._2s60 ._357t ._357w, ._2s60 ._357t, ._5u8_, ._50c9, ._juy, ._15wh._riu, ._3l9n, ._2-ug, ._32jr, ._39p5, ._4tjv, ._5q3f, ._4wsr, ._1_et, .__1h, ._446w, ._4i-m, .touch ._vee, .mp, ._4k_u, ._2ids:first-child, ._46z8, ._9ms, ._37e2, ._37e1, ._1o_c, ._4i3n ._291t._1kp2, ._2-sm._xah, ._2lqg, .g, ._201w, ._4vb9 ._2fp9>span, li._1a_0:hover ._2fp9>span, ._3wxb ._2fp9>span, li._1hgw ._2fp9>span, .mToken, #addMembersTypeahead .mToken.mTokenWeakReference, #root .appCenterSimilarApps, ._1aau, .acg, .touch ._4gj2 div._5y57::before, .touch div.sharerSelector, .tlBody, #timelineBody, .timelineX, .timeline .feed, .timeline .tlPrelude, .timeline .tlFeedPlaceholder, ._4e8n, ._4_xl, .touch ._u2c, .jewel .flyout, ._3bg5 ._52x1, .touch .structuredPublisher, .touch .groupChromeView.feedRevamp, ._2v9s, ._3vg, ._2d14, ._57y-, ._zw8, ._3_wz ._3_wy, ._3_wz ._3_wy:hover, ._3v_p, ._3v_p .page, .section.sayanything, .section#texts, .section#hdcalls, .section#photos, .section#location, .section#voicemessages, .section#groups, ._r6n, ._w_q, ._2au_, ._5hp4, ._1ciq, a[role=\\\"button\\\"]._51ii, ._1s_j, ._55l3 ._wrr label._58ak, ._55l3 ._58ah ._58ak, ._55l3 ._3ct8._58ak, ._5sic, ._7r2 .__5y, ._4d3w._u77 .fbPhotosSnowboxFeedbackInput .UFIRow, ._5mac, ._18ai, body._3nhg, ._h0a, ._7a4, ._7a4 ._7a1, ._7a5, ._55w7, ._2rhx, ._34yh, ._b1z, ._1olv, ._3rt_ ._5yv2, ._4tql, ._2qix, ._2_2t, ._4a9z, button._5qi6, ._3rj-, ._55w7, ._zd1, ._4hxi, .timelineLayout, ._2req, ._344_, ._3iue, ._3ckq._2v9s, ._4tvm, ._53mo, ._1sdi, ._io, ._1jr2, ._2vt0, ._59s7, ._5pr2 .fbSidebarGripper, ._4gd5, ._5a5j, ._26oo, ._146r, .__tw div.jewelHeader, .timelineLayout, ._585- ._4w98._4w97:hover, ._tae, ._3col, ._21dp ._7fw, ._2qe3, ._53jh, ._416u ._56ji, ._3gr, ._454y ._1mj0, ._3gr ._5283, ._4lh ._2-d1, ._oe1, ._3c40, body._5tuq, ._4sjs ._517h, ._4-u5, ._4d3w._u77 .fbPhotosSnowboxFeedbackInput, ._41nt, ._k1:hover, ._1fa6 ._3fbp, html ._4lh, ._4lh .fbTimelineTimePeriod, body._131._6nw, body._131._5vb_, html ._5uwm, ._4lh .fbTimelineSectionExpandPager .uiMorePagerLoader, .uiMorePager .uiMorePagerPrimary:hover, div._3d9x, ._59_o, ._4lh .fbTimelineCapsule li.anchorUnit:last-child, .__tw .jewelHeader, ._3z2, ._416u ._4ixr ._3smp, .uiButtonDepressed, ._4lh .fbTimelineSectionLoading .loadingIndicator, ._ors .__tw .jewelFooter.jewelFooter a, ._44b6:hover, ._44b1:hover, ._4lh .lifeEventAddPhoto:hover, .fbChatSidebar ._517h,._569t ._54ng, ._6lh ._6li, .hasLeftCol #pageFooter, ._40pv, ._59pe:focus, ._59pe:hover, ._4h7j, ._4jy1, .uiButtonOverlay, a.uiButtonSuppressed.uiPopoverButton:hover, ._53ih._2uy0 ._ttk, .uiButtonOverlay:hover, ._5vb_, ._5vb_ #contentCol, ._43q8._49cb, ._1tm3 ._4-h7:hover, ._1fa6 ._5wkw, ._2yix ._12wb, ._2nb ._2n3 .timestamp, html ._55r1, ._4-i0, ._7si, ._4__a, ._3186 ._m_1:hover, ._5vwy ._13xf, ._2tk, .fbChatTypeahead ._4p-s, ._1sk6, ._1eds, ._517h._42fs, a.uiButtonSuppressed.uiPopoverButton:focus, .uiButton:active, .fbNub._50mz.highlightTab .fbNubButton, .fbNub._50mz .fbNubFlyoutTitlebar, ._1r7y ._1wc- button, ._55fl, ._5aeq:hover, .uiButton:hover, .uiWashLayoutGrayWash, form.async_saving ._4jy1, a.async_saving._4jy1, ._4jy1._42fr, ._5u1r, ._4te4, ._ors ._3nzk .fbRequestList .listGray, ._56zg:hover, ._18c4 ._5aeq:hover, ._5ddi, ._5y-s, ._202.selected, ._42me, ._2x8l, .fbCalendarOverlayHeader, ._5i8p, ._4a6g, ._4m5i, ._24s8._24s8, ._59fh label ._59fj, ._82p, ._41mp, li._2qm, ._4wu, .fbTimelineStarGridSeparator h4, .fbTimelinePhotosScroller .async_saving, ._59s7 ._5r5r, ._5rzk, ._5rzl, ._7lt ._7lw, ._5yut, ._4heb, ._34_i, ._4hef, ._55lx, ._1dq, ._435m, ._5r_g._1f9c, ._4sp8, ._4wzs, ._15kw ._2u8i, .fbTimelineSection, .sidebarMode .webkit #globalContainer .fixed_elem, .sidebarMode .webkit #globalContainer .fixed_always\",\n\t\t\"{background-color:var(--bg-color-background, #373737)}\",\n\t\t\"\",\n\t\t\"._2jqq[style*=\\'background\\'], ._2kqw, ._5rw6, #fbpurityinfobar, ._yac, .page, ._3nl, ._1hwg label, ._3v72 label, ._50dz div, ._4b7j, body._3nhg:first-of-type div\",\n\t\t\"{background-color:var(--bg-color-background, #373737)!important}\",\n\t\t\"\",\n\t\t\"body, ._4m78, ._5hpq, ._416u ._5q9i\",\n\t\t\"{background:var(--bg-color-background, #373737)}\",\n\t\t\"\",\n\t\t\"/*bg-first*/\",\n\t\t\"._20i6._5a8u, .d905v7i8, ._6yqq, ._7h1x, ._87m1, ._23as, ._23at, ._7pnp, ._1-l6, ._4wyl, ._2k-5, ._3ut1, ._3ut8, ._19gb, ._1hgd, ._4jn0, ._569t ._54nc, ._6k23, ._6w1i, ._4yjk, ._7zxy, ._6gdo, ._6bjr, .g5ijobay, ._34jx._34jx, ._6cby, ._6gen ._6iy5, ._7gpb, ._1h1>div, ._18z5, ._2bz0, ._6hva, ._6nlu, ._78sn, ._78sn::before, ._34jt, ._6ce9 ._4mq3 .uiScrollableArea, ._7c4d, .stars_breakdown .white_bar, ._6ce9 ._4mq3 ._55ln, ._6mki, ._6ijr ._6ijs, ._69g3, ._3dlg+._3dli, ._129h, ._6qw3, ._4poa._4po3, ._6i9k, ._6etf, ._6b_g, ._36ek, ._4oes, ._3-a6 ._3-e2 ._4yjk:last-child, ._6i_k, ._3cpq, ._3hx- ._1nc6 ._1aa6, ._6q1a ._3hx- ._1nc6 ._1aa6, ._3hx- ._ua1, ._3hx- ._40qi, ._4poa ._4po6, ._6j55, ._6s-6, ._4us4._4us4, ._4e36._4e36, ._421a, ._19_p, ._5w7z, ._6j4y, ._437j, ._bv_, ._2ghv, ._3ks5._3a5o, ._38h7, ._69ad ._fmi, ._4rk7, ._3l-q, ._4tjh, ._4cnl ._64v4, ._65_9 ._3dnn, ._65_9 ._3dnn, ._3-a6._65_9 ._pb2 ._2r3x ._3ekx, ._31-q, ._23au._23au._23au._23au, ._hjr, ._13uo, ._22s_, ._1871, ._15jh, ._5z-g, ._4rw_, ._63eo, ._4b9b, ._432t, ._36xc, ._avi, ._3oqm, ._37rk, ._2zxd *, ._2o4k, ._4l5o, ._2lhe, ._1ibg, ._w3q, ._4d-p, ._5m9x, ._3b_s, ._1uya, ._20da, ._2-9w, ._3b04, ._31l1 ._60c2, ._4ly9, ._4ly8, ._6859, ._4ap5, ._-jb, ._-jd, ._113k, ._3vkm, ._3vkj, ._lcb, ._5g83, ._1w2o, ._2786, ._65ue, ._48mo, ._2gk1, ._68r3, ._dpk, ._4ap3, ._3qe8, ._66ga, ._5w9d, ._ezy, ._4i1z, ._4n-n, ._28dr, ._12i1, ._61f-, ._61f-._1h-g, ._61f-._1h-h, ._32hc, ._1x4_, ._67-7, ._390a, ._1rx8, ._3lwv, ._qxm, ._r35 ._3xqr, ._3y04, ._63t8, ._4o-5, ._66fe, ._66ff, #facebook ._1og0, ._1gh2, ._680x, ._2_ku, ._2_ks, ._684j, ._680o, ._24e1, .touch ._45fu ._18qg ._1_ac, ._234-, .touch ._uoq, ._52z5._1uh1, .touch ._14_j, ._3tl8, ._ky0, ._3h78, ._1np4 ._3qu9, ._1np9 ._3qu9, ._1npa ._nur, ._1npc ._nur, ._11st, ._9tj, ._429_._42a2, ._53hi ._54j2, ._3-a6._3-a6 ._3z2, ._3-a6 ._4ic_, ._1z8f, ._nb_, ._3twm, ._63jc, ._4obl, ._3-a6._1blz ._6lh, .pmt_footer, .pmt_header, ._3dnn, ._1gan, ._64gn, ._da3, ._3jne, ._2-fm, ._2ms8, ._2ms4, ._2ms6, ._5v3q ._3-a6._1blz ._2lhm ._1dwg, ._1yda, ._23at, ._4z7n ._4h2m, ._2tk ._30d ._5cz, ._58p9, ._2uk9 ._256b, ._2uk9 ._3ii7, ._2uk9 ._elg, ._4zj8 ._58ku, ._4zj8 ._3ygt, ._1u5d, ._3_s1._3_s0, .touch ._533c, ._46pg, .uiDataTable .odd td, ._4rg8, ._1pwp, ._62g8, ._606q, ._2pgu, ._3-a6._1blz ._pb2 ._2r3x ._3ekx, ._2pgc, ._1hx1, ._5pv0, ._5_j2, ._299e, ._2997 ._299e, ._2994 ._2999 ._299e, ._5xsz, ._gdn, ._4yhq, ._o0o ._5iwm ._58al, ._5i94 ._2s1y, .___o ._517h, .___o ._59pe:focus, .___o ._59pe:hover, ._2zeu ._tp2, ._23ce, ._55gy .trans_bar, ._55h3, ._3igh, ._4d47, ._55g-, ._55gy, .typeahead_list.typeahead_list_absolute.typeahead_search, ._5-aq, ._5-ar, ._2lhm ._6m2 ._2r3x, ._62l3:hover ._62la, ._62la:focus, ._1gax, ._csi:hover ._t7b, ._62l6, ._3_3h, ._3od9 ._3odc, ._611j, ._611k, ._wgc, ._61al, ._2is9 ._5w2q, ._2dch, ._2dc7, ._1-7u, ._2wyr, ._rbg, .leaflet-bar a, .leaflet-bar a:hover, ._3qnx, ._k01._1itt, ._k01:hover, ._638s, ._64dw, ._3-a6._1blz .UFILikeSentence ._4ar- ._3emk, ._3-a6._1blz .UFICommentReactionsBling ._3emk, ._641d, ._hij, ._3-a6._1blz .UFICommentActorAndBody, ._o0o ._3-a6._1blz .UFICommentActorAndBody, ._3-a6._4eno .UFICommentActorAndBody, ._3-a6 ._10la ._10lo, ._5rwb, ._40q1, ._4b21, ._2xx0, ._44h0._54nd>._54nc, ._3b4b, ._u0y ._4lo, ._4li, ._5lfa ._5lfc, ._u0y ._4h2m, ._4vp0, ._4q0-, ._4vnp, ._53v5, ._19jn, ._4clk, ._1_he, ._1mme, ._263c, ._25xc, ._3io5 ._3io7, ._64pf, ._1tn4:hover, ._20te, ._jnq, ._31uc, ._c-z, ._6075, ._5_h3, ._42u8, ._12zo, .fbSearchCompactUFI ._1g5v+._4arz, ._5-g_ ._5vsj ._1g5v+._4arz, ._3jvu, ._fyy, ._5cia, ._1xkh, hr, ._1drm._1ds4 ._1z7u, ._364n ._grm, ._wxj, ._h1o, ._5-lm, ._4pi9, ._2c0w, ._1ncy, ._2b06, ._1cx1 ._5g_r:hover ._m_1._g98, ._1cx1 ._m_1._g98:hover, ._nd_ ._454y ._1mj0, ._3rh0, ._3_gi .uiSearchInput::after, ._3_gi .uiTypeahead::after, ._3_gi ._58ak::after, ._iez, ._227q, ._aa2, ._62r4 ._5bv1, ._5i7d, ._2dqm, ._2y_2 .UFIGifEnabledInput, ._3yd2, ._2y_2 .UFIImageBlockContent, ._1yqa, ._2she, ._29xb, ._11y7, .uiSearchInput, ._1s91._4bl7, ._4k8w, ._4ury, ._3-6a, .fbSearchCompactUFI ._1g5v+._4arz, ._5-g_ ._5vsj ._1g5v+._4arz, ._307z, ._5uvt, ._401d:hover ._1z_, .ogHovercardStory, .ogHovercardFullFeedbackDialog .ogHovercardFooter, ._fd_, ._1b71, ._1b6y, ._609_, ._jzb ._42fr._jzj, ._39p9, ._3g05, ._4tk7, ._1w-y, ._1w_5, ._7c9, ._2-uo, ._3o5n, ._2qo2, ._5ejj, ._-ex, ._3soq, ._5947, ._1xxn, ._1xxo, ._2db2, .section#texts, .section.sayanything, ._bz4, ._19c3, ._1z0j, button._ycx._1d5c, ._w34, ._5-lw, ._13e_, .mp-sidebar-steps ul, .mp-get-started .mp-section, .mp-sup-home .mp-post, ._5tkn, .cookiesPolicy ._3539, .cookiesPolicy ._353a, .mp-load-more a, .mp-featured-menu-heading h2, .mp-featuring-menu-heading h2, .mp-featured-menu ul, .mp-featuring-show ul, .mp-featured-menu-back a, .mp-toolbar, .mp-section-related-left, .mp-section-related-right, .mp-post-banner-container, .mp-post, .mp-sidebar-filter-open, .mp-header, .mp-menu, ._4ejc, .fbFeedTicker .fbFeedTickerStory, ._320_, ._36t1, ._5-rl, ._b4q, ._3d_e, ._4sym, ._4ikh, .fbCalendar, .fbCalendar #contentCol, ._1r_y ._1r_z, ._ut_, ._utn, ._5suw, ._h7n, ._1u35, ._5yq9 ._5yqa .UFIRow, ._5yq9 ._4iil .UFIRow, ._5yq9, ._5yoj, ._3ils, ._484w, .touch ._4_xl ._5c9u, ._32ff, ._5ge1, ._i3y, ._ubn:nth-child(odd), ._3w-j, ._x90, ._2utd, ._5yhn, ._3uy4, ._5id1, ._oan, ._14vf ._33v2, ._14vf ._2x3m, ._3sj7 ._ohe, .touch ._59tu, #root .appCenterAppInfo, #root .appCenterDetailViewHeader, #root .appCenterPermissions, #root .appCenterScreenshots, ._55wm, .touch ._1f9d, .touch ._3tap, ._10c_ ._2jl2, .touch ._1oby ._5c9u, .touch ._6-l ._6-p, ._5xuj, ._1sv1, ._bjn, ._bjg, .touch ._50pc, .touch ._4_d0, .touch ._3f50, ._4u3j, .jewel ._4l9b, input, .acw, .touch ._51v6, ._1ih_, ._skt, ._5f28, ._59e9, ._rm7, ._1p70, .touch .structuredPublisher .btn, .touch.x2 .structuredPublisher .btn, .touch ._5y57 ._5y5c ._5c9u, .touch ._4gj3, ._2zh4, ._15ks, ._52z5, ._15n_, ._55wo, ._5dxq, ._5dxu, .invite_history .invite_history_stats, ._1jf6, ._4vb8._4vba, ._50ex, ._fk2 ._19vg, #contentCol, ._4p8x, ._k7g, ._1drm, #booklet #pageheader, ._3wvs, ._3ad-._zz9, ._1og-, ._pu-, ._5k7c, ._erp, ._zw7, ._4-ss>tbody>._1isx:nth-child(even):hover>td, ._4-ss>tbody>._1isx:nth-child(even):hover>th, ._4-ss>tbody>tr:nth-child(even)>td, ._4-ss>tbody>tr:nth-child(even)>th, ._5c1q, ._4mq3 .fbNubButton, ._1nc6 ._5w1r, ._1tuw, ._r6o, ._5140, ._3rnu, ._4h3e, ._4eys, ._4h3c, .escapeHatchMinimal._4__g, ._3z4s, ._wza, ._5yb1, ._1f9, ._474a, ._2h00, ._4wbg, ._3__- ._1miz, .uiMediaThumb i, ._2po3, .fbPhotoTagger .faceboxSuggestion, .fbPhotoTagger .typeaheadBackdrop, .fbPhotoTagger .uiTypeaheadView, ._5h_u ._5ei4, ._54j7, ._1e2l ._54j2, ._7r2, ._3bg, ._33_b, ._33_l ._33_i, #fbProfileCover .coverNoImage, ._6-d._6-d #fbProfileCover ._37fg, ._r0, ._6fm, ._2tga, ._4t3w, ._qee, ._6xs, ._1v3h, ._4kg._704._4ks, ._5b5o, ._1wde ._1wdf, ._2sy- ._3yz4, ._rce[aria-checked=\\\"true\\\"], ._ox6, ._4adh, ._5clo, ._31qy, form.async_saving ._42fu, a.async_saving._42fu, ._42fu._42fr, ._42fu._42fr:active, ._42fu._42fr:focus, ._42fu._42fr:hover, ._3bzd, ._2orw, ._214n, ._45jg, ._2t7w._2t7x:hover, ._2t80, ._7a7, ._5g7l, ._4wm6, ._5k-2, ._4tvm._4tvn, ._5jd0, button._2_2s, ._5qi3, ._4h1p, ._1z0-, ._5jsn, ._7a5, ._4x1u, ._1mny, ._7a7, ._s65, body ._58_u>tbody>tr._1w1o>td, ._2ubg, ._4u-c, ._zd0, ._7go, .UFIInputContainer, ._3s4x, ._5dsl, .fbEditCover .notchInner, ._5z7e ._i8v, ._3v4j a.uiMorePagerPrimary, ._5z7e ._i8v:focus, ._5z7e ._i8v:hover, ._5z7e ._i8v:active, ._5z7e ._i8w, ._5z7e ._i8w:focus, ._5z7e ._i8w:hover, ._5z7e ._i8w:active, ._5gmv, ._5z7e ._i8v, ._42zw._3cdj, ._146s ._5dwo, ._5epx, ._58b4, ._3-9a, ._2h4b, ._5nw8, .uiOverlayContent, ._1-e0, ._5cmi, ._1nc7 ._3e7u ._1ekr, ul._-f7 li, ._2l_0 ._438u, ._2l_0 ._4zmf, ._23d6, ._33gf ._33gg, ._10yq, ._5xjz, ._174o, ._14vf ._33v2, ._55ii, ._i41, ._9ib, ._52g0, ._5nzo, ._58do, ._5k4a, ._46cs, ._5acm, ._3nmk, ._26op, ._4fx6, ._58-8._58zo, ._17m2, ._4uq4, ._29__, .messagesContent, #create_frame .facade, .uiScrollableAreaContent, ._33c, .uiMenu .checked a:active, ._z6x ._4ng1, ._5uco, ._4ee_ ._3nb9, ._yv-, ._n20, ._d9-, .uiMenu .checked a:focus, ._p6e, ._3nzl .friendConfirmedNotifsUnread, ._3nzk .fbRequestList .listGray, ._4-u8, .__tw li.jewelItemResponded, ._1g5v+._4arz, ._ipo, ._57d8, ._g3h, ._5yk1, ._1qmt ._12wb, ._5esl td._5esw, .UFIRow, ._5esl td._5esm:first-child, ._3sgj::before, ._3sgj::after, .fbChatSidebar, html .fbProfileEditExperiences ._53d9, .fbProfileEditExperiences .editExperienceForm, #headerArea .megaphone_location_new_group_profile .megaphone_box, ._53hi ._54j3, ._30a8 ._54j3, ._1e2l ._54j3, ._28ez ._54j3, ._30a8 ._54j2, ._3zsi, ._70l, ._59_m, ._3nm, ._4te0, ._3mds, ._58ak, ._4oes, ._3coj, ._517h, ._59pe:focus, ._59pe:hover, .uiTypeahead, ._4d3w._u77 ._3t09, ._z6j, ._1ho1, ._5z0p, .fbNub._50mz .fbNubFlyoutTitlebar:hover, .fbNub._50mz .fbNubButton:hover, ._5pw1, ._49or, ._t, ._kj3, ._3kvq, ._8p3, .fbNub._50mz.highlightTitle .fbNubButton, .fbNub._50mz.highlightTab.highlightTitle .fbNubButton, ._585r, ._328i, div._4-i2, ._5ot-, ._4n06 #rightCol, ._2w3>._30f, .fbTimelineSelector .fbTimelineSelectorButton, .uiBoxGray, .fbChatSidebarMessage, ._1u6r:hover, ._1u6r:focus, ._5vsj .UFIRow ._5vsj._5vsj._5vsj, ._1jyk, ._1fa6 ._3fbq, .fbTimelineStickyHeader .back, ._2l5f>.uiSearchInput, ._5vb_ ._3sod, .pagesTimelineLayout ._3sod, ._6nw ._3sod, ._4f3b:hover, ._1lor, ._1lot, ._4f3b:focus, .uiBoxWhite, ._2iwq div, .UFICommentPhotoAttachedPreview, ._5inf, ._ksg, ._1rs, ._3j5, ._3cz, .uiHeaderSection, .uiSideHeader, form.async_saving ._517h, a.async_saving._517h, ._517h._42fr, ._5r8a._5r8b, ._6-d #fbProfileCover ._37fg, .fbProfileBrowserResult.scrollable.threeColumns, ._8r7, ._18su ._18c4, ._5u_6._5wcf, ._5voi._5wcf, ._5xmz._5wcf, ._1_cb, ._6z- .uiSideNav .selectedItem>.item, ._6z- .uiSideNav .selectedItem>.subitem, ._26y3, ._9ot:hover, ._5yfu, ._9fi .uiSearchInput, ._9fi .uiSearchInput span, ._8-b ._26y1, .fbSettingsList a.fbSettingsListLink:hover, ._5vsj .UFIAddComment .UFIAddCommentInput, ._5vsj .UFIAddComment .UFIAddCommentInput._1osc, ._5hto, ._1l1t, ._4uyg, .uiSideNav .selectedItem .item, .uiSideNav .selectedItem .item:hover, .uiSideNav ul .selectedItem .subitem, ._1eu-, .uiWashLayoutOffsetContent, ._20h0, .uiSideNav .highlighted .item:hover, .uiSideNav ul .highlighted .subitem:hover, ._39y9._39ya, ._3q73, ._2jse ._-sl, ._1f7_, ._ui4, ._5960, ._5kxe, ._3w-8, ._5i-7, ._30d, ._5ww7._5ww9, .pop_content .dialog_summary, ._dut, ._2eg_, ._3x6b, .pop_content .dialog_content, .fbCalendar.fbGroupCalendar, .fbCalendar .fbCalendarHeader, ._5cml, ._4-9q, ._42-4, .generic_dialog div.dialog_loading, ._jlw, ._jl-, ._2ysc .UFIList, ._5w40.fbEventHeader, .uiBoxLightblue, ._5yz-, ._3f-h:hover, ._3f-h._3f-i, ._1v0n:hover, ._2yaa:hover::after, ._8ue::after, ._2yap._2yaa::after, ._2yap ._2yaa::after, ._ab4 ._3yv8._5aer ._5aeo, ._3nj ._gl, ._3ni ._gl._498, ._3q96, ._3q98:not(.hidden_elem) ._3q99, ._4odm::after, ._9zl, .fbxPhoto .fbPhotoImageStage .stageContainer, ._5ww7._5ww8, ._56w3, ._5yud, ._2hi3, ._5yuc, ._202, .fbCalendarGridRoot .fbCalendarBox, .fbCalendarGrid .fbCalendarGridRow, .fbCalendarOverlay .fbCalendarOverlayContent, ._39k2, ._39k5, ._1gtx, ._1tik, ._4lmi, ._1knb, ._17gf:hover, ._pop:hover, ._5f7s, ._59fh label:hover ._59fj, .fbNub._50mz.highlightTitle .fbNubFlyoutTitlebar, ._270u:hover ._5x8v, ._5r5i ._5r5g, ._5iwm ._58al, .fbChatSidebar, ._5f9g, ._3n00._2kir, ._55ly, ._g1w, ._g1z, ._4heb ._1mie, .fbNubFlyoutHeader, .fbNubFlyoutBody, .fbNubFlyoutFooter, .fbNubFlyoutAttachments, ._38xr ._54nf ._1d9r, ._hh7, ._4eby, ._38jq, ._2y8_, ._15kw ._2rr4, ._5esl td._5esm:first-child, ._5esl td._5esw, ._5esx ._58ak, ._awf, ._3fik, ._289u, .fbEventHeader #fbProfileCover .coverNoImage, .uiLayer._1lwq ._3ixn, ._3bzc, ._2x8p, ._1pig, ._2x8q, ._2x8x, ._u_3, ._2s1x ._2s1y, .fbTimelineTopSection, ._ors ._33c, ._16ve\",\n\t\t\"{background-color:var(--bg-color-first, #2a2a2a)}\",\n\t\t\"\",\n\t\t\"footer, ._18z5[style*=\\'background\\'], ._ww_, ._1ia[style*=\\'background\\'], ._57p3, ._5pat[style*=\\'ound-col\\'], ._3zzl._3-95, ._4-u3[style*=\\'ound-col\\'], ._1nc6 ._d97, ._o0o ._4280, ._1xog, ._3l9f, ._5z-l, ._4kfz._4o07, ._5h92, ._2rgt, body ._607x, ._2s23 ._2nx_, ._2-gy, #u_17_p, ._5wpt, ._25q1, ._2vi3, ._cx6, ._271k._1qjd._2u6e, .uiTypeahead .selected, ._2cl8, ._4zsl, ._3p9 th, ._4a6m, ._4u-c._1pz6\",\n\t\t\"{background-color:var(--bg-color-first, #2a2a2a)!important}\",\n\t\t\"\",\n\t\t\".touch ._58a0~._58a0:before, ._1n-x, ._22ck, ._1xy2, ._2yix, .fbIndex .gradient, ._1a8t, ._1mib, ._1mib ._4h2m\",\n\t\t\"{background:var(--bg-color-first, #2a2a2a)}\",\n\t\t\"\",\n\t\t\"/*bg-second*/\",\n\t\t\"._7gx5, ._7hht, ._74wh, ._7rp9, ._82ec, ._23av, ._7mx_, ._2-jn, ._2-jn .UFIRow, ._asd._asd label, ._asa, ._7m96, ._6_q4, ._64lx ._7z2x, ._7r01, ._7bl6, ._2gn0, ._7jo1:before, ._7jn-:before, ._7jaj:before, ._3lrk:before, ._60mf ._3lrk:last-child:after, ._1nc7 ._pye ._pyf, ._hh7 ._pye ._pyf, ._hh7:active ._pye ._pyf, ._-5k ._hh7 ._pye ._pyf, .UFICommentBulkReviewBody .UFICommentBulkReviewFooter, ._436e, ._6m4f, ._6gum, ._3tca, ._3nsa, ._16bp, ._6tor, ._6iiv, ._6ce9 ._5iwm ._58al, ._6ijr, ._127m, ._1ean, ._2sj4, ._69g3 ._69g2, ._138k, ._6vhx, ._1i_b, ._2ebi, ._6r38, ._6j_d, ._3-uf, ._1n9k, ._3w53, ._6c7i, ._680y, ._6cuy, ._6idd, ._674v, ._1i_b, ._2ebi, ._6ue3, #facebook ._3hx- ._1i6a ._2kwv, .titlebar ._69pt:hover, ._2zl5, ._6ce9 ._4mq3 .fbNubButton, ._6j57, ._6j56, ._62uo, ._qba, ._62uh, ._421d, ._46yx, ._gwd, ._3m6o, ._4c1b:hover, ._1hh8, ._68d0, ._1rty ._2x1r, ._31ax, ._3pvx, ._695w, ._4739, ._1i4n, ._1tt._1tt._1tt, ._65_9 ._255y ._3ho0, ._1m-4, ._5-g_ ._5vsj ._1g5v+._4arz, ._3-a6._5vsj ._1g5v+._4arz, ._3-a6._65_9._5vsj ._1g5v+._4arz, ._o0o ._3-a6._65_9._5vsj ._1g5v+._4arz, ._3-a6._65_9._5vsj .UFIRow, ._3-a6._65_9._5vsj.UFIContainer .UFIReplyList .UFIRow, ._3-a6._65_9._5vsj._5vsj._5vsj, ._o0o ._3-a6._65_9._5vsj .UFIRow, ._o0o ._3-a6._65_9._5vsj.UFIContainer .UFIReplyList .UFIRow, ._o0o ._3-a6._65_9._5vsj._5vsj._5vsj, html ._5izh._5e4h, ._41y8, ._3d0s, ._4shn, ._hjo, ._5ghu:hover ._3kin, ._2gxl, ._1-37, ._1hcc, ._zur ._zvf, ._4p4f, ._5spi, ._vau, ._vat:hover, ._vau ._1uam, ._vat:hover ._1uam, ._5m71, ._1_et._32cn, ._1b3s ._3x5e ._53ij, ._1h9o, ._4tey, ._1lsx ._36kf, ._2oox, ._2s9_, ._628m, ._5_85, ._5bbe ._5bbf, ._1tc ._1wdf, ._1hv5, #savefrom_fb_download_popup, ._5xlb, ._1spm, ._3kyh, ._3s_5, ._5932, ._1po3, ._5iis, ._nz5 ._5a4o, ._eo8, ._1_ke, ._1eo6, ._3grz, ._2pwd, ._4czr, ._366f, ._1blc, ._1bkn, ._3605, ._3604, ._nar, ._832, ._5z0b, ._1zhd, ._4jx5, ._46p- ._5q9i, ._v_0, ._38lp, ._2-x5, ._30-y, ._30xs, ._30xv, ._30xw, ._1pek, ._1rg_, ._3eqz, ._45jx, ._3-xi, ._18rk, ._6hv, ._aik, ._akd, ._24d6, ._23r0, ._1_pv, ._h8c, ._1wg_, ._66ak, pre._5s-8.prettyprint, ._5hpy, ._3m9n, ._1k62, ._3gc2, ._3x_6, ._6506, ._20kg, ._207- ._21o1, ._207- ._21o0, ._nvk, ._2i41, ._1vkw, ._1xe8:after, ._2dw0, ._680n, ._5hoc, ._94v, ._41ft, .touch ._3clk, ._63ak, #facebook ._3h79 ._4nql._3a8w, ._64lx ._517h, ._64lx ._59pe:focus, ._64lx ._59pe:hover, ._64lx ._3z2, table._5k9x>tbody>tr._5m29>td, ._42ad ._42ac, ._3nta, ._62zy, ._64pd, ._4mq3 ._55ln, ._2wxf, ._255y ._3ho0, ._4mkt, ._5znu button._42fr, ._10as, ._64gn ._42uw, ._4yng, ._64m1._64m2, ._64m1._k0b, ._2nzp, ._4mnq, .uiTagTypeaheadView .compact .userEdText, ._dwb, ._1op-, ._397o, ._1g-f, textarea, ._2ms5, ._fto, ._ftk, ._eos, ._4z7n ._1mib ._4h2m, ._4z7n ._4lo, ._4z7n ._4lo ._4h2m, ._3_s1 ._3_s2, .mQuestionsPollResultsBar, ._hdn._hdn, ._403j, .touch ._30s7, .touch ._ydz ._5c9u, .touch ._5c9u, .touch ._5ca9, .touch button._5c9u, ._2a_g._2a_g, ._lbz, ._38bd, ._3ooq, ._2ihx._i-o ._4zq4 .metadataFragment, ._1c9r, ._o0o ._3-a6._1b1z._5vsj ._1g5v + ._4arz, ._5nhc, ._4na7, ._e08, ._1pwp ._4h1p, ._505j, ._4by1, ._3u69, ._4dc7, .___o .openToggler>._5vto._5vto, ._44_s, .jewelItemNew._1rqj ._33e, #facebook ._3210._3210, ._1gf1, ._26oe ._3cz, ._26oe ._70l, ._26oe ._364n ._grm, ._5i94 ._585- ._4w98, ._5i94 ._585- ._4w98:hover, ._5i94 ._585-, .___o ._4jy1, ._o0o ._3-a6._1blz._5vsj .UFIRow, ._o0o ._3-a6._1blz._5vsj.UFIContainer .UFIReplyList .UFIRow, ._o0o ._3-a6._1blz._5vsj._5vsj._5vsj, ._257o, ._2zeu .inputtext, ._55gz, ._5w5i, ._5i_d, ._2gcu, ._4sjz, ._52r6, select, ._33hy, ._55gx, ._55h0, ._1xh9, .fbPhotosPhotoTagboxBase .tagName, ._aou, ._2zvc, ._204y ._2uto._5e4h, ._3g89, ._1-7f, ._1uft ._e-x ._1b33._4tkw, ._1uft ._e-x ._2yl9._4tkw, ._5z-k, ._lni, ._p9q, ._3q9k, ._5aeq._4hag, ._17dr, ._5-nk, ._4kn0, ._3x1h, ._5tr6, ._5sges, ._3-a6._1blz ._2lhm, ._4d3w._u77 .fbPhotosSnowboxFeedbackInput ._2r5f .UFIRow, ._3-a6._1blz._5vsj .UFIRow, ._3-a6._1blz._5vsj.UFIContainer .UFIReplyList .UFIRow, ._3-a6._1blz._5vsj._5vsj._5vsj, ._3-a6._1blz._5vsj ._1g5v+._4arz, ._4snt, ._3erg ._hh7 a._2q1l, ._21x_ ._1j3c, ._2tq5, ._4pd2, .__q6, ._1fwb, ._32_n, ._42-r, ._xbh, ._4lo, ._4lo ._4h2m, ._4h2m, ._1eyi, ._42ci, ._4vp1 ._4vov, ._5w5j ._3xjx, ._5w5j ._1_hc ._3xjy, ._642, ._3io8, ._m_1._3x6w._2_xs, ._1s48, ._3_tx, ._529l ._un8, ._3qku, .fbSettingsList .fbSettingsListItemEdited, ._4c2x, ._61h6, div._1_rt, ._4ic_, ._25fy, ._3-a6._5vsj .UFIRow, ._3-a6._5vsj.UFIContainer .UFIReplyList .UFIRow, ._3-a6._5vsj._5vsj._5vsj, ._1kns, ._2sjp, ._1y2_, ._34n6, ._3b4h, ._mus, ._5_h0, ._5_ge, ._jk5, ._1_jb, ._ex8, ._39qa, ._dts, ._1-2d, ._11tb, ._3-a6._5vsj, ._iyn, ._3g_v, ._1tdz, ._14x8, .fbTimelineLogColumn ._6-3 .profileApprovalRow ._619n, ._1rh0 ._1rg_ .UFIRow, ._3-sy:hover, ._2dvt, ._rqg, ._333v, ._5o4h ._1gl3, ._4lh2, ._3rh0 ._26ly, ._1a__, ._1ht1._1ht2, ._1ht1._1ht3:hover, ._11m5, ._9q_, ._17ji, ._3xcw, ._11y7 .uiScrollableAreaBody, ._15we, ._4j2v, ._14vf li._16-z, ._16-z, ._27ru, ._2o28 a, ._2p8y, ._5-r5, ._5-4x, ._1tt, ._416u ._1u3l, ._416u ._56ji, ._416u ._f6a, ._5kyi, ._1asl, ._2apd, ._b19, .fbEmuPreview, ._609-, ._609t, ._609r, ._zoj, ._87q, s._1amv._1amw, ._1amv, ._3g0f>div, ._525e, ._3o5t, ._3o5o, ._2er9 ._45hc ._13xf, ._3viq, ._2er9, ._5a8u._4866, html ._53f2, ._-ez, ._3z5 ._3zr a, ._5-kq, ._1xxs, ._1yrg._inf, ._3v_p ._3v_w ._2m_r, ._3v_p ._5s4n ._2m_r, ._qio ._3xgm, ._48ux, ._5c3e, ._d01, ._1t4h, ._z-w, ._441n, .mp-get-started .mp-section>h3, ._575h, ._3h8s, .mp-dropdown .mp-dropdown-content, .mp-dropdown .mp-dropdown-button, html ._5-vp ._i43, html ._i44, ._2w6x, ._bet, ._3d_2, ._2-sm._xag, ._449j, ._5zeb, ._4qxr button, ._202t, .SurveyRadioCheckbox, ._5aov ._5k6- ._5k6_, .fbDockChatTabFlyout ._2v5j, ._tzi, ._22zr, ._206m .fbNubFlyoutTitlebar, ._585- ._4w98, html ._5v3q > ._3yll, .__wu ._539-.roundedBox .uiSearchInput.reDesignedInput button, ._55d0, ._6fk ._-ld, ._sr8, ._3mdp, ._5zjh, ._3bfq, ._29d1, ._cd2, ._5y4p, ._5gio, ._3ohz, ._50ig, ._3sj7 ._ohf, ._5as2, ._5as0, .touch ._5c5b, .touch ._5c58._5c5f ._5c5b, .touch .mTypeahead .jx-result, .mTypeahead .jx-typeahead-results, ._42b6._42b6._42b6, .sharerAttachment, .touch .al._5lm6, .touch .al._5dka, .touch .al._4_00, .touch .al._5jl7, ._uww, ._vqv, .jewel .flyout .more, ._3bg5 ._53_-, ._qio ._4it1, .invite_list, .invite_history .menu_block, ._2l1h, .followOptinPromptTimelineCollections, ._4dyr, ._s79, ._1anm, ._1y1i, ._2znk, ._yl8, ._3g_t, ._5c1p, ._3g_u, ._5ig0, ._57z0, ._57z1, ._2iji, ._3-nt, ._mkb:nth-child(even), ._2jv-._4aq3 a, body:not(.UIInternPage) a.buttonWhite.buttonWhite, ._3s-4, ._5hy2 ._5hy8, ._5hy2 ._43dh, ._4kf5, ._2mm3 ._2_bh ._509o, ._2mm3 ._2_bh ._509o:hover, ._6dh ._509o, ._6dh ._509o:hover, ._ml.contentAfter::after, ._3o_h::after, ._2yaa ._2yau::after, div._5a8u, ._2tga.active, ._206m .fbNubButton, .uiMediaThumb, ._70x, ._48g0, ._4iqg, .fbStarGrid .uiMediaThumb i, ._56zg._yt-, .__wu .roundedBox .smurfbarTopBorder, .__wu .roundedBox .uiTypeahead, .__wu .roundedBox .smurfbarBottomBorder, ._22cj, ._22cf, .uiTypeaheadView .bucketed .header, .FlyoutFriendListMenuNUX, ._15s0.current>a, ._15r_, ._2tga, ._5gkp, ._1l-e, ._2g5i ._2g5l, ._2g5m ._2g5x, ._5vnu ._5vnv, button._45sv, button._2_2s:hover, button._5qi1, ._3upg, ._3upg .UFIRow, body._4c1z ._1ewm, ._2rf7, ._io, ._3nb6 ._3nb9, ._3w_g, ._83k, ._57f, ._2xo5 ._zd2, ._zd2, ._5ykn, ._1qjo, ._santanaDashboard__other-apps-buttons, ._5rvc, ._5rva, .inputtext, ._53uz, ._4ee_, ._zpj, ._sg1, ._247o, .friendBrowserPhotoCrop, ._21x_ ._1dc8, ._1r50, body ._5nwo, ._3s1y, ._2zl1, ._128p, ._2dg5, ._586z:hover, ._2yaq, ._586x, ._5jq0, li._4v63>a, li._4v63>a:hover, .uiPillButtonSelected, ._5y6n, ._1ev3, ._1ev3, ._34x4, ._4bo2, ._19yt, ._1y2q, ._3u1w, ._frp._frp, ._1riv, ._33v2, ._4vb8, ._sig, ._55m4, ._g_v, ._5wpr, ._2oof, ._1da8, ._144t, ._9i5, ._58do ._58dq, ._5awc, div._42i .verbText, ._5t_y ._1dsp, ._5pw9, ._5c6j ._3smp, ._4sol ._5dwa, ._4ee_._4ee_ ._2s1y, ._3g4u, ._4-sv, ._5h8b ._5dwa, ._4-ss>*>tr>th, #create_frame .box, .uiTypeahead, ._3uh4 ._3uh5 ._3uh7, ._58mf .uiStickyPlaceholderInput, .mleFooter, ._54t9, ._3cql, ._6wq, ._6ws, ._5l37, ._d3b, .PlacesTypeaheadViewPopulated, .mlePhotoButtons .mlePhotoButtonLink, ._5s0h, .fbNub._50mz .chatAttachmentShelf, ._xah, ._1cx1 ._5g_r:hover ._m_1, ._1cx1 ._m_1:hover, ._58mq select, ._m_1._3x6w._1pn-, ._m_1._3x6w._1pnv, ._m_1._3x6w._1pnt, .uiBoxYellow, ._m_1._3x6w._1pnz, ._599r, ._3ubp, div.uiTypeaheadView li.calltoaction, div.uiTypeaheadView li.browseUpsell, div.uiTypeaheadView li.calltoactionV2, div.uiTypeaheadView li.calltoaction, div.uiTypeaheadView li.browseUpsell, div.uiTypeaheadView li.calltoactionV2, ._5vsj ._1g5v+._4arz, ._2xdn, ._2246, ._alf:hover, ._5vsj .UFIRow, ._558b ._54ng, ._3rwl, ._396_ ._58xi, ._5atu, ._j-q, ._1a_t ._1fm0, .uiMentionsInput .mentionsTextarea, .uiMentionsInput .mentionsTypeahead, .uiMediaThumb, ._1iup, .uiButtonGroup, ._5vsj._5vsj._5vsj, ._5vsj.UFIContainer .UFIReplyList .UFIRow, .fbNub._50mz .fbNubFlyoutBody, ._ors .__tw .uiScrollableArea li>a:focus, ._4jy2, ._42fu:hover, ._ors .__tw li:hover>.anchorContainer>a, ._ors .__tw li>.anchorContainer>a:focus, ._5a5j, ._1rw, ._5vsj .UFIRow._4204, ._585-, ._6m2, ._517h:hover, ._3com, ._6-7:hover, ._33c ._33e:focus, ._g6 .uiMorePagerLoader, ._g6 .uiMorePagerPrimary, ._kv:hover, ._kv, .uiButtonConfirm, ._1elp, ._135u, ._30_7, .emoticonsPanel .panelFlyout, ._4mq3 .fbNubFlyoutTitlebar, ._4mq3 .uiScrollableArea, ._4t2a, ._2yix ._58rn, ._4mq3 ._55ln:focus, ._4mq3 li.selected ._55ln, ._4mq3 .fbNubButton, ._2-2d, ._xag, ._3t3, ._5plv .uiSideNavAux:hover ~ .item, ._5plv .openToggler.uiSideNavAux + .item, ._5vb_ ._5plv .uiSideNav .item:hover, ._5vb_ ._5plv .uiSideNav .item:focus, ._5vb_ ._5plv .uiSideNav .item:active, ._5vb_ ._5plv .uiSideNav .loading .item, ._5plv .uiSideNav .selectedItem .item:hover, .uiMenu, ._3l4n, ._5hpw ._5hpx ._5hq1:hover, ._5hpw ._5hpx ._5hq1:focus, ._5vf h3.uiHeaderTitle, ._5vf .uiHeaderActions, .uiButton, .uiButtonSuppressed:active, .uiButtonSuppressed:focus, ._17gb, .uiButtonSuppressed:hover, html .uiTypeahead .uiSearchInput, .fbTimelineFeedbackActions, ._22sv, ._cue, ._6z- .uiSideNav .item:hover, ._6z- .uiSideNav .subitem:hover, .inputpassword, ._iw3, ._585n, ._3m75 .selectedItem ._5afe::after, ._3m75 .sideNavItem:hover ._5afe::after, ._3fig:hover, ._585- ._4w98:hover, .faceliftWelcomeBox .fbxWelcomeBoxSmallRow:hover::after, ._uy6>li._19fy:hover, ._24k, ._64f, ._64f a, .uiBoxRed, ._ors .__tw .friendConfirmedNotifsUnread, ._5n2s, .UFIRow, ._ors .__tw li.jewelItemNew>.anchorContainer>a, .UFIAddComment .UFIAddCommentInput._1osc, .pop_content h2.dialog_title, .pop_content .dialog_buttons, ._55r3, .openToggler > .uiButton.uiPopoverButton:hover, ._4idm, ._1cx1 ._ei_, ._6z- .uiSideNav .selectedItem>.item:hover, ._6z- .uiSideNav .selectedItem>.subitem:hover, ._4o-g:hover, ._36b8, ._59fh, .openToggler > .uiButton.uiPopoverButton, .openToggler > .uiButton.uiPopoverButton:active, ._5pk3 li:hover, .openToggler > .uiButton.uiPopoverButton:focus, ._4idn, ._58d6 .ego_x, ._3cht .text_exposed_link, .UFIReplyList, ._3s18:hover ._3s19, ._3s1a, ._4xlh, ._18bd, ._3_gg ._28_o, ._3sod, .uiTypeaheadView ul, ._1iyu, ._4ag3, ._3su, .fbCalendarGrid .fbCalendarDayItem:hover, .fbCalendarGrid .fbCalendarGridToday .fbCalendarDayItem:hover, .fbCalendarOverlayActions, .__wu ._539-.roundedBox .uiSearchInput input, .fbCalendarGrid .fbCalendarGridCellEmpty .fbCalendarDayItem:hover, ._4lmi ._1bv2, ._4lmi ._19ik, ._4lmi ._19ii, ._18_m, ._2kml, ._5fez, ._xww, ._d63, ._4jdr:hover ._1t0_:after, ._1t0v ._1t0_:after, ._1t0-:after, ._3ikm._3ikw, ._4xda, ._5njd, ._42me:hover, form.async_saving .uiButton.uiButtonConfirm, ._1yw, ._1qqr, ._1_-t, .uiButtonConfirm.uiButtonDisabled, ._5plv .uiSideNav .item:hover, ._5plv .uiSideNav .loading .item, ._5plv .uiSideNav .item:hover .uiSideNavCount, ._2a3s, ._2nj.blankComposeState, ._4wq, .uiTokenizer, ._55v0, ._50-v.openToggler .fbNubButton:hover, ._50-v.openToggler .fbNubButton, ._1nme, ._2ll4, ._5r_g._1f9c, .__tw .jewelFooter a, ._4-fq, ._38xr ._38xu, ._nd_ ._hh7, ._nd_ ._hh7:active, ._nd_._-5k ._hh7, ._12zw, ._225b, ._33p7, ._1uwz, ._2f5n, ._55r1._1tp7:not(:focus), ._gn4, ._1pih, ._33c:hover ._33e, ._53ij, ._4ewz, ._30zy\",\n\t\t\"{background-color:var(--bg-color-second, #312d2d)}\",\n\t\t\"\",\n\t\t\"._2fyh ._2gn0, .n5yhfkqm[style*=\\'background\\'], ._4b7k, ._nd_ ._1nqp[style*=\\'background\\'], ._6ff7[style*=\\'background\\'], ._3zzl, ._4-i0, ._m_1._3x6w, ._3lxv[style*=\\'background\\'], ._43by, ._4iic, ._4ii7, ._z4i ul, ._z4i, ._5wrf, ._57uu ._5jkw, ._i_l textArea, ._4vb9 ._1woq>div>div, li._1a_0:hover ._1woq>div>div, ._3wxb ._1woq>div>div, li._1hgw ._1woq>div>div, ._5jn4, section._32l5, ._uwx, #fbpoptsdiv #photoopts tr[style], #fbpoptsdiv, #fbpoptsdiv #custextheader, #fbpoptsdiv #custextdesc, .highlight, ._3c2, ._3c4, ._4-ss>*>tr>th, .UFILastComment, ._5k47, .UFIComment, ._7yu li, ._2vl9, ._4283, ._1py_, ._ors .__tw .uiScrollableArea li:hover>a\",\n\t\t\"{background-color:var(--bg-color-second, #312d2d)!important}\",\n\t\t\"\",\n\t\t\"._104o, .touch .btnD, .touch .btnI, ._3mdb, .fbNubFlyoutTitlebar, ._h6n, ._2iwo ._2iwq::before, ._3f3l ._2iwq::before, .fbNubButton, ._5bv1, ._6wl\",\n\t\t\"{background:var(--bg-color-second, #312d2d)}\",\n\t\t\"\",\n\t\t\"/*bg-hover*/\",\n\t\t\"._4pn8 ._2ei6, .d905v7i8:hover, ._tt_, .k3ar43ag, ._5vwz:hover ._13xf, ._2n4z, ._6khz, ._6kh-, ._7mx_::after, ._5irm._7mkm, .mkbloq8g, ._3p56, ._3hx- ._4yng, ._5yql:hover, ._19gb:hover, ._3a3r, ._c2q, ._ogd, ._1llh, ._636z, ._6ce9 .fbChatTypeahead ._4p-s, ._7b1s, ._o46._3i_m ._ih-, ._3iub._3iuc, ._3rrd:hover, ._6gdo:hover, ._6bjt._6bjt:hover, ._5qxm, ._7r01:hover, ._6_lt:hover, .o34amlmb, ._3v30, ._7bl6:hover, ._34jv:hover ._34jx, ._6cby:hover, ._436g, ._72_z, ._78sr, ._he2:hover, ._34jt:hover, ._deq._dep:hover, ._733h, .jewelItemNew._6_a8 ._33e, .jewelItemNew._6_a8:hover ._33e, .jewelItemNew._6_a8 ._33e:focus, ._6trh, ._7bwf, ._7fc2, ._5-23, ._5bl2 .highlightNode, ._4llw:hover, ._3llb, ._6tax, ._6cj2, ._6ce9 ._4mq3 .fbNubFlyoutTitlebar, ._206m .fbNubButton, ._6a15, ._1lha, ._p20::before, ._6yyh, ._1yop._5_hk:hover, ._1yoo._5_hk:hover, .fbTimelineStickyHeader .stickyHeaderWrap, ._28r8 ._28r9, ._28r8 ._28ra, ._28r8 ._28rb, ._28r8 ._moi, ._6idi ._6jiq, ._6ut2:hover, ._6ut1 ._1hqh, ._6idd:hover, ._6idi ._6jip, ._6idj, ._1yop._5_hk:hover, ._1yoo._5_hk:hover, ._6i_k:hover, .titlebar ._69pt/*?*/, ._3hx- ._3cpq, ._3hx- ._1aa6:after, ._3hx- ._1aa6, ._6ce9 ._4mq3 .fbNubButton:hover, ._6ce9 ._4mq3 .fbNubFlyoutTitlebar:hover, ._2ve_, ._2vew, ._6n1z._517h, ._6n1z._59pe:focus, ._6n1z._59pe:hover, ._6s-6._6s-7, ._1kuj:after, ._43zb, ._6egj, ._4qgh, ._1xx7._1xx6, ._1xx7:hover, ._4ez0:hover, ._3btt, ._gwg, ._bui ._5afe ._2jgb, ._2k5t, ._62g8:hover, ._1hh8 ._1hhl, ._3pw8 ._50z1, ._3pw8 ._50z2, ._2f5b:hover, ._65_9 ._3dnn:hover, ._1bkz:hover, ._e13, ._5ggv, html ._5izh ._5e4k, ._3kin, ._3h8s:hover, ._575j:hover, ._67zx, ._zur, ._vat, ._vau:hover, ._vat ._1uam, ._vau:hover ._1uam, ._1r-v ._1r-t._1r-t, ._5qs, ._2z3h:hover, ._2z3h:focus, ._1w50:hover, ._3pt9, ._3q2-:hover, ._4lw5:hover, ._5zky ._1871, ._2fd6 ._2fd7, #savefrom_fb_download_popup a:hover, ._4z-m:hover, ._4l8r:hover, ._2ru-:hover, ._63eo:hover, ._63ep, ._35zn, ._1spg:not(._c9r):hover, ._bsb, ._-w6, ._60uj, ._2zxd:hover ._3tnu *, ._5a4o:hover, ._2o4k:hover, ._1ayi, ._1ayp, ._gwj, ._59q1, input._59q0, ._vqm, ._vql:hover, ._3jgd ._54nf ._54nc:hover, ._4d-q.selected, ._4d-q:hover, ._4c82:hover, ._nz5 ._5a4o:hover, ._3b_q:hover, ._hq_:hover, ._3b_q.selected, ._4c2t, ._3kvm, ._3p4w:hover, ._63c2:hover, ._3p4c:hover, ._3p86:hover, ._3p9s:hover, ._3p85:hover, ._6864, ._3bta, ._3vkm, ._5dw9 ._45hc:hover ._c1c, ._rft, ._rfv, ._rfu, ._4kb1, .mlePhotoPlaceholder, ._1bkn:hover, ._2786:hover, ._65ue:hover, ._hj1, ._nar:hover, ._74a, ._2ldm, ._2icn, ._46q2:hover, ._46q6:hover, ._1zdm:hover ._5a5j, ._1zdh:hover, ._q2n:hover, ._38lv, ._mvu:hover, ._5aeq:hover._4hag:hover, ._30-_, ._30_0, ._30_3.uiTypeahead .wrap, ._1nv3 ._11kf, ._67io::after, ._1pek ._1sex:hover, ._66a_, ._2yeu, ._68r3:hover, ._68r3:active, ._1ng3, ._ep_, ._3_s1 ._3bcz, ._1xhn, .fbSettingsEditorFields .spacer hr, .fbNotifSettingsEditorFields .spacer hr, ._3col, ._eh7, ._4sjs, ._4l_h, ._63yy ._63yz._63yz, ._1nc6 ._1aa6, ._2z9u:hover, ._2z9u:focus, ._2z9u:active, ._5_4- label._58ak, ._3xaw, ._37wh label, ._2e39._2e39, ._1850, ._2e46, ._2e3h, ._2p_- .inputtext, ._1y-n, ._j-r, ._4_j4 .chatAttachmentShelf, ._3058._hh7, ._3mgp:hover, ._1uwi, ._2je8, ._4jfc, ._2dpo, ._6785, ._4rlp, ._5dwa ._45hc._1hqh ._c1c, ._hj0, ._4e36:hover, ._1vi5, ._680x:hover, ._1vkw:hover, ._4e-7 ._1hqh:hover ._13xf, ._4e-7 ._13xf, ._4e-7 ._45hc:hover ._13xf, ._2_ks:hover, ._4e-7 ._1hqh, ._1g05, .touch ._60n7:first-child ._u2d, .touch ._45fu ._18qg ._1_ac::before, .touch ._3o0d:after, ._5hoe:active, ._34tk, ._34tk ._2ycx, ._2u_v, .touch ._60n7:not(:first-child) ._u2d, ._30nj, ._4edl, ._5yc_, ._2k2v, .touch .segmentedControl .lwi .selected, .acr, .touch ._3cll, ._3-a6 .UFILikeSentence ._4ar- ._3emk, ._3-a6 .UFICommentReactionsBling ._3emk, ._3-a6._65_9._65_9 .UFILikeSentence ._4ar- ._3emk, ._3-a6._65_9._65_9 .UFICommentReactionsBling ._3emk, ._1brc:hover, ._46r5 ._1brc, ._3_i9, ._469n:hover, ._3cse:hover, ._3mfn ._469n, ._2iwq::before, ._42ad ._42ac:hover, ._3-a6 ._5x8v, ._2-8t:hover, ._30p3, ._3nta:hover, ._64ge, ._62zy:hover, ._3h4y:hover, ._3h56:hover, ._2l45 ._2l43:hover, ._2l45 ._2l4u:hover, ._2eso, ._4ygy, ._62c5 ._5s-c._62xd, ._62c5 ._5s-c:hover, ._4mq3 ._55ln:hover, ._4f4q, ._23qi, ._3dnn:hover, ._3ho0 ._1nt8, ._3i5f, ._4mkt:focus, ._4mkt:hover, ._1_fg:hover, ._14oh:hover, ._14oi._14oh, #facebook ._o0o ._55ln:focus, #facebook ._o0o ._55ln:hover, #facebook ._o0o li.selected ._55ln, .___o form.async_saving ._4jy1, .___o a.async_saving._4jy1, .___o ._4jy1._42fr, ._10ao:hover, .___o form.async_saving ._517h, .___o a.async_saving._517h, .___o ._517h._42fr, ._35_5:hover, ._42uw ._42v0, ._wu0, ._64m1._64m2:hover, ._64m1._k0b:hover, ._k3l, ._5fyj, ._2i-0:hover, ._lc6:hover, .mQuestionsPollResultsBar .shaded, ._14v5._14v5 ._14v8, ._5b45, ._2b03, ._31qh, ._43rx, .__o ._558b ._54nd._54ne ._54nc, .___o ._517h:active, .___o ._517h._42fs, ._1hwy, .___o ._558b ._54ne ._54nc, ._299e:hover, ._3yxi, ._26oe ._5vwy ._13xf, ._o0o ._1ht1._1ht2, ._1rqj._u-o ._33e, ._gd_:hover, ._26oe ._9jo ._54ne .uiLinkButton input, ._26oe ._9jo ._54ne a.navSubmenu, ._26oe ._9jo li.navSubmenu._54ne a, ._26oe ._9jo li._54ne, ._29z1 ._5lxs:hover, ._29z1 ._5lxs:focus, .jewelItemNew._1rqj:hover ._33e, .jewelItemNew._1rqj ._33e:focus, ._1nxz._1z4y a.jewelButton:hover, ._1nxz._1z4y a.jewelButton:focus, ._5i94 ._2s25:hover, ._5i94 ._2s25:focus, ._5i94 ._2s25:active, ._26oe ._2i-0:hover, ._5i94 ._585- ._4w98._4w97, ._5i94 ._585- ._4w98._4w97:hover, .___o ._4jy1:hover, .___o ._517h:hover, ._5w5j ._5e4h ._5e4k, ._40g6:hover, .fbNubFlyoutTitlebar:hover, .menuOpened .fbNubFlyoutTitlebar, ._5kw0, ._1gaz, ._62l4, ._3ohu:hover, ._204y ._2uto._5e4h ._5e4k, ._4lw4, ._3c-_ ._3tox ._3l9f:hover, ._3c-_ ._24qd:hover, ._61al:hover, ._25qh:hover, ._2wyr:hover, ._5aeq:hover, ._4hag:hover, ._17dr:hover, ._3n-c, ._2z5s:hover, ._4snt ._1jh4, ._5_vw:hover, button._5zi6, button._5zi6:hover, button._5zi6[disabled], ._33g2:hover, ._36lv._36lw, ._3j4d:hover, ._3gwt, ._2b0q:hover:not(._1pi_), ._3gwp, ._3utj, ._16g2._16g5 ._1mie ._16f-:hover, ._4gvo:hover:not(._1_07):not(._u_r), ._u0y ._4li:hover ._4h2m, ._1v6t ._1mie ._d_0, ._1v6t ._1mie ._d_0 ._4h2m, ._6dh ._1dsp, ._1_hb, ._4kbi, ._2kp5, ._35i9, ._1tn5, ._1wh9, ._4kmc > a, ._10sf, ._2bjy, ._exc, ._1r00, ._4g6w, ._4g6w:hover, ._1tzm ._1qm5, ._1tzm ._1qm5:hover, ._oyk:hover ._56zg, ._3-a6 .UFICommentActorAndBody, .UFICommentPhotoAttachedPreview._4soo, ._2v5c._4vb9, ._2v5c._4vb9 a, ._2v5c._4vb9:hover, ._4vb9 ._xh9, ._1wf3, ._5tjv:hover, ._5w0m:hover, ._1ewi, ._3g_v:hover, ._1te2._58ak, ._h1p, ._i5q ._gn2, ._5vb_ ._dcs .__c_, ._5vb_ ._6l-, ._1ndf:hover, ._52bu ._3ow-, ._i5q ._2-mn, ._5u92, ._4_g, ._1_bj, ._1ht1:hover, .uiBoxOverlay, form.async_saving ._4jy2, a.async_saving._4jy2, ._4jy2._42fr, ._53td:hover ._2xbx, ._3m1z:hover, ._57et>li:hover, ._9qy, ._2y_2 .UFIReplyActorPhotoWrapper, ._2el_ ._2elt:hover, ._2elt:hover, ._54t9:hover, ._54t9:focus, ._2w1z:hover, ._5o79 ._1ej0 ._nd_ ._s1-, ._5o79 ._1ej0 ._nd_ ._2e-2, ._4h_x:hover, ._4h_y, ._4k8w:hover, ._4k8w._2tms, ._3sfn:hover, ._4j2v > li:hover, .highlighted, ._5t31:hover ._5t4n, ._52n_:hover ._52p0, ._3s6w:hover ._3s6x, ._fdw:hover, ._18d1._18d2, ._60n0._brl, ._zoj:hover, ._1amv:hover, ._3g0f>div:hover, ._2l3_ ._53ij, ._4tk9, ._5zeh ._5zfq ._2vw6, ._5aep._5aer ._5aeo, .uiTooltipX .tooltipContent, ._4jtc:hover, ._1o_3._1o_3, ._55y4 ._5afe ._2jgb, ._1yrg:focus, ._1yrg:hover, ._2qix._1yrg:focus, ._2qix._1yrg:hover, ._5zr_, ._13_r, ._5zx7, ._2qix:focus, ._2qix:hover, ._1l-e ._229b ._2qix._229c, ._3v_p ._5s4n ._2m_r:hover, ._-cl, ._2i06:hover ._48ux, ._5c3e:focus, ._5c3e:hover, ._w35, ._d00, ._5-lx, .mp-dropdown .mp-dropdown-content li:hover, .mp-sidebar-filter-close, .mp-sidebar-filter ul, ._50nd:hover, ._50ne:hover, ._2p2g:hover, ._3oyq:hover, ._2u6_, ._33w3:hover, ._5-rl a:hover, ._9mu, ._16bu, ._4saq, ._4sym:hover, ._4ikh:hover, ._4i3n ._291t._1kp2:focus, ._4i3n ._291t._1kp2:hover, ._2-sm._xah:focus, ._2-sm._xah:hover, ._2-sm._xag:focus, ._2-sm._xag:hover, ._5zeb:hover, ._utp:hover, ._utv:hover, ._3nwx:hover, .SurveyRadioCheckbox.selected .InputBackground, .SurveyRadioCheckbox.selected, .SurveyRadioCheckbox:hover .InputBackground, ._206m .fbNubButton:hover, ._585- ._4w98._4w97, ._3lji:hover, .fbMapCalloutMain, ._2le1:hover, ._5awg li:hover, .__wu ._539-.roundedBox .uiSearchInput.reDesignedInput button.btnSelected, ._1uhm, ._5t_y ._1dsq:hover, ._5-2t:hover, ._13iv ._5l37:active, ._13iv ._1k1p, ._13iv ._5l37:hover, ._nlp:hover, ._594b, ._87i:hover ._594d, ._29d1:hover, ._4qq2, ._5y_z:hover, ._3jv6, ._599n, ._4dw3 button, ._4dw3 button._42fr, ._4dw3 button:hover, li._3wxb, li._3wxb:hover, li._1hgw, li._1a_0:hover, li._1a_0._4vb9, ._57e6:hover, ._2cpp, ._4qax, ._u2d, ._3c5x, .mTokenizer .jx-tokenizer, ._bji, .touch ._56bv::before, .touch.wp.x1-5 ._56bv::before, .touch.wp.x2 ._56bv::before, ._4756, .aclb, ._56bt, ._56bt ._58gn, a._56bt, .touch ._56bu::before, .touch.wp.x1-5 ._56bu::before, .touch.wp.x2 ._56bu::before, ._5c0e, ._u42 ._55fj, ._59te.popoverOpen, ._59te.isActive, ._b8l:hover, ._3vdy, ._b8m, ._5pw1, ._2v5c:hover, ._1y1e:hover, ._569t ._54ne ._54nc, ._569t ._54nd._54ne ._54nc, ._pu_:hover, ._1ht3._1ht1, ._zw8:hover, ._3g_t:hover, ._5c1w.reply, ._5c1w ._5i3x, ._3-nt:hover, ._3g_u:hover, ._344_:hover, ._9jo ._54ne .uiLinkButton input, ._9jo ._54ne a.navSubmenu, ._9jo li.navSubmenu._54ne a, ._9jo li._54ne, ._m_1._3x6w._mwg, .policiesPolicy:hover, ._2_k6:hover, ._4h3e:hover, ._4h3e:active, ._4h3e:focus, ._4eys:hover, ._4eys:active, ._4eys:focus, ._4h3c:hover, ._4h3c:active, ._4h3c:focus, ._5f_8:hover, ._hh7._aol, ._6dh ._1dsq:hover, ._5nlo, ._5ssz ._zy_, ._4661>li._465-:hover, ._3933:hover, ._2tga.active:hover, ._2tga:hover, ._1pt_:hover, ._1v2t:hover, ._1fhw:hover, ._194v:not(._1yiw):hover, ._4-ss>tbody>tr:hover>td, ._4-ss>tbody>tr:hover>th, ._aqz:hover, ._1_-t:hover, ._rce:hover, ._owy ._oxb._ox6 ._oxc:hover, ._ox5 ._oxe, ._ox7 ._oxc, ._owy ._oxb ._oxc._oxe:hover, ._owy ._oxb._ox7 ._oxc:hover, ._owy ._oxb ._oxc:hover, ._3sod:hover, ._5clf:hover, ._4r_1:hover ._5a5j, ._5y02:hover, .uiButtonOverlay:focus, .uiButtonOverlay:active, ._4jy1:active, ._4jy1._42fs, ._25_a:hover, ._25_c, ._4j3_:hover, ._4j3_:focus, ._54xt, ._15s0>a:hover, ._2tga:hover, ._2t7w.highlighted, ._2t7w:hover, ._h0d, ._4wm8, ._3nba, ._5mfc:hover, ._5v-p, ._2g5i ._2g5l:focus, ._2g5i ._2g5l:hover, button._45sv:hover, button._5qi6:hover, button._5qi1:hover, button._2_2s:active, ._5jsn._5jso, ._47od, ._qio ._413w, ._b-o:hover, ._1y80, ._zd0 ._zd2:hover, ._30vj, ._1qjo:hover, ._por ._pot, ._poq ._pot, ._3v4j a.uiMorePagerPrimary:hover, ._3_-3.homeFixedLayout ._3r7c:hover, a._2jma:hover, ._2xh4, ._5itl:hover, ._42fu:active, ._42fu._42fs, ._5xc3:hover, ._4p2b:hover, html ._146s a:hover, .fbTabGridItem:hover, .fbTabGridItem:active, .fbTabGridItem:focus, ._128l ._128o, ._5gy2:hover ._5gy3, ._5itl:focus, a._5xx9:hover, ._4g6x, ._4ypb, ._mpz, ._26a7 ._26a8:hover, ._53th, ._5y6n:focus, ._5y6n:hover, ._5y6n._5y6o, ._5w27, ._5w24:hover, ._53ge, ._40m_:hover, ._338:hover, ._1riu:hover, ._5ugg, ._mqd:hover, ._3uh-, ._1v6t ._1mie ._m3c:hover, ._26hs, ._4kzr:hover a, ._4kzt:hover a, ._4kzr:hover, ._4kzt:hover, ._1v6t ._1mie ._4lo:hover, ._1v6t ._1mie ._m3c ._4h2m:hover, ._3lk2 ._52kr, ._riq, ._5hue>a:hover, #create_frame .box:hover .facade, ._4r_1:hover, ._yw7:hover, ._tzp, ._3uh4._21yg ._3uh8:hover, ._3uh4._21yh ._3uh8:focus, ._3cql:hover, ._yw7:focus, ._s39:hover, ._55y4 ._bui .selectedItem ._5afe:hover, ._5l37:hover, ._6wq:hover, .mlePhotoButtons .mlePhotoButtonLink:hover, ._55xn:hover, ._5u8u, ._xah:focus, ._xah:hover, ._1y2l li.jewelItemNew a.messagesContent, ._3etu, ._3etw, ._58zy, .fbNub._50mz .fbNubFlyoutFooter:before, div.uiTypeaheadView li.calltoaction.selected, div.uiTypeaheadView li.calltoactionV2.selected, ._5va0 ._44b2:hover, .multiColumnCheckable .anchor:hover, .groups_rhc ._4mr7 ._2pez, ._1m03 .uiMorePager .uiMorePagerPrimary:hover, ._5ugf, ._p0g.reconnecting, ._p0g.error, ._p0g.offline, ._p0g.notice, ._29_7 ._3czg ._2e-7 ._2e-1, ._29_7 ._3czg ._2e-7 ._2e-2, ._55y4 .uiSideNavAux:hover~._5afe, .UFIReplyList .UFIRow, .openToggler.uiSideNavAux+._5afe, ._5vb_ ._55y4 ._bui ._5afe:hover, ._5vb_ ._55y4 ._bui ._5afe:focus, ._42fu, ._42gx:focus, ._42gx:hover, ._5vb_ ._55y4 ._bui ._5afe:active, ._5vb_ ._55y4 ._bui ._5afd ._5afe, ._6-6:hover, ._9rx.openToggler, ._9ry:hover, html ._9rw._54ne ._54nc, .fbNub._50mz .fbNubFlyoutFooter, ._1bk-, ._9ox, ._4jy1:hover, ._5vb_ ._3sod:hover, ._4ar- ._3emk, .uiSearchInput .UFIAddComment .UFIAddCommentInput._1osc, ._4mq3 .fbNubButton:hover, .fbxWelcomeBoxSmall .fbxWelcomeBoxSmallRow:hover, ._4jy2:hover, ._55ln:focus, ._55ln:hover, ._2o49, li.selected ._55ln, ._2iwq, ._2pt, ._k-:hover, .uiButtonConfirm:hover, ._4n9s, ._3ztx ._3ztw:hover, ._4mq3 .fbNubFlyoutTitlebar:hover, ._8r7:hover, ._5hpx ._5hq2, html ._255s:focus, html ._255s._16jm, ._xag:focus, ._xag:hover, ._3t3:hover, ._1nc6 ._d97, .fbReminders .fbRemindersStory:hover, ._4na3, ._kx, ._m_1, ._3bx9, ._38de, ._3186 ._5g_r:hover ._m_1, ._3cht .text_exposed_link:hover, ._4z-w:hover, ._27nv, ._3q9a, ._3s18 ._3c_:hover, ._5fvg ._3ala:hover, ._5fvg ._3ala:hover, ._2709:hover, ._40mk:hover, ._40mr:hover, ._40ml, .uiMenuItem a:active, .uiMenuItem a:focus, ._558b ._54ne ._54nc, div.uiTypeaheadView .selected, .fbCalendarGrid .fbCalendarGridCell.fbCalendarGridToday .fbCalendarDayItem, #facebook ._7xn._7xn, ._7xn, ._rb3, ._1t0_:after, ._4jdr._1t0v, ._4jdr:hover, ._50i7:hover, ._ypo span, .uiButtonConfirm.uiButtonDisabled:active, ._gx8 .img, .uiButtonConfirm.uiButtonDisabled:focus, .uiButtonConfirm.uiButtonDisabled:hover, ._270u:hover, ._580d:hover, ._3xd0:hover, ._3xd0:hover ._5xhn, ._324a, ._4ws .selected:hover, ._4ws .selected, .uiToken, ._2nb ._2ne .unreadHighlight, ._2nb ._2ne .unreadFading, ._5r8h:hover, #ci_compact_list .ci_compact_icon_holder:hover, ._3col, ._4sjs, ._31qi, ._g1w ._4li:hover ._4h2m, ._5mug, .__tw .jewelFooter a:hover, .__tw .jewelFooter a:active, .__tw .jewelFooter a:focus, ._hh7:active, ._-5k ._hh7, ._2i-c ._54ne ._54nh, ._2i-c ._54ne ._54nc, ._2i-c ._54ne, ._21es, ._14-8, ._558b ._54ne ._54nc, ._15kw ._1hzo, ._15kw ._2rr4:hover, ._558b ._54ne ._54nc, ._558b ._54nd._54ne ._54nc, .openToggler>._5vto._5vto, .openToggler>._5vto:hover, ._3xem:hover, ._50hx, ._50hx:hover, ._wrr label._58ak, ._5vsj .UFIRow.UFIUnseenItem:after, .openToggler>a._4-s1, .openToggler>a._4-s1:hover, .openToggler>a._4-s1:focus, .openToggler>a._4-s1:active, .uiSelector .openToggler .uiSelectorButton:hover, .uiSelector .openToggler .uiSelectorButton, .uiSelector .openToggler .uiSelectorButton:active, .uiSelector .openToggler .uiSelectorButton:focus, ._3gmf:hover, .uiSelector .openToggler .uiSelectorButton:hover, ._5w40.fbEventHeader.noCoverImage #fbProfileCover .coverImage::before, ._i5q ._2-mp, ._i5q ._gn3, .jewelItemNew ._33e, .__tw li.jewelItemNew, ._ors .__tw .uiScrollableArea li.jewelItemNew>a, ._hh7>span>a:hover, .uiSideNav ul .selectedItem .subitem:hover, .uiSideNav .item:hover, .uiSideNav .item:active, .uiSideNav .item:focus, .uiSideNav .subitem:hover, .uiSideNav .subitem:active, .uiSideNav .subitem:focus\",\n\t\t\"{background-color:var(--bg-color-hover, #3d3a3a)}\",\n\t\t\"\",\n\t\t\"._7b1s, ._3__- ._3e5f._1miz[style*=\\'background\\'], .titlebar ._69pt[style*=\\'background\\'], ._5wd9>div[style*=\\'background\\'], ._b_1:hover, ._3tnu[style*=\\'background\\'], ._48ci, div.uiTypeaheadView .selected, ._3i_m ._2her[style*=\\'color\\'], ._1aa6[style*=\\'ound-col\\'], ._4ex4, ._3ts6, ._1gco, ._22jf ._22jj._22jj[style*=\\'ound-col\\'], ._3-a6._1blz .UFICommentActorAndBody[style*=\\\"background\\\"], ._o0o ._3-a6._1blz .UFICommentActorAndBody[style*=\\\"background\\\"], ._3-a6._4eno .UFICommentActorAndBody[style*=\\\"background\\\"], ._3bii, ._1ht3._1ht1, ._1cwg, ._55gu li.voterow[style*=\\\"background\\\"], ._z4i li:hover, ._3v2i ._57p3._3mmj, ._1ms1, ._3b4h span, ._3b5i, ._5jn4:hover, ._2as-, ._5vb_ .home_right_column .fbFeedTicker .tickerStoryActive, ._5vb_ .home_right_column .fbFeedTicker .tickerStoryClickable:hover, ._15--, .uiButton._52nd, .uiButton._52nd:active, .uiButton._52nd:hover, .uiButtonOverlay._52nd, .uiButtonOverlay._52nd:active, .uiButtonOverlay._52nd:hover, .sideNavItem.selectedItem a, ._5afe:after, ._5abn, ._5vb_ ._5pr2 .fbFeedTicker .tickerStoryActive, ._5h2p, ._3egg._3egg, ._3thf, ._3j5h .uiTypeahead input, .fbCalendar ._5pr2 .fbFeedTicker .tickerStoryActive, ._1t4w ._5pr2 .fbFeedTicker .tickerStoryActive, .timelineLayout ._5pr2 .fbFeedTicker .tickerStoryActive, ._5vb_ ._5pr2 .fbFeedTicker .tickerStoryClickable:hover, .fbCalendar ._5pr2 .fbFeedTicker .tickerStoryClickable:hover, ._1t4w ._5pr2 .fbFeedTicker .tickerStoryClickable:hover, ._5pr2 .fbFeedTicker .tickerStoryActive, ._5pr2 .fbFeedTicker .tickerStoryClickable:hover, .timelineLayout ._5pr2 .fbFeedTicker .tickerStoryClickable:hover, div._211 ._213:hover, div._211 ._214:hover, ._2jse ._2jsf, ._4nqn, ._4p2a:hover, ._271k, ._3b62 label, ._47__::before, ._35zn\",\n\t\t\"{background-color:var(--bg-color-hover, #3d3a3a)!important}\",\n\t\t\"\",\n\t\t\"._4dfu, ._3i4, ._4vhi textarea, ._5hua, .touch .btnC, ._5cni, ._5ecn, .touch .btnS, .touch ._590n, ._559a, ._559a:hover, .fbNubButton:focus, .fbNubButton:hover, .UFILikeSentence ._4ar- ._3emk, ._6wl:hover\",\n\t\t\"{background:var(--bg-color-hover, #3d3a3a)}\",\n\t\t\"\",\n\t\t\"._4kfz._4o07, ._1tt::after, ._3v96\",\n\t\t\"{background:var(--bg-color-hover, #3d3a3a)!important}\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"/*-------------------- borders color --------------------*/\",\n\t\t\"html ._6-d .fbTimelineSection, ._6ue3, ._khq, ._1eo6, ._1kns, ._45r6, ._1dm9, body._4c1z ._1ewq, ._4zmf, ._55x2._55x2>*, ._47as, ._1gyi, ._4zj8 ._58ku, button._5qi6, ._4ks>li, ._3cx7>._3cxc, ._2xh0 ._ohe, ._2oj3, ._5hoc, ._4uyl ._1cb, ._2e4p ._53ik ._53io, ._1tvr, ._3rwl, ._2ob5, ._5fez, ._4d-q, ._12i1, .__4f, ._2emp+._2emp, .PlacesTypeaheadView .compact .homecreate, ._5po3, ._2b1u.attachment, ._1drm._1b90, ._4iqg, ._1rw, ._4-3o, ._3bdx, ._2qgs:before, .uiBoxRed, ._1v3g, ._307z:before, ._1brc:hover, ._4vp1 ._4pbx, ._2ape, .uiBoxGray, ._695w, ._j_2 ._sa_ ._37uu ._57w ._a7s:only-child, ._dut, ._387e, ._1mie, ._270u:before, ._580d:before, ._2dqm, ._4jy1:active, ._quq, ._1opz, ._2akf ._2ak_, ._14au, ._19_p:before, ._2xp ._46td, ._1w55, ._3q__, ._586y, ._ojd, ._oyk:hover ._oyl._56zg, ._2rd3 ._5vsj, ._h71, .uiButtonGroup .uiButtonGroupItem, ._274e, ._3_e6, ._1dd0, .uiComboInput, ._k-, ._5sn_, ._1kc5, ._55xm, ._417b, ._3m75 .selectedItem ._5afe::after, ._558b ._54ne ._54nc, ._4s1v, .fbPhotosPhotoActions .actionListButton.rotateButtons, ._tn0, ._51tl, ._4hxu, ._1jwd, .touch ._lr0, html ._58ak._4c02, ._569t ._54nc, ._1ayk, ._32hc, ._4q0-, .megaphone_box, ._1v6t ._1mie, ._1drm._1ds4, ._3i2n, html ._5izg, ._3cpq, ._1amv._1amw, a.uiButtonSuppressed.uiPopoverButton:hover, ._2l4u, ._4-ld, ._2s60 ._357t, .uiButtonConfirm:hover, ._z-w, ._5_50, ._21ql, ._2-9w, ._55x2+._55x2, ._3-a6 ._6o4, ._5u92, ._3nb6 ._3nb9, .UFIReplyList .UFIRow:last-child, ._4_eu, ._3pw8 ._50z2, ._4d3w .ego_unit_container .ego_unit, ._v82 ._v83, ._1t-h ._58ak, .touch ._52t1, .fbSettingsSections .fbSettingsSectionsItem.fbSettingsSectionsItemBorderTop, ._4cnl ._2b6j, .___o ._517h, ._5vb_ ._5pr2 .fbSidebarGripper, ._xbh, .UFICommentPhotoAttachedPreview, ._p0k ._5hzs, ._20y ._24f, .suggestionsDivider, ._4yiq td, ._3v_p ._3v_w ._2m_r, ._rzn, ._5rsw, ._3scu, ._3aco, ._b1z ._b1_._3cr5, ._55m4, ._5vsj.UFIContainer .UFIReplyList ._4oep, ._44vw, ._3nm ._5a_, ._4-xi, ._38rb::before, ._5w9f, ._3q73, ._p9q, ._5kjv, ._558b ._54ak, ._3xav, ._1kc0, ._3yjv, ._haz, ._1l1a, ._5cie ._5cji, ._609t, ._2o49, ._324i, ._6s-6, ._5m9x, ._31l1 ._60c2, .touch input, ._3-a6._1blz ._pb2 ._2r3x ._3ekx, ._mqd, ._17m5, ._5vsj .UFIRow._4204, ._1exz, ._21eh, ._5pr2.fbChatSidebar, ._u77 ._4xdg._3-a6._1blz .UFIRow._4204, .mlePhotoButtons, ._26y3, ._14vf ._33v2, ._26y4.uiList>li, ._1c-4, ._30xs, ._33xh, ._44h4, ._3s4w:before, ._37p5:before, ._3-a6._1blz ._fmi, ._tn3, .groups_rhc ._4mr7 ._4mr8 a, ._3ji8, ._4b0h, ._4ms4, ._n57, ._3nzk .objectListItem, .sharerAttachment, ._5xk5, ._5doo, ._2pu, ._416u ._56ji, ._ors .__tw .uiScrollableArea li, ._u08, ._3cz, ._gli, ._1rg_, ._35sm ._4-lt, .__3t, ._25_a, ._22jv, ._5a4x, ._6xu, ._q2m, ._31uc, ._5vb_ ._3sod:hover, ._416u ._4ixr ._3smp, .ogHovercardFullFeedbackDialog .ogHovercardFooter, ._3ks5, ._mze, ._6-6, ._3-g8, ._4p4c ._39zp, ._37wu, ._5mub, ._1_8p ._1_8r, ._4vb8, .fbCalendar ._5pr2 .fbSidebarGripper, .__tw .jewelFooter a, ._yv-, .profileBrowserDialog .filterBox, ._3m__, ._4s8h.uiHeaderSection, ._1xcu, #facebook ._1og0, ._4up .xmode_row_last, html ._58ak._1j5c, ._57yz, ._4uiw, ._2pt, ._nqz, ._15f2._2ddh, ._15vt, ._24-a, ._3-6a, ._4fzb, ._5hpx ._5hq2, .uiToken, .uiButtonConfirm.uiButtonDisabled:active, ._4vnp, ._3g4u, .uiSideNav .item, ._1hv5, ._680k, ._3z96, ._5vl5::before, ._3ala, ._39gk, ._6idc, ._2oc- ._2oc_, .mp-header-search-box form, .UFIAddComment .UFIAddCommentInput._1osc, ._-ez, ._3bg5 ._52x6, ._55k0, html ._5v3q > ._3yll, .___o ._517h._42fs, .uiMediaThumb, ._4jy1._42fr, ._55r3, div._xco, ._4-u2, ._kkw, ._3x_6, ._5_eg:after, .uiTypeaheadView .bucketed .header, ._2tq5, ._5xvh, ._6i_i, ._4pu6 ._37uu ._610i._a7s._20h6._2h27, ._10as, ._25o2, select, ._14b9 ._gx6, ._rb9, ._3uyo, ._680x, ._1klk, ._5kxd, ._57uu ._4p6i:nth-child(2), ._5zs0, .touch ._4_d0 ._4_d1, button._2_2s, ._40hy, hr, ._ru0, ._52gf._52ge, ._641d, ._3zsi, ._w3q, ._4wo, ._5w7z:before, body[dir=\\\"ltr\\\"] input._ob6, ._2nb ._2n3, ._4xda, ._3io8, ._2vex, ._14, ._33_l ._33_i, ._4kzo, ._21oc, ._59fj, .uiInlineTokenizer, ._5lfa ._5lfb, ._18x_, ._47at, ._o0o ._5v3q._4mrt, ._1rqj._u-o ._33e, .openToggler>._5vto:hover, ._1lor, ._53d9, ._3_i9, ._3eqz._59ap ._3ekx, ._1jwy:hover, ._eh7, ._575h, ._cuk, ._1u3z, ._5gkp, ._58zf, ._58mk, ._4jtg, ._bez, ._4l99 ._2707 ._4l9a, ._1st, ._2ab, ._1ube, ._8sy, ._4sak, ._5w0m, ._vau ._1uam, ._680u, .touch ._60n7:not(:first-child) ._u2d, ._1t4w ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory, ._2r84 ._2r87, .touch ._59f6._55so::before, .uiWashLayoutGrayWash, ._3x5f, ._3kvm, ._3u1w, ._58ze, ._4n9-, ._5esn, .pop_content .dialog_summary, ._4ygy, ._1xh9, ._2v5c, ._5njd, ._5_64, ._2-us>div, ._1wc4, ._4czr, ._1k2c, .___o ._517h:active, ._2997 ._299e, ._3s1x, .UFICommentPhotoAttachedPreview._4soo, ._3z4t::after, .uiMorePagerLight .uiMorePagerLoader, .mp-sidebar-filter-title, ._3m31:nth-of-type(2n), ._sg1, body ._3-_v, ._k93, ._5_xt, ._14vf ._2x3m, ._fgm._sa_._1sz4:empty::after, ._21x_ ._48p5, ._4pbf, ._5n4j, ._55x2>*, .fbRemindersContent .fbRemindersContentHeader, ._cjr, ._2e-p, ._mb5:hover, ._2l1h, ._2n0-, ._4x1u, ._5ge1, ._4kt>li, .__1d, ._3b, ._1tc ._1wdf, .touch .btn, ._2eso, ._2viw ._4fgg, ._1da8, ._wu0, ._62l4, ._4pbe, ._1y48 + ._1y48 > ._1y4a, ._2dck, .touch ._4_xl div._51v6::before, ._4uix, ._5_-b, ._5v3q ._5mxv, ._3jvu, .touch ._5qfc, ._5esl, .uiHeaderTopAndBottomBorder, ._4bha, .menu_login_container .inputtext, ._4xd8, ._3afl, ._4-ss>*>tr>td, ._2-8t, ._367l, ._20kg, ._3l4b ._3l4c, ._5j35::after, ._3b04, ._ryt, .pmt_header, ._586x, ._2is9 ._4k59, ._2l1j>div, ._2nb ._2ne .unreadFading, .uiSideHeader, ._5zkx, ._1_kl, ._64mc, ._55gy .trans_bar, ._uww, ._2yas, ._56zk, ._1uc3, ._5wh_, .mp-toolbar, ._5hpq, ._3mfn ._469n, ._62c5 ._5s-c._62xd, ._20hb, ._19gg, ._26y4 .uiList>li, ._13uo, ._2b1y, ._1wf3, ._59pe:hover, ._-0d, ._4by1, ._23mp, ._371u+._371u, ._54t9, ._33v2, ._1dq, ._5x_m, .pluginBoxDividerGray, ._64lx ._517h, ._zoj, ._1nc7 ._3e7u ._1ekr, .uiInterstitial .interstitialHeader, ._2m0_, ._52g0, ._4pbc a, ._3kth ._rod ._3kvw, ._4w2s, button._5qi6:hover, .uiButtonConfirm.uiButtonDisabled:hover, ._4-ss>thead>tr>td, ._1kbp, ._2mm3 ._2_bh ._509o, ._2dg5, ._1h50, ._18d1._18d2, ._4wu, div._3d9x, ._4375, .SurveyRadioCheckbox.selected, ._s39, ._475n, ._1xxp, table._5esl, ._553h ._333r, ._ftk, .touch.x2 .structuredPublisher .btn, ._30xv, ._2e2-, ._19ag, div._9rv ._54ng, .fbSettingsListBorderBottom, ._2ckv, .policiesPolicy, .timelineLayout ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory, ._s_6._37uu ._610i._a7s._20h6, ._2u_v, ._30p3, ._56t8, ._1iup, ._18sh, ._e13, ._559a, ._4zsl, ._4wdu, ._424u td, ._64lx ._59pe:focus, ._2zl1, ._3v4j a.uiMorePagerPrimary, ._5pk3, body ._5nwp, ._1yd8, ._5suw, ._432s, ._2ecj, ._57pm, ._5dwm, ._2wv7, ._19jn, ._5ugf, ._4xbk ._40jq + ._40jq, ._4l3k, ._3twz, .timelineLoggedOutMain .allFavorites .profileInfoTable hr, ._1aaw, ._5ghg, ._bui ._5afe ._2jgb, .home_right_column .ego_section .ego_unit_container ._1__k, ._2t7w.highlighted, ._1m6, ._4k8w, input._59q0, ._sr8, ._3b_q.selected, ._4mq3 .fbChatTypeahead, .touch textarea, #facebook ._3h79 ._4nql._3a8w, ._2dc7, ._3jyk, body ._5nwo, ._5nz6 ._58z_, ._6_7, ._57pl, ._1ih_, ._5mzk ._5mzl, ._rio, .FBEntityLink, ._15wh._riu, ._24s8._24s8, ._1eu-, ._51iy, ._5xlb, .touch ._14_j, .UIThumbPagerControl_Last .UIThumbPagerControl_Button_Right, div.uiTypeaheadView li.calltoaction.selected, ._4efs, ._5n2h, ._1-7u, .mp-dropdown .mp-dropdown-button, .aclb, ._1cx1 ._ei_, ._57h8, .fbNubFlyoutBody, ._27_8, ._4oc4, ._4uzv:last-child, ._2boq, ._38jw #email, ._5w5j ._5m8o ._26uc, ._b-o, ._4vb9+._4vb8, ._2vr0, ._7fw, .__d ._gc, ._nar, ._53px, ._4yj, ._10ao:hover, ._3k4n, ._5esl td._5esm:first-child, ._4ypb, #facebook ._3hx- ._1i6a ._2kwv, ._1-ns, ._ezu, ._3on2, ._1-nt, ._3mt2, ._53jh, ._3oc7 ._3oc8, ._4n06 #rightCol, ._9zl, ._5r8e, ._63eo, ._1zhd, .uiSelector .openToggler .uiSelectorButton:focus, ._3stw, ._2rf7, ._1rbq, ._5kw0, .openToggler ._1n, ._2p08, ._1i4n, #facebook ._3210._3210, ._55gy .voterow:first-child, ._62l5, ._mm, .openToggler > .uiButton.uiPopoverButton, ._5vsj .UFILikeSentence, .fbxPhoto .fbPhotosPhotoActions, ._6-d #fbProfileCover .coverBorder, ._36nj::before, ._66fe, .___o ._4jy1, ._5nlo, ._517h:active, div._1_rt, ._5811, ._61h6, ._42i, .PlacesTypeaheadView .compact .freeform, ._417c, ._1jf6, ._2rw2, ._3m1_ ._3m20 ._3m1y, ._bsb, ._48mg, ._66a_, ._1_hb, ._ex8, ._3oh_, ._2tga, ._2tpl, ._1z-e, ._oie._4ehf._213j, ._4dw3 button, ._15ny::after, ._65nn, ._2xqu, ._1jr2, ._569t ._54ng, ._412b+._412b, ._5y4o, ._sig, ._4-ss>thead>tr>th, ._38pg, ._2dpg, .touch select, ._8ue::after, ._3-z, ._2o7y:not(:focus):not(:hover), ._5jd0, html ._4po .ego_section .uiSideHeader, ._421d, ._3y15, ._642, ._ors .__tw div.friendConfirmedNotifsUnitAggregated, .uiMorePagerLight .uiMorePagerPrimary, ._3pvx, .uiButtonSpecial:hover, ._3fij, div.uiTypeaheadView li.browseUpsell, ._5ail, ._5x_n, ._207-, .touch ._g0k, ._2uk9 ._256b, ._5rvc, ._1474, ._5jsn._5jso, ._5uco, ._10uf, ._11um, ._4yng, ._1ha, ._438u, ._5pw9, .touch .structuredPublisher .btn, ._53m5._3cr5, ._59fh, ._4odm::after, ._qxm, ._26oe ._4-u2, ._6wq:hover, ._1wc-, ._6cx, .invite_list .invite_list_row, ._38h7, ._4obl, ._53m5._1s6b._3cr5, ._3ni ._gl._498, .openToggler>a._4-s1:focus, ._2g5m ._2g5v, ._3orh, ._lni, ._56zl, ._25q1, .touch ._400s, ._b_1, ._274a, ._5cq9, ._59ry, ._25fy, ._4al, ._1brn>._4ewu, ._2qo2, ._e-8, .fbNub._50mz .chatAttachmentShelf, \",\n\t\t\" ._5zeb, ._674v, ._4b9b, ._mvu, ._4i1z, ._5p0r, ._35n5, .uiOverlayContent, ._3ohz, .openToggler > .uiButton.uiPopoverButton:focus, ._38xr ._38xu ._54nc, ._vat:hover, ._61y, ._4njm, ._41kh, ._1t8l ._1t8p, ._4wm8, ._e6i, ._4tey, ._4c2t, ._5i94 ._585-, ._6wt, ._3ubp, ._5wpt, ._1tm3, ._1lou, ._5gkz, .touch ._1xl5, ._h_6, ._2x6q ._53ik ._53io, ._15y7, ._3g6f, ._5_uf ._1spg, .tinyViewport ._5sqx, ._46t6, ._2sy- ._3yz4, ._r6o, ._34_i, .touch ._31yd, ._1pif, ._364n ._grm, ._7sj, ._6fm, ._eos, ._26oe._2ltu ._4-u2, .uiSearchInput, ._4-sv, ._5p-6, ._2s20, ._2qh, ._5vg, ._26oe ._70l, ._2tga.active:hover, ._69d, .mp-featuring-menu-heading h2, ._3ho0 ._1nt8, ._4756, ._3nzl ._3nzk .hasPYMK, div._211 ._214:active, ._3i4, ._42fu._42fr:focus, .uiButtonConfirm.uiButtonDisabled:focus, ._3_s1._3_s0 ._63xb:focus, .___o ._59pe:hover, ._4qax, .touch button, ._42fu._42fr:active, ._2464 ._-0d:last-child, ._18--, ._5k49, #savefrom_fb_download_popup, ._1amv, ._56zg:hover, ._2qsv, ._qio ._3xgm, ._avo, ._5kqc, ._33hy, ._5tlx, .__tw .jewelFooter a:focus, .hasLeftCol #contentCol, ._47kx, ._2_ku, .touch ._1aj4, ._3xl4, ._5y_z:hover, ._3igh, ._5ybo, .touch ._vee ._vef, ._s7h ._4-h7, ._1rs, ._34yh ._57mb, ._1gh2, ._4cfc, ._10sf, ._2cpp, ._59pe:focus, ._1w5a, .invite_history .invite_history_stats, ._1lsx ._5zkx, ._5ewi ._5mtx, ._2b1t.attachment, ._j1x, ._1475:not(:last-child), ._2q1a, ._13, ._2yap._2yaa::after, ._5v3q ._5g-l, ._3egg._3egg, ._2nob, ._4720._5dik, ._g1x, .SurveyRadioCheckbox.selected .InputBackground, ._3545, ._62r4 ._3tmz, ._5yzw, ._7a1, ._3on9, .mToken, ._19vg ._5a8u, ._56zg:last-child, ._7si, ._4-u2>._4-u3, ._4u2l, ._6cw, ._79q, ._46r5 ._1brc, ._1awm a, ._3kvq, ._h24, ._3xcw, ._3cse:hover, ._5mtz, ._5cml, ._62sc::before, ._1uu3, .touch ._2pbp, ._5dxs, ._58wf, .uiButtonConfirm.uiButtonDisabled, ._5s0e, ._2o7-:not(:focus):not(:hover), ._2l43, ._2ky, ._4o58::after, ._4g6x, ._3x-2 ._5r69._487l._487l, ._2jse ._-sm, ._4j3_, ._6rbf, ._1-2s, ._2pwd, .touch .btnC, ._18s5, ._5lnf, ._4w11, ._62un, ._ep_, ._884 ._4fgg, ._5e8l, ._16ve, ._23mm, ._4jy1, ._30v-, ._3n00, ._5jq0, ._4e36, a.async_saving._42fu, ._517h._42fs, ._4xhu ._5vsj, ._y1p, ._63yy ._63yz._63yz, button._ycx._97m, ._5c1q, ._qio ._413w, ._1mv9 ._3el6, ._3qe8, ._2p_- .inputtext, ._2t8s, .touch .m_messaging_compose textarea.input, ._s79, .___o ._59pe:focus, ._5nzo, .uiGrid tr ._4741, ._1_ke, ._-jf, ._1ho1, ._2dpo, ._66fd, ._1t4w ._5pr2 .fbSidebarGripper, ._fyy, ._5q91, ._390a, ._680l, ._5a-3, ._5mem div._55he, ._5i_t, ._4xit ._b-o, ._27ru, ._1wmv ._1wmx, ._2oof, ._5948, ._1xhn, ._3mh3, ._2i41, div.uiTypeaheadView .selected, ._55v0, ._4adh, .uiButton:active, ._57e6, ._4-h8, ._1wld, ._1ceo, .touch ._59tu, ._44qk, ._3-a6._1blz ._6lh, ._1hwy, ._4a-m ._4a-j, div.uiTypeaheadView li.calltoaction, ._2nza, ._ji0, .uiTagTypeaheadView .compact .userEdText, ._1_he, ._3h8s, ._15wh, ._1nc6 ._3e7u ._1ekr, ._p6a, ._34x4, ._6dh ._509o, .__9u, ._1a_t ._1fm0, ._2l03, ._3bze::before, ._2g5_, ._67zx, ._3912, ._cjm li._487i, ._aa2, ._vrm, ._3z4s, ._4mnq, .touch ._3tap, ._9fz, ._1hh8, ._1f83, ._1smq, ._4q6h, ._207- ._21o0, ._76u .uiTypeahead ._76v, ._3cht .text_exposed_link, ._4bn_, ._684j, .uiCollapsedList ._20h6._a7s._610i._a7s._610i, ._1o1m, ._3dvv, ._4xit ._251i, ._1hdh, ._57et>li:hover, .touch ._3c9h::before, ._58yf, ._2nqv, ._5sa2, ._611j, ._kv:hover, ._3kin, .leaflet-bar a:hover, ._4jy2._42fr, .touch ._5hgt, .pagelet ._1949, ._5145 ._5146, ._46p- ._5q9i, ._4i7u, ._5pv0, ._38bw, ._5na_, ._5aca ._5b15, ._2s4t, ._3col, ._2pgc, ._5v3q .s_qo77vwu3, ._2x6q ._53im ._53io, ._5cni, ._1bs1:hover, ._3d_2, ._129-, .PlacesTypeaheadView .places .homecreate, ._46ye, ._3536, ._4r61, ._64gn ._42uw, ._55xn:hover, ._jlw, .groupJumpLayout #rightCol .uiHeaderSection, ._5_ie, ._vau, ._1ng3, ._4xit ._4hwo, button._2_2s:active, ._t73, ._63t8, body[dir=\\\"rtl\\\"] input._ob6, ._2-kn ._k-a, ._5qxm._620g~._63tb, ._70l, .touch ._egf:first-child, ._57et>li, .mTypeahead .jx-result, ._1dbm, ._1s91, ._vau:hover, .touch ._60n7:first-child ._u2d, ._5v3q ._3-a6._1blz ._2lhm ._1dwg, .UFIInputContainer, ._g1w ._1gd8, ._6dh ._509o:hover, ._5pmc, ._8-b ._26y1, ._5-2t, ._3db, ._298- ._299e, ._jzb ._jzh._jzk, ._42fu._42fr, ._5nw8, ._4uo5, ._58dn, ._2wxf, ._2-uo, .uiTypeaheadView li, ._9fz::after, ._3o5o, .mp-section-post, ._135u, ._1-ns:before, ._2t39, ._2yaa:hover::after, ._1drm._1ds4 ._1z7u, .mleFooter, ._5jsn, ._j3t, ._gdn, ._57-c table, ._5w40.fbEventHeader, ._5as0, ._58kh, .touch ._4gj3, ._13e_, ._4jy1._42fs, ._5vl5 ._3slj, ._3489, ._odv, input._4_lt, ._48g0, html ._4po .ego_unit_container .ego_unit, ._5uzu, ._3h56, ._4lw4, .SurveyRadioCheckbox, ._2t82, ._625m, ._3kth ._66in, ._55gw, .invite_list, ._k3, ._63jc, ._4dvn, ._29d1:hover, ._5mac, .FlyoutFriendListMenuNUX, ._3s18:hover ._3s19, ._4fby, ._5vsj .UFIAddComment .UFIAddCommentInput._1osc, ._r-l, ._65nu, ._5ssz ._zy_, ._4ljw._4ljw._4ljw.tickerDialogFooter, .uiMenuSeparator, ._3dnn, ._1g-5 ._1opz, ._5_vw, ._585-, ._31qf, .uiContextualLayerAboveRight ._569t ._54hx, ._1nhx, div.uiTypeaheadView li.calltoactionV2, .openToggler > .uiButton.uiPopoverButton:active, ._3q96, ._2yap ._2yaa::after, ._1871, ._2shb, ._9fj, ._57h6, ._5-wd, .fbCalendar.fbCalendarGridView .fbCalendarSpacer, ._qbc input, ._4m05, .fbFeedTicker .fbFeedTickerStory, ._3etw, ._4oyq, ._3kso, ._206m .fbNubButton, ._1nj0 ._49u2:hover, .fbCalendarGridRoot .fbCalendarBox, ._d00, ._40mu, ._1b33, ._4vp0, .uiBoxYellow, form.async_saving .uiButton.uiButtonConfirm, .mp-featured-menu-heading h2, ._4z-m::before, .openToggler>a._4-s1:hover, ._2_bh .uiBoxWhite, .fbEventsDashboardSection + .fbEventsDashboardSection > ._4ag3, ._29t9, ._279w, ._38lv, ._1yda, ._42me, ._5ifd, ._59q1>li, ._4dw3 button._42fr, ._3nzl .contentAfter+.jewelFooter a, .__tw .jewelFooter a:hover, ._23au._23au._23au._23au, ._609-, ._8p3, ._4-i0, ._3-a6 ._2rn3, label._2_2r._58ak, .uiButtonDepressed, .touch ._2s21>*::after, ._5962, ._21x_ ._1dc8, ._1t4h, .touch ._3_9l, ._1hh8 ._1hhl, ._5y11, ._26w4, .___o form.async_saving ._517h, ._59_o, form.async_saving ._42fu, ._u77 ._s_6._37uu ._610i._a7s._20h6._27jb, ._1wg_, ._1q6v, ._2y1b, ._17ji, ._4xit ._48ux, ._33c, ._5hd7.__sw, ._41f_::after, .multiColumnCheckable .anchor, a.uiButtonSuppressed.uiPopoverButton:focus, ._17gd, .__tw .jewelFooter a:active, ._25xc, ._1tdz, ._vat:hover ._1uam, ._gwk, ._3jgd ._54nf ._54nc:hover, ._2_qp, .__tw, .___o a.async_saving._517h, ._2boo, ._9c6._9c6, ._5ce6 ._23p, ._3nta, .followOptinPromptTimelineCollections, .__5y ._4p89, ._3nb6._3nb5 ._3nb9, ._1rty ._2x1r, ._1q75, ._2mm3 ._2_bh ._509o:hover, ._bne:nth-child(2), ._60h0, ._12vf, .ego_section .ego_unit_container .ego_unit._3r5q._3-a6 ._pb2 ._2r3x, ._4vhx, ._n3w, ._io2, ._1ciq, ._62lo, ._5pcm, ._3-a6 ._3-f8, ._5pt3, .ego_appended_units+.ego_unit, ._1qqu, ._3et5, ._30og, ._1o_b, ._wvq, ._2db2, .uiPillButtonSelected, html ._5k35 ._5k3a, ._165d, ._2w3>._30f, ._62r4 ._5bv1, .uiHeaderSection, ._bui .subitem, ._1xkh, #bookmarksSeeAllEntSection ._bui .sideNavItem, ._3pw8 ._50z1, ._62z-, ._3_s1 ._3_s2, ._62l3:not(._3twp) ._62l4:focus, ._y5i, ._3b_s, ._58ak, ._nq-, a.async_saving._517h, ._3y6_, ._15we, ._3wvh:last-child ._56zg:hover, ._g3h, ._5wi4, .uiSelector .uiMenu, .openToggler > .uiButton.uiPopoverButton:hover, ._56oy ._4mnq, ._41mp, ._5k_u, ._2-0o, ._1knb, ._5cmi, ._1nmd, .generic_dialog div.dialog_loading, .pmt_footer, ._5hua, ._5yk1, ._5vnu ._5vnv, ._3v2n ._104r, ._30d ._3-z~._3-z, ._5f99, .touch ._50pc ._5v5f, ._56zg._yt-, ._1m-4, ._52r2, ._3ikm._3ikw, ._4cbb + ._4cbb, .fbSettingsSections, ._2g0n, ._6077, ._2cis, .groups_rhc ._4mr7 ._4mr8 span, ._2vl9, .fbNubFlyoutFooter, form.async_saving ._4jy1, ._1wmv ._1wn7>._34g8, ._5uvt:before, ._56be::before, ._3pk7 ._3pk6, .hasBanner ._5sqx, .uiHeaderNav, ._33v1, .touch ._1f9d, ._6-d #fbProfileCover .coverNoImage, ._1hcb, ._sv2, .___o ._517h:hover, ._hh7._aol, ._5abx, form.async_saving ._517h, ._11c1._4204 ._3scp, ._dpk, ._5rwf.fbx #pageFooter #contentCurve, ._3vqv, ._21m- ._3bhz, ._3viq, ._h0a, ._5yfu, ._5vsj ._48pi, ._3nzk ._3nzq ul li, ._ed_, .mp-header, ._5xuj, ._1b72 ._1b73._2jlw, ._3eqz ._3ekx, .inputpassword, ._3uh-, .uiSearchInput span, ._5ml_, .fbNub._50mz.highlightTab .fbNubButton, ._3n00._2kir, ._14x8, ._37wv, ._5nhe, ._4mbd, .openToggler>._5vto._5vto, ._kj3, .hasLeftCol #contentCurve, ._1d7-, ._5u91, a._5xx9, ._5tjv, ._qa1, ._j-s, ._53f1::after, ._4pj4, ._42fu._42fr:hover, ._5vsj .UFIAddComment .UFIAddCommentInput, ._g6 .uiMorePagerPrimary:hover, ._1amw ._1amx, ._4-ss>*>tr>th, ._1b6y, .uiTypeahead, .fbNubFlyoutHeader, ._1ta1, ._29jk, ._39e3, ._5_85, ._66ga, ._38bd, ._6ws, ._3hac, ._2yq ._4-u2::before, ._2t7y, .fbSettingsListBorderTop, ._3bfq, ._2yl9, ._17ym, ._5bc_, .uiSelector .openToggler .uiSelectorButton:hover, ._ei_, ._2rw3, ._6idj, ._18c-, ._1dri, #boosted_ccta_springboard ._4v1, ._1y2l .jewelContent a.messagesContent, ._359n, ._4zj8 ._3ygt, ._5ecn, ._53ij._4g4y.uiBoxGray, ._2w1z, ._2qe, ._36b8, ._35z5, html ._4__g, ._4jy2, ._5ww7._5ww9, ._3r96, ._416u ._1u3l, ._5zeh ._5zfq ._2vw6, ._1lot, ._29xp, ._3s1a, ._5n2s, ._5r86, ._4184, ._3m31:nth-of-type(3n+2), ._2uk9 ._elg, ._61al, ._1nme, ._5m34, ul._31m, ._1hit, ._30d, ._4wbo, ._4i2a, ._3547:not(:last-child), ._3b ._3c, div._211 ._214, ._5w9d::before, ._52bu ._3ow-, .openToggler>a._4-s1:active, ._2x8x, ._22et, ._4p44, .___o form.async_saving ._4jy1, ._50ig, ._2nqa, ._2gzk, ._10lc, ._5w5j ._5w5h ._5e4h,\",\n\t\t\" .PlacesTypeaheadViewPopulated, ._1-vv+._1lp_, ._1z0l, ._4uyh, ._4xdg, ._tzm+._tzm, ._5wcf, ._4-h8::after, ._194u, ._4uzv, .touch ._5rou:first-child, form.async_saving ._4jy2, .uiBoxWhite, ._3an7, ._55h2, ._3y89, ._1y80, ._15v9, ._174o, ._57ux, ._3qzg, .uiButton, .groupJumpLayout .uiHeaderSection, .mp-sidebar-steps ul li a, ._5w5j ._5e4h ._5e4k, ._2h00, ._42gx:hover, ._4jy2:hover, ._5h_u ._3_tq, ._3hx- ._1aa6:after, ._2p8y, .pop_content .dialog_body, ._ojd .UFIList>._4204, ._3erg ._hh7 a._2q1l, ._57mb._3fw6 pre.prettyprint, ._5r_g, .openToggler>a._4-s1, ._oyk:hover ._oym._56zg, ._17kh, ._3mgp, ._4kn0, .menu_login_container .inputpassword, ._42me:hover, ._4w6, ._58d3 .photoImage, ._569t ._54hx, ._3sj9, ._3651, ._1k76, ._24zl, ._17gc ._17gf, ._4h2m, ._ors .__tw .jewelFooter.jewelFooter a, ._3nm, ._kt, .mp-post-banner-container, .touch ._2s21>._3n6c:last-child::after, ._5daj ._5bc_, ._5v3q ._4-eo::after, ._2iv3, ._2yer, .intl_bulk_list_appended, ._1wde ._1wdf, ._1s_l, ._1y1j, .___o ._4jy1:hover, ._3m75 .sideNavItem ._5afe::after, ._2wmv, ._owx, ._31wq ._18bd, ._569t ._54ne ._54nc, ._ors .__tw .uiScrollableArea li>a, ._2ysc .UFIRow.UFILikeSentence, ._lcb, ._2dw0, ._53ux, ._6u7, ._3gr ._5283, ._3-a6 ._2lhm ._5pcr, ._6806, ._3lwv, .___o ._4jy1._42fr, ._47cz, ._cwn+.fbEventsDashboardSection, ._3-a6 ._4ic_, ._6l-:after, ._286m, ._3ztx ._3ztw ._3zty, ._3m31:nth-of-type(2n+1), ._3jgd ._54nf ._54nc, ._2da_, ._kv, .touch ._5m5s, ._3su, .mlePhotoButtons .mlePhotoButtonLink, ._4dn9, ._36bp.__sw, ._2e9n, ._1lsx ._5zkx:last-child, .touch, .___o a.async_saving._4jy1, .touch ._3n6c::after, .jewel .flyout, ._5y6l, ._5bv1, ._2jq5, ._64a_, ._3yq-, ._we-, ._wza, ._4jy1:hover, ._38lp, ._4d6h, .uiHeaderBottomBorder, ._dwb, ._iez, ._5c6j ._3smp, ._55ly, ._40mt, ._6z- .uiSideNav .selectedItem>.subitem, .touch ._1n8h ._1oby, ._-6e ._-6h, ._4_j4 .chatAttachmentShelf, ._2ms5, ._1kca, ._1fwb, ._4mq3 .fbNubButton, ._1pih, ._6s-6._6s-7, ._3a9j:before, .fbProfileBrowserSummaryBox, ._a7w, ._3m31:nth-of-type(3n+3), ._1jzw, ._41cy ._41cz._3cr5, ._2yaa ._2yau::after, ._5qxm._620g~._63qh, ._29jy:not(:last-child):before, ._p6f, .ego_section .ego_unit_container ._1__k, ._5lbp, .mp-site-title, ._2po3, ._5i-8, ._5vsj .UFIAddComment .ReactLegacyMentionsInput .uiTypeahead, .touch .input, ._18aa, ._26a7, ._u0y ._4h2m, ._32_n, ._1awm li._4gg:last-child, ._3bta, ._1y-n, ._1p8m, ._tp2, .fbNub._50mz .fbNubButton, ._2yaq, ._5lt6, .touch .segmentedControl .lwi button, ._35i9, ._2l5f>.uiSearchInput, ._23zt, ._17gd:last-child, ._33_l, ._1v6t, ._4cbb + ._4ag3, ._5v3q .h_1gwld1nce9, ._bui ._5afe, ._3eqz._5cwb ._3ekx, ._1nj0 ._49u2:focus, ._4z-w, ._3x-2 ._5r69._1hvl, ._1l71, ._3qnk, ._4j2v, ._1-e0, a.async_saving._4jy1, ._9i5, ._50hx:hover, div._211 ._213:active, ._4r0j:last-child, ._3s1y, ._4nw1, ._5lm5, ._yvr, ._4iqs+._4iqu, ._6rbc, .leaflet-bar a, #root .appCenterScreenshots, ._pu-, .fbTimelineStickyHeader .back, ._2a1, .fbCalendarGrid .fbCalendarDayItem, ._4sid ._4m1z, #headerArea .megaphone_location_new_group_profile .megaphone_box, ._11sf, ._2xbx, ._40mk, ._1sv1, .touch ._5c5d>._5c5a:last-child, html ._4lh ._2-d1 li a, ._4r1j, ._4c1b:hover, .s_qo77vwu3, ._6z- .uiSideNav .selectedItem>.item, ._39qa, ._2rpb, ._6rcg, ._371r, ._2tip, .acw, ._491z, ._2zsu, ._5vb_ ._dcs:hover .__c_:after, ._1wde ._1wdf:hover, ._2shf, ._4c2x, ._5_4b, ._5u8_, .fbTimelineSelector .fbTimelineSelectorButton, ._53ip ._53ij, ._mes:before, ._529l ._un8, ._1v2t:hover, li._58md, ._4pbd, .fbTabGrid .borderItem, ._62l3:not(._3twp) ._62l4:hover, .policiesPolicy:hover, ._1ev3, ._3cql, ._1hd6, ._4wsr, ._4cbv, ._54b_, ._vat ._1uam, ._3kth._67kb, ._fto, ._3-a6._1blz ._pb2._6m4 ._2r3x ._3ekx, ._3qku, ._4wm6 ._1gdr, .__tw .jewelHeader, ._57mb._1u44, .mQuestionsPollResultsBar .shaded, ._5w5j ._1_hc ._3xjy, ._tp7 input, ._307z, ._42g-:hover, ._3twm, .PlacesTypeaheadView .compact .placecreate, ._4d-o, ._1lil, ._54kn, .uiBoxLightblue, ._4dyr, ._vat, ._4mkt, ._lby, ._2zvc, .fbEventsDashboardSection + .fbEventsDashboardSection > .fbEventsDashboardSection > ._4ag3, ._40pu, ._4e36._4e36, ._4q88 ._27j0, ._5vb_ ._3sod, ._5oge, ._5mxv, ._2rl, ._32j-, ._3-a6 ._3-e2 ._4yjk:last-child, ._2ltu ._4-u2, ._1_cb, textarea, ._60l6, ._60df, button._5zi6, ._4ury, .multiColumnCheckable .anchor:hover, .hasLeftCol #mainContainer, ._1iuo, ._1qp6 .fbProfileBrowserListContainer .fbProfileBrowserListItem, .SurveyRadioCheckbox .InputBackground, ._b2z, ._4us4._4us4, div.uiGroupsAddTypeaheadView .member.selected, ._14b9 ._r95, ._3m75 .sideNavItem:hover ._5afe::after, div.m_1gwld1sc63 .uiSideHeader, ._14xy, ._3iue, ._7a5, ._4p4f, li._4v63>a, ._59_m, .groupJumpLayout .uiSideHeader, .fbEventsDashboardSection + .fbEventsDashboardSection > ._4cbb, ._fgm ._1t6k+._37uu ._610i._a7s._20h6, ._16ve ._16vf, ._1cp6+._1cp7, ._4uym, ._5f8- ._2yg, ._2tga.active, ._50p_ ._1n, ._tpp, ._nb_, .___o .openToggler>._5vto._5vto, ._1-7f, .highlighted, ._1anm, ._koh, ._2sy-._4tod ._3yz4:hover, ._gui, ._4d3w._u77 .fbPhotosSnowboxFeedbackInput .UFIAddComment .UFIAddCommentInput, ._2t7w, ._rio ._58z_, .PlacesTypeaheadView .places .placecreate, ._4_dr._20h5, ._zur ._zvf, ._1dm8, .uiButtonSuppressed:focus, ._6fk ._-ld, ._2wus, ._27ul, ._a7s, ._5pr2.fbChatSidebar .fbFeedTickerStory .fbFeedTickerBorder, .uiButtonConfirm, .pluginBoxDivider, #contentCurve, .touch ._ydx ._195r::before, ._5z-k, .fbMapCalloutMain, .UIThumbPagerControl_First .UIThumbPagerControl_Button_Left, ._1pt_:hover, .uiTypeaheadView ul, ._383y._3two ._3cr5, ._2zvc ._2zve, ._2yvg, ._45la, ._1xk6, ._26oe._2yq._2ltu ._4-u2:before, ._52r5, ._z6j, ._2v9_, ._4dc4, ._46db, button._5zi6:hover, #captcha_response, ._55v2, ._4egj, ._5_ge, ._2g5m ._2g5-, ._ifk, .mTokenizer .jx-tokenizer, ._2tga:hover, ._ors .__tw div.hasPYMK, ._3-a6 ._4sdm, ._62zy, ._4up .xexplain, ._2wyr, ._53ij ._4g4y .uiBoxGray, ._1__m, ._2qsi, ._59q1>div, .newBizSettings ._5wge, ._3ysv label._58ak, ._1dsp, ._3if7, ._26oe._2yq ._4-u2:before, #root .appCenterAppInfo .appCenterDescription, .fbCalendar ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory, ._33w3, ._4pj5, ._5ciw .uiSideHeader, ._1c0s, ._1ra-, ._lmj ._6107, ._15kw ._2rr4, ._3bxh, .mleFormInnerContainer, ._1c9r, ._3-a6 ._2lhm ._6l-:after, .uiButton._52nd, .fbNubFlyoutAttachments, ._2fd6 ._2fd7, ._1y1i, ._4d4o, ._7r2, ._58do, ._585n, .timelineLayout ._5pr2 .fbSidebarGripper, .fbCalendarGrid .fbCalendarGridCellEmpty .fbCalendarDayItem:hover, ._d__, .mp-dropdown .mp-dropdown-content, ._3gr, ._kj3 .uiSearchInput, ._3u-1:before, ._4sof, ._1k_0::before, ._469n:hover, ._3_07, .uiSelector .openToggler .uiSelectorButton, ._64nv, ._d7y, ._3t3, ._zz-, ._4rlp, .mQuestionsPollResultsBar, ._4snt, ._39yl ._1h1g, ._5fhr, ._j-r, ._3y15:hover, ._64dw, ._4upo, ._tn1::after, ._4th1, ._58-n, .__4e, ._58mf ._58mg, ._1_pv, ._5v3q .t_17_6nvgeg0, ._6nw ._3nm ._5a_, pre._5s-8.prettyprint, ._66-z, ._28l_, ._1n5, ._7sr, ._2e4p ._53in ._53io, ._2j8q, ._4lvz, ._2s4s, ._594e, ._1j27, ._17gc ._pop ._pot, ._kz1, ._3sod, ._2kml, ._2eg_, ._5xc3, .uiSideNav .subitem, ._2ey0 ._2ey2, ._2bx7, .fbNubFlyoutTitlebar, ._err input, ._169q, ._-6c ._-6h, ._2ob5 > div:first-child, ._1pey, a.async_saving._4jy2, .uiSelector .openToggler .uiSelectorButton:active, ._1rlx ._1rly, ._4b5 > ._4b6 + ._4b6, ._5b5o, ._4-9q, ._553h ._5nzr, ._3-v_, ._4l5o, ._1sxb, .uiContextualLayerAboveLeft ._569t ._54hx, ._1c-2, ._1rx8, ._9tb, .groupJumpLayout #rightCol .uiSideHeader, ._3v0k, ._2-2j, ._5h_u ._5ei4, ._2k20, ._3-a6 ._pb2 ._2r3x, ._4x-8, ._5rwb input._5rwc, ._6f3 ._37-t ._6f6, ._42gx:focus, ._9i2, ._3-a6._3-a6 ._3z2, ._51tl:hover, ._7tw, ._5p7d, ._iw3, ._38xr ._3qxy ._54nc, ._50hx, ._14oj, ._2apd, ._3o_h::after, ._5b5o ._bm6, ._42fu._42fs, ._26oe ._364n ._grm, ._1sjs:after, ._5ra, ._5s0g, ._4up .simple_mode_row_top_border, button._45sv, ._5vsj .UFIShareRow, ._8r7, ._2x8p, ._gz4, ._rb3:hover, ._3siz ._2it2, .uiMenuItem a:focus, ._2-97, ._4kdn, ._3f-h, ._37qo, .touch .segmentedControl .lwi .selected, ._j-q, .jewel ._3wjp, ._5-nk, .async_composer._2a_g ._10pt:first-child+._5ru3, ._83e, ._27nv, ._33v4, ._42ad ._42ac, .__5y ._4p8a, ._3etu, ._3e7x, ._46cs, ._3_99, ._1zdm, ._1hdg, ._ftl, .mp-load-more a, ._47te, .mp-sidebar-filter .mp-sidebar-filter-checkboxes, ._2119, ._b1z ._b1-._3cr5, ._3v_p ._5s4n ._2m_r, ._cc-, ._5ww7._5ww8, ._22kx, ._2nno, ._4mq5, ._3ds9, ._5kyp .action a, ._p6e, ._1yw, ._30_4.uiTypeaheadView .page, ._3h4y, ._40-h, ._bkx, ._3j h2, ._2w7o, ._2d3o, ._5v-p, ._2nb ._2ne .unreadHighlight, ._5y_z, ._4qgw, ._4o_t:first-child, ._2cct, ._40mr:hover, ._1e05 + ._1e05, ._2s1x ._2s1y, ._517h._42fr, ._1_do, ._586z, ._15jd, ._1k62:before, ._1vi5, ._64pd, ._3-a6._1blz._5vsj .UFIRow.UFIAddComment._4204, ._4xlh, .touch ._3clk, ._d01, ._4qzj ._5i04:not(:last-child), ._638s, .touch .btnS, ._3gxh, ._ayb, ._2ugw, ._28h8, ._53o9, ._2ini, ._2evq, .__s3, ._2je3 tbody td, ._5mem, ._dts, ._5tkk, ._4idn, ._2o3x, ._3-a6._1blz ._2lhm, ul._281, ._vau:hover ._1uam, ._21x_ ._1j3c, ._1gd8, ._3nmy, ._1aau, ._23r0, ._4dw3 button:hover, ._2vl4, ._3mdp, ._4g7g, ._qwq, ._2-2d, ._n20, ._2g5m ._2g5p, ._3nzk ._3nzq ul .friendBrowserListUnit, ._1fw9:not(._1fw0), ._5uvt, ._jzb ._42fr._jzj, ._22jw._37uu ._610i._a7s._20h6, ._62c5 ._5s-c:hover, ._3uh- ._3uhz, .ego_unit+.ego_appended_units .ego_unit, div._211 ._213, ._bjg, ._4j_i ._4j_j, ._5qi3, ._62yd, .uiMorePagerLight .uiMorePagerPrimary:hover, .UFIReplyList .UFIRow,\",\n\t\t\" ._14-i, ._1zst, ._6yqq, ._74wh, ._8cjw, ._7gx5, ._7h1x, ._87m1:before, ._82eb, ._23as, ._23at, ._7pnq, ._3qn7._2fyh, ._7xt, ._7_ir ._7_is, ._2k-8 ._5vsj, ._2nsl, ._4jvl, ._19gb, ._3juw, ._asa, ._c2q, ._1llh, ._6w1i, ._4yjk, ._6suz ._3-e2 ._4yjk:last-child, ._7mtt, ._7zxy, ._7zxx, ._2xaj+._2xaj, ._7tkv:after, ._6srr, ._79w_, ._4zvy, ._4cyl, ._6gdo, ._6bjs, ._6bjr, ._7r01, .kigf72y9, ._7bl6, ._2gn0, ._7jn_, ._34jw, ._4yoo, ._6cby, ._1k3t, ._7j2d, ._15i2, ._5o79, .UFICommentBulkReviewBody .UFIBulkReviewMainPanel, .UFICommentBulkReviewBody .UFIBulkReviewSearchBarWrapper, ._69rb, ._436e, ._436g, ._6m4f, ._48jf, ._4nos, ._6tay:after, ._he2:hover, ._3y6s, ._3tca, ._2yq ._6kis, ._6rou, ._6ro_:after, ._34jt:hover._34ju._34ju:after, ._34jv:hover ._34ju._34ju:after, ._34jv:hover ._34jw, ._34ju._34ju:after, ._3nsa, ._27d7, ._3nsa, ._6iin, ._7fc2, ._7bwf, ._6_5r, ._6_6e, ._5_-c, ._5bl2 .highlightNode, ._4f2f, ._6r_e, ._6iib, ._z8p:before, ._6mki, ._2sj4, ._2o30, ._4pu6 ._1dnh:first-child, ._3vum, ._3mvu, ._6a15, ._2tx5, ._3w53, ._129h, ._3vum, ._138k, ._6i9k, ._6etf, ._6yyh, ._6vhx, ._2ebi, ._2t68, ._3hx- ._5z-5, ._6j._43kk, .fbTimelineStickyHeader .stickyHeaderWrap, ._3hx- ._6vu5 ._5w-5, ._3hx- ._6vu5 ._31o4._28r8 ._28r9, ._28r8 ._28ra, ._28r8 ._28rb, ._28r8 ._moi, ._28y3 ._6bfj, ._28y3 ._6cf1 ._6cf2, ._28y3 ._6cf1 ._6cf3, ._2oox, ._42fu, ._5tx3, ._cgx+._1asl, ._5acf, ._552d, ._2ebi, ._31ax, ._113k, ._5aeq._4hag, ._5vb_ ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory, ._18_m, ._5tkp, .mTypeahead .jx-typeahead-results, ._e-0 ._e-1, ._1ppr, ._41ft::after, ._1dzv, ._4wbg, ._5140, ._9ej, ._2w-9, .touch ._5_ed, html ._55r1, ._d4t, ._4kab, ._2kjh, button._5zi6[disabled], html ._262m ._698, ._1v-m, ._2i_2, #addMembersTypeahead .mToken.mTokenWeakReference, .fbChatSidebarMessage, ._5cm0, ._4bj_:not(:last-child), ._3nj ._gl, .followListFilter, ._4e8n, ._63ok, ._2nb, ._1v3k, .ego_section .ego_unit_container .ego_unit._3r5q, ._3za8 ._5_tt, ._2lqg, ._207- ._21o1, ._4ic_, ._3uh4 ._3uh5 ._3uh7, ._4gd4, ._5xj_, ._2xr0, ._1yms, ._3jgd ._54nf ._54ne ._54nc:hover, ._2grb, html input._5zi5, ._5und._gli, ._qee, ._2t80, ._5b3_, ._517h, ._6dh ._1dsp, ._17jk, ._1ady, ._1f8, ._2t68, ._6wl, li ._10ys, .mleFormOuterContainer, ._3yd2, ._60cz, ._1uya, ._4xit ._2mla, ._5v3q ._5r69 ._4_j6, ._3jte, ._5qsu, ._5pr2 .fbSidebarGripper, ._44ri, ._bv_, ._2k5t, ._4clk, ._1z2f, ._2-kn ._k-9, #root .appCenterPermissions .appCenterPermissionsArea, ._58mq select, ._5dxq, ._3gs2, ._2dvt, .UFICommentReactionsBling ._3emk, ._3ooq, div._1j ._54ng, ._1ayp, ._5vsj .UFIAddComment .ReactLegacyMentionsInput .uiTypeahead .wrap, ._18bd, ._4ach, ._680o, ._5as2, ._50i7, ._ubn>div, ._4d3w._u77 .fbPhotosSnowboxFeedbackInput, .uiTypeahead .wrap, .ego_unit+.ego_unit, ._juy, ._5spi, ._1w9c, ._42u8, ._21o1, ._37rk, ._2uk9 ._3ii7, html .touch ._3c9g, ._3sod:hover, .fbNub._50mz .fbNubFlyoutFooter:before, ._5-9o, ._15n_, ._1vbl, ._5vb_ ._dcs .__c_:after, ul._-f7 li, li._4v63>a:hover, ._26op, ._3qzh, ._5t_y ._1dsp, .PlacesTypeaheadView .places .freeform, ._2shd, ._1aen, ._1hx1, ._2kp5, ._5w21, .inputtext, ._205g, ._55gy .voterow, ._4vhi textarea, ._1g_, ._4p48, .touch ._3xz7, ._2yq._2ltu ._4-u2:before, ._1wh9, ._3kvs, ._4s8c, ._298- ._2996:first-child ._299e, .SurveyRadioCheckbox:hover .InputBackground, ._42fu:active, ._cd2, ._5ewg ._5m65, ._3nzl ._3nzk .friendConfirmedNotifsUnitAggregated, ._5ghu, ._d67, ._2vw6, .touch .al, ._3z4t, ._3pwb, ._14_q, ._34xx, ._3hx- ._4a0v:after, ._4o-5, ._fdw:hover, ._21m- ._1ore, ._3m31:nth-of-type(3n+1), ._15vu, ._4739, ._2con, ._55fl, ._2xh4, ._3bg, ._4a-m ._4a-j._42fr:active, ._gn5, ._nlp, ._1hb:before, ._1v6t ._1mie ._3c7k, ._32-_, ._1yik ._3e-b, ._mb5, button._5qi1:hover, .touch ._2dzm, ._15ks ._15kl::before, ._3tmz, ._2v-2, ._87u, ._nxj, ._32fh ._58eg, ._4ly9, ._1k4b, .__tw div.jewelHeader, ._5c6g, ._1r7y[dir=\\'ltr\\'] ._1wc- div+div, ._3b4y, ._3ucj, ._53td:hover ._2xbx, ._ers input, ._iyn, ._526y, ._412b+._4lxk, ._3bg5 ._52x1, ._5awg li, ._1_jb, ._6idi, ._611k, .uiButton._52nd:hover, ._5xuu, ._4vxj, .SurveyRadioCheckbox:hover, ._416u ._5q9i, ._4iqv, ._5hu6, ._qbb input, #root .appCenterAppInfo .appCenterFriendsInfo, ._4d-.fbPhotosRedesign .photoText, ._6075, ._4ap6, ._1og-, ._1gtx, ._320_, ._2ru-::before, ._2gdu, ._1mib, ._3q1e, ._1sk6, ._2utd, ._4sjs, .jewel ._usq, ._4ex6, ._4jd_, ._2er9, ._2rhx, ._64lx ._59pe:hover, ._2wtx, ._1pt_, ._344_, .uiButtonSuppressed:active, ._1t8o ._1t8p, ._30_4.uiContextualTypeaheadView, ._53v5, ._qio ._4it1, .invite_history .menu_block, ._538q, ._58zy, ._3jk0, body._4c1z ._4v63 a._5xx9, ._1bkz, ._5-vm, button._ycx._1d5c, .mp-section-related-head a, ._3pk7, ._5_4- label._58ak, ._35za, ._4jx5, ._5n25, ._1b9v, ._1zuq, ._22w2, ._680m ._58ak, .uiButtonSuppressed:hover, .faceliftWelcomeBox .fbxWelcomeBoxSmallRow:hover::after, ._5aov ._5k6- ._5k6_, ._5f9h, ._4n06 .ego_section, li._58yf, ._alk, ._5pk3 a li, ._1lsx ._36kf, ._2y0r, .ego_section .ego_unit_container ._3r5q, ._58p9, div._5dwa+div._427x, ._5sge, ._tae, .uiMenuItem a:active, ._4ebe\",\n\t\t\" {border-color:var(--border-color, #353535)}\",\n\t\t\"\",\n\t\t\"._2fyh ._2gn0, ._7b1s, ._7_a1, ._1h1, ._1eot div, ._5h7n, ._3zzl, ._2j_u, ._3zzl._3-95, ._4ex4, ._3ts6 ._63jd, ._2kxn, ._2kxl, ._3lxv[style*=\\'border\\'], ._2pi4[style*=\\'border\\'], ._3ts6, ._4iic, ._4ii7, ._z4i ul, ._z4i li, ._4kfz._4o07, ._5wrf, ._z4i, ._i_l textArea, ._5h92, ._3b61, ._4vb9 ._1woq>div>div, li._1a_0:hover ._1woq>div>div, ._3wxb ._1woq>div>div, li._1hgw ._1woq>div>div, ._1e8h, ._2as-, img, ._5vb_ .home_right_column .fbFeedTicker .tickerStoryActive, ._5vb_ .home_right_column .fbFeedTicker .tickerStoryClickable:hover, #fbpoptsdiv, ._15--, .highlight, .uiButton._52nd, .uiButton._52nd:active, .uiButton._52nd:hover, .uiButtonOverlay._52nd, .uiButtonOverlay._52nd:active, .uiButtonOverlay._52nd:hover, ._5x_7, ._4b7j, ._4b7j, .mbm._5je5._52ii._52if._3m9, ._4a6m, ._4u-c._1pz6, ._5vb_ ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory:hover, ._5y6m, .m_1gwld1sc63.ego_unit, .fbCalendar._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory:hover, ._1t4w ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory:hover, ._1py_, .timelineLayout ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory:hover, ._5vb_ ._5pr2.fbChatSidebar .fbFeedTicker .tickerStoryActive, .fbCalendar ._5pr2.fbChatSidebar .fbFeedTicker .tickerStoryActive, ._1t4w ._5pr2.fbChatSidebar .fbFeedTicker .tickerStoryActive, .timelineLayout ._5pr2.fbChatSidebar .fbFeedTicker .tickerStoryActive, ._ksg, ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory:hover, .timelineLayout ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory:hover, ._5pr2.fbChatSidebar .fbFeedTicker .tickerStoryActive, .timelineLayout ._5pr2.fbChatSidebar .fbFeedTicker .tickerStoryActiv, li._2ddh, ._271k, ._3b62 label, ._1hwg label, ._3v72 label, ._7yv, ._4283, ._4u-c._4280._4281, .uiTypeahead, .wrap, ._1_-t\",\n\t\t\"{border-color:var(--border-color, #353535)!important}\",\n\t\t\"\",\n\t\t\"._jz-::before, ._eos:after, ._1tsc, ._3qnk, ._2rhx:after, ._58-m, ._62gz, ._4pd1, ._4b44._2ip_ ._2zh4::before, ._4b44._2ip_ ._15kk::before, ._4b44._2ip_ ._15kk+._4u3j::before, ._4ou3::before, ._3qph:before, ._3uch:before, ._14au:before, ._4ycm:after, ._1_1h, ._33v0, ._307z:after, .mp footer hr, .touch ._ydx ._195r::before, .touch ._51v6, ._3ils, ._5d-j:after, ._2ip_ ._2zh4::before, ._2ip_ ._15kk::before, ._2ip_ ._15kk+._4u3j::before, ._4u6u>span:before, ._4u6u>span:after, ._588p hr, ._5141 ._5144:after, ._1rf5>span:before, ._1rf5>span:after, ._3te, .__s3, ._1o7w, ._3541, ._im7, .__tw, ._5fbu:before, ._23mm, ._5w22:before, ._4-97:before, ._2hw4, ._1riz, .fbNub._50mz .fbNubFlyoutFooter:after, ._2ze7, ._5f_7, ._eb3:before, ._sm1, ._51xa ._4jy1+.uiPopover>._4jy1:not(:focus):after\",\n\t\t\"{background:var(--border-color, #353535)}\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"._6f1n, ._8j0n, ._5qwp, ._19ga, html ._5rz ._4psd, ._569t ._54ak, ._3w8y blockquote, ._3__- ._3e5f ._1mj1, ._1mj4 ._1mj1, ._w0s, ._7fc2._7fc4, ._26w9, ._5811._5812, ._h8g, ._1f09, ._69i9, ._h8g._58ak, ._2a18 ._58ak, ._1y48:hover._1i81, ._1i81, ._1y48:hover, ._3cop:hover, ._36xc, ._54n6, ._4w6q, ._45jh:hover, ._1mpo, ._38i2, ._1bm3, ._2p__, ._3o_h::before, ._1d--, ._26w9, ._2cir.selected, ._1ss6, ._3q6s, ._3xop, ._cjo._cjn, ._5pcm, ._5hpw ._5hpx ._5hq1:hover, ._5hpw ._5hpx ._5hq1:focus, ._3f-h._3f-i\",\n\t\t\"{border-color:var(--text-color-first, #dfdfdf)}\",\n\t\t\"\",\n\t\t\"._1gco\",\n\t\t\"{border-color:var(--text-color-first, #dfdfdf)!important}\",\n\t\t\"\",\n\t\t\"._52kr::after, ._5va1, ._3za8, ._1zdg, ._1jyq, ._1j-z\",\n\t\t\"{border-color:var(--bg-color-second, #dfdfdf)}\",\n\t\t\"\",\n\t\t\"._1xx7._1xx6, ._1xx7:hover\",\n\t\t\"{outline-color:var(--border-color, #353535)}\",\n\t\t\"\",\n\t\t\".__6j._43kk\",\n\t\t\"{border-color:var(--bg-color-second, #dfdfdf)}\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"/*-------------------- for hide --------------------*/\",\n\t\t\"._1sk5, ._16bp, ._733h, ._4qgh, ._1u45, ._2dvt, ._6785, .touch .btnD, .touch .btnI, ._94v, .touch .btnC, ._1bkz, ._1cwg, ._3ho0 ._50z1, ._3_s1._3_s0 ._63xb:focus, ._14v5._14v5 ._14v8, .touch ._6-l ._6-p, ._tp7 input, ._1gbd:hover, ._1gbd, ._3-a6._1blz ._10la ._10lo, ._5rwb input._5rwc, ._2833, ._3b4b, ._42ci, ._3-a6 ._10la ._10lo, ._3xcw, ._5ejj, ._1amv:hover, ._39p9, ._2qo2:hover, ._2-uo, ._4tk7, ._zoj:hover, body:not(.UIInternPage) a.buttonWhite.buttonWhite, ._6wl, ._aou, ._1k3v, ._5pr2.fbChatSidebar, ._4tqm, ._4wvl, ._21dp ._7fw, ._2jq5, ._5vb_ ._5pr2.fbChatSidebar, ._5vb_ ._5pr2.fbChatSidebar, .fbChatSidebarMessage, .fbCalendar ._5pr2.fbChatSidebar, ._1t4w ._5pr2.fbChatSidebar, .timelineLayout ._5pr2.fbChatSidebar, ._5pw9, ._5vf h3.uiHeaderTitle, ._5vf .uiHeaderActions a, ._55fl, ._4te0\",\n\t\t\"{box-shadow:none!important}\",\n\t\t\"\",\n\t\t\".touch ._1ubs, ._3mqf, ._3c-_ ._25li, ._5194, ._5198, ._u0y ._4h2m, ._58xo, ._58xp, ._2eo5, ._3xcw, ._5vf h3.uiHeaderTitle, ._5vf .uiHeaderActions a, .touch .btn.btnD, .touch .btn.btnC.bgb, .touch .btn.btnI, ._1hc, .touch ._5c9u, .touch ._5ca9, .touch button._5c9u, .touch ._4_d0 ._4_d1, .touch .al, .touch ._56bt, .touch ._5c9u, .touch ._5ca9, .touch button._5c9u, .touch .btn.btnD, .touch .btn.btnC.bgb, .touch .btn.btnI, ._344_, ._4un6, ._5n7j, ._5tur, ._5tus, ._53ip ._53ij, ._4un6, ._5n7j, ._5tur, ._5tus, ._53ip ._53ij, ._5jq0, ._5bpb, a._5xx9, li._58md, ._3tr, ._3tr a, ._3ts, ._4-ss>*>tr>th\",\n\t\t\"{text-shadow:none!important}\",\n\t\t\" \",\n\t\t\"._4pn8, ._6w8-, ._7_ir ._827d, ._81pu, ._81px, ._7kjb, ._3egs, ._3hx- ._3ry4, ._7jx3, ._3hx- ._40fu, ._3hx- ._31o4, .UFIReplyList.UFIWhiteReplyList, ._1o9h, ._1o9i, ._1y8j, ._1nc7 ._5w1r, ._3hx- ._4tdt ._4tdx, ._1lg-, ._3hx- ._5w-5, ._3hx- ._31o4, ._3hx- ._1a6y, ._3hx- ._40fu, ._3hx- ._3_bp, ._3hx- ._1xdl, ._2y7g, ._2oow, ._405l, ._5z77, ._1mim, ._9h3, ._3-a6._5vsj .UFIRow, ._3-a6._5vsj.UFIContainer .UFIReplyList .UFIRow, ._3-a6._5vsj._5vsj._5vsj, ._2evr, ._5yct, .UIShareStage a.inline_edit:hover, ._19_3, ._5vsj ._ttu ._63ey, ._5w1r._31xx, ._hh7._2f5r, ._hh7:active._2f5r, ._-5k ._hh7._2f5r, ._o0o ._hh7._2f5r, ._o0o ._hh7:active._2f5r, ._o0o ._-5k ._hh7._2f5r, ._3es7:after, ._2i-0:hover, ._aou, .fbPhotoSetUFI ._1g5v+._4arz, ._1u5d, ._55r1._1tp7:not(:focus):not(._1488), ._3m75 .sideNavItem ._5afe::after, ._1mv5, ._1_e_, .uiSearchInput button, .inputtext, ._4x8y, ._5iwm ._58al, ._sg1, ._1sdi, ._5mww, ._4d3w._u77 .fbPhotosSnowboxFeedbackInput .UFIRow, .escapeHatchMinimal, #contentCol, div._5a8u, ._1rv, div._5a8u, ._5rz ._4-u9, html .fbSettingsNavigation .divider, ._5kxd, .wmMasterView:after, .uiMediaThumb, ._4b7k_analytics_griffin::-webkit-input-placeholder, .ReactLegacyMentionsInput, ._221x, ._4uyh, ._3fbp._55r1._58ak._3ct8, ._4dc7, .fbCalendarGridRoot #fbCalendarWrapper, .displayedTickerToggleWrapper .tickerLineToggle, ._59s7, ._59s7 ._5rq-, ._5r5i, ._54_v, ._2e4a, ._70b\",\n\t\t\"{background-color:transparent}\",\n\t\t\"\",\n\t\t\"._7kjb:before, ._1nc6 ._72_y, ._1nc7 ._72_y, ._3dlg, ._3vum, ._3dlh, ._3vum, ._3dlg, ._whq, ._4gd0, ._5w1r._31xx._5wdf, ._3s6x, ._3-a6._5vsj ._1g5v + ._4arz, ._23aq, li._4vb9 ._1wor, li._3wxb ._1wor, li:hover ._1wor, ._3mts .uiScrollableArea.contentAfter:after, ._43q8._49c8, ._53-9, ._5bo2 ._5bn_, ._5r8l .uiScrollableArea.contentAfter:after, ._1tk3:before, ._1tk3:after, ._3ett, ._5k47, ._25q1, ._76u .uiTypeahead ._76v, ._463j\",\n\t\t\"{background:transparent}\",\n\t\t\"\",\n\t\t\"._4o-6._4o-6, ._4280, ._go8, ._5jjd, ._5dr4[style*=\\\"rgb(0, 132, 255)\\\"], ._29xb div, ._449i, ._4-ss>*>tr>th\",\n\t\t\"{background:transparent!important}\",\n\t\t\" \",\n\t\t\"._5bo1 ._5bn_, .touch ._5c9u, .touch ._5ca9, .touch button._5c9u, ._2dh4, ._55ii, .touch ._56bt, ._33c:hover ._33e, ._5jq6, ._5jm3::before, ._33c ._33e:focus, ._1sdf::before, .uiHeaderTitle:hover ._1sdf::before, ._3j6, .sp_RjhVx6he7NE, ._6z- .uiHeaderNav, ._3-l5, ._53jh, ._3q98:not(.hidden_elem) ._3q99, .fbNubButton:before, .fbNubButton:after, ._2vl4 ._2vlj, ._2gtz, ._2vlk, ._2is9 ._5w2q, #ci_compact_list .ci_compact_icon_holder:hover, #ci_compact_list .ci_compact_icon_holder.selected\",\n\t\t\"{background-image:none}\",\n\t\t\"\",\n\t\t\"._5wi4 ._5wi3, ._t_i, ._3p4w:hover, ._3p9n:hover, ._3p9o:hover, ._3p87:hover, ._3p9b:hover, ._3p8n:hover, ._3p8o:hover, ._63c2:hover, ._3p4c:hover, ._3p9m:hover, ._3p9s:hover, ._3p9a:hover, ._3p4w, ._63c2, ._3p4c, ._3p86, ._3p9s, ._3p85, ._2yeu, ._440e::before, ._405l, ._56oy ._510g._510e, ._5z79::after, ._e-9, ._558b ._54nc, ._1wc-, .uiMenuItem .itemAnchor, .pop_content .dialog_content, .UFIContainer .UFILivePinnedComment.UFIComment\",\n\t\t\"{border:none}\",\n\t\t\"\",\n\t\t\"._6khz, ._6kh-, ._7khv, ._7khw:after, ._7ki1:after, ._7ki5:after, ._7ki6:after, ._3qzf, ._3hx- ._5wd4 ._59gq, ._3hx- ._5wd4 ._59gq i.img, ._3hx- ._1nc6 ._1e-x ._n4o, ._3hx- ._4tdt ._4tdx, ._3hx- ._1nc7:not(:last-of-type) ._5z-5, ._3hx- ._1nc6:not(:last-of-type) ._5z-5, ._3hx- ._3erg:not(:last-of-type) ._5z-5, ._1lg-, ._3hx- ._6vu5 ._31o4, ._3hx- ._5w-5, ._3hx- ._3cpq, ._3hx- ._16ys._3e7u, ._3hx- ._49or .__6j, ._3hx- ._324d .__6j,._3hx- ._4tdt, ._3__-._3hx- ._4tdt, ._3hx- ._31o4, ._3hx- ._2cnu:only-of-type ._5wdf, ._3hx- ._5wd4, ._52c6, ._dcs:hover ._52c6, ._3upl .UFIRow.UFICommentLiveVideoAnnouncement, ._lyk ._2l3t, ._605a ._1enb._1enb, ._3es7:after, .wmMasterView:after, .pop_content h2.dialog_title, #create_frame .box, ._3m75 .sideNavItem ._5afe::after\",\n\t\t\"{border-color:transparent}\",\n\t\t\"\",\n\t\t\"._4v9u\",\n\t\t\"{border-top-color:transparent}\",\n\t\t\"\",\n\t\t\".fbChatTypeahead ._3rhb\",\n\t\t\"{border-bottom:none}\",\n\t\t\"\",\n\t\t\"._2vlc, #pagelet_side_ads\",\n\t\t\"{display:none}\",\n\t\t\"\",\n\t\t\"._5vsj .UFIAddComment .ReactLegacyMentionsInput.uiMentionsInput .highlighter\",\n\t\t\"{margin-top:0}\",\n\t\t\"\",\n\t\t\"._1y2l ._4qeb\",\n\t\t\"{filter:none;-webkit-filter:none}\",\n\t\t\"\",\n\t\t\"._k01._1itt, ._k01:hover, .mp-sidebar-filter\",\n\t\t\"{outline:none}\",\n\t\t\"\",\n\t\t\"._6j4x ._6j4z, ._2ve4 ._2vew, ._2ve4 ._2ve_\",\n\t\t\"{animation:none}\",\n\t\t\"\",\n\t\t\"._7h4s {transition:none}\",\n\t\t\"\",\n\t\t\"/*-------------------- photos & icons --------------------*/\",\n\t\t\"._3w97, ._6akl, ._7jal, ._34k2, ._21a4 ._2ti7>img, ._3pw8 ._50z2>i, ._3pw8 ._50z1>i, ._67zx i, i._3w08, i._4ly7, ._30-_ i, ._3qe9 i, ._uwk ._uwa, ._3ho0 ._50z1 i, ._3ho0 ._50z2 i, img._5wzu, ._uwb ._uwa, ._5bon i._2ob8, i._3v4f, ._j0r, ._3jy5.repliedLast, ._4ciy ._bui ._26tg, ._33s3:not(._1dqw) ._33xd, ._3jy5.repliedLast.seenByAll, a._4ce_, i._2xme, ._4ld- i, ._3rh8 ._2xme, ._5ymq ._42ft i, .ego_like ._42ft i, ._30yy._4rv6, ._3vqw .uiSearchInput button, ._4kny .uiToggle:not([class~=\\\"openToggler\\\"]):not([class~=\\\"hasNew\\\"]) a:first-child, ._5lxt, ._2t5t, ._5iwm ._58ak::before, .sp_karesl5COtQ, .sp_P_sQPvHyhCI, ._5pr2.fbChatSidebar div._5qth ._5vmb, ._5pr2 ._3a-4, ._3jyj, ._2fpc, ._55yq, ._4xi2.east a.jewelButton ._2n_9, ._1ll-, ._3olu, ._50-0._50z-, ._ors ._5c9q, ._ors ._5c9_, .fbChatSidebarMessage.error .img, ._2fpd, .fbNub._50mz .funhouse .close, .highlightTab.fbNub._50mz .funhouse .close, .sp_s61CDCts4wH, .sp_A9A7rELNlKu, .sp_BljIt2Dozcz, .sp_VTOzZxaQn41, .sp_KN_GYdTFBXY, ._9h, ._9g, ._9j, ._1_x_:after, ._3cok, .uiSimpleScrollingLoadingIndicator, ._xtv>i, .sp_C9-kVEgHrHd, .sp_67Lm53IJ9Fd.sx_aa2ee2\",\n\t\t\"{ -webkit-filter:invert(var(--icon-change-full, 100%));\",\n\t\t\" filter:invert(var(--icon-change-full, 100%)); }\",\n\t\t\"\",\n\t\t\"._7ucu i, ._7ucv i, i._3xsf, .tdjehn4e>i, ._1o4e ._271o, ._2phz>i, ._2u_d._7i2j ._7iov, ._3-wv._7i2n, ._2rvp._7i2l, ._5zvq._7i2o, ._6y56, ._7hu0, ._7hu1, ._6ybv, ._6ybz, ._7hty, .stars_breakdown .uiStarWhite, ._6akn, ._3c-4 i.img, i._6ng3, ._4o_3 i.img, .fbChatSidebarMessage.offline .img, ._4jy3 i, ._545p ._2hp_, i._2hp_, i._4p24, ._yff:first-child i, i._65lo, ._1c9r i, ._yeg, ._55gy .voting_row .unflagged, i._204n, ._2bjy i, ._fk8 i.img, .uiSearchInput button, ._1d6i i._8r, ._3qb- i.img, ._3k_u, ._5cmh, .uiInputLabelInput .uiInputLabelCheckbox, .sp_8UcP_QP8BQP.sx_32defe, .sp_8UcP_QP8BQP.sx_8f9bf2, ._53ip ._53im ._53io, .sp_THcVdbbIWHH, .sp_-xnz5oBARFC.sx_d37b9f, .sp_-xnz5oBARFC.sx_c868ec, ._5vsj .UFISeenCountIcon, .emoticonsPanel div._5r8f .panelFlyoutArrow, .sp_NwUhNcazzX1, .sp__HAPzIRW-99.sx_b6f5de, .sp__HAPzIRW-99.sx_f02f6d, .sp__HAPzIRW-99.sx_854d12, .sp__HAPzIRW-99.sx_5d73fd, .sp__HAPzIRW-99, .sp__oDy_JT1ZI-, .sp_xMoRlyNrhy1, ._5jr3 ._3s_, ._52bu ._3s_, .sp_9IJBdYFlhG5, ._3s_, .uiTypeaheadView .search.updatedSuggestionRows .selected ._56_f._5dzz, .sp_pv1eAGw_6hS, .sp_JFDfMsJzAnR, ._2l02, .sp_0f49CXzryIJ, a._5bv4::after, ._dus::after, ._1s0, .ie10 ._304e>input:checked+span:before, .webkit ._304e>input:checked+span:before, .ie10 ._55sh>input+span:before, .webkit ._55sh>input+span:before, ._53ip ._53ik ._53io, ._5tuv:before, ._5tuv:after, .sp_Jf1npy_vXR9, .sp_-iEjZgsrWzH, .sp_Sr8o5qGdIkH, ._21f img, .sp_UG6xAwx6S_s, .sp_ZLQ3QAAxbXn.sx_c3e2fd, ._5r5f, ._57gs, .sp_UuRfecYqxmg.sx_9a5d26, .uiCloseButtonSmall:hover, .uiCloseButtonSmall:focus, .uiCloseButtonSmall, .sp_0zLbrKqPOhf, .sp_xOlIFEVne2M, .sp_Z2S2FUU_cP_.sx_2dc717, ._53ik ._558b+._53io, ._1rs .emoticonsPanel .emoteTogglerImg, .sp_JCe37g3qSzR, .uiCloseButton, .sp_GKkFtBlxpsW.sx_1496cf, .fbNubButton:focus:before, .fbNubButton:hover:before, .fbNubButton:after, .sp_gH6P3H6Ql3q.sx_384120, ._1r_9 ._53ik ._53io, .ie10 ._55sg>input+span:before, .webkit ._55sg>input+span:before, ._5pd7, .sp_jva6NplBF2R.sx_95e309\",\n\t\t\"{ -webkit-filter:invert(var(--icon-change-partly, 82%));\",\n\t\t\" filter:invert(var(--icon-change-partly, 82%)); }\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"._7jbw svg, ._3olv, ._461_>a, ._4sxf, .uiStars, ._4sx, ._51xa>:last-child ._4jy0 i.img, ._32rk i, .savefrom_fb_download-feed.sf-feed, ._16ms, ._16mp, ._bxy, ._56_f._5d-1, ._6gb, ._55pi i, ._57ei i, ._1v_j i, ._5vsj .UFIReplyList .UFIPagerIcon, ._2oc8, ._2fug, ._2poo, ._5odt, ._17vc, ._3szp, ._zhp\",\n\t\t\"{ -webkit-filter: grayscale(100%);\",\n\t\t\" filter: grayscale(100%); }\",\n\t\t\"\",\n\t\t\"#fbProfileCover .coverWrap .photo, ._6li .scaledImageFitWidth, ._4on7._3mk2.img, ._46-h._7lj img, .uiScaledImageContainer._7lj img\",\n\t\t\"{ -webkit-filter:blur(var(--photo-blur, 0px));\",\n\t\t\" filter:blur(var(--photo-blur, 0px)) }\",\n\t\t\"\",\n\t\t\".img\",\n\t\t\"{ -webkit-filter:brightness(var(--photo-brightness, 100%)) contrast(var(--photo-contrast, 100%));\",\n\t\t\" filter:brightness(var(--photo-brightness, 100%)) contrast(var(--photo-contrast, 100%));\",\n\t\t\" transition:0.3s; }\",\n\t\t\"\",\n\t\t\".noCount:not([class~=\\\"popoverOpen\\\"]) ._59tf, .uiMorePagerLoader img\",\n\t\t\"{ -webkit-filter:invert(var(--icon-change-full, 100%)) grayscale(var(--icon-change-full, 100%));\",\n\t\t\" filter:invert(var(--icon-change-full, 100%)) grayscale(var(--icon-change-full, 100%)); }\",\n\t\t\"\",\n\t\t\"._30yy:not(._3quh), ._7oal, ._359\",\n\t\t\"{ -webkit-filter:invert(var(--icon-change-partly, 82%)) grayscale(var(--icon-change-full, 100%));\",\n\t\t\" filter:invert(var(--icon-change-partly, 82%)) grayscale(var(--icon-change-full, 100%)); }\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"/*-------------------- arrows --------------------*/\",\n\t\t\"/*all*/._2996 ._299f, .fbPhotosPhotoTagboxBase .tagArrow, ._594e:before, ._53ip ._53il ._53io, ._4-7n._157k ._53ik ._53io, ._513x, ._53il ._558b+._53io, ._53ii ._53im>._53io, ._1u5x, ._53ii ._53in>._53io, ._3yv8._5aer ._5aeo, ._km1, .fbPhotoTagger .arrow .nub, .__tw .beeperNub, ._53ii ._53il>._53io, ._53ii ._53ik>._53io\",\n\t\t\"{width:0;height:0;background-image:none}\",\n\t\t\"\",\n\t\t\"/*vertical*/._2996 ._299f, .fbPhotosPhotoTagboxBase .tagArrow, ._594e:before, ._53ip ._53il ._53io, ._4-7n._157k ._53ik ._53io, ._513x, ._53il ._558b+._53io, ._1u5x, ._3yv8._5aer ._5aeo, ._km1, .fbPhotoTagger .arrow .nub, .__tw .beeperNub, ._53ii ._53il>._53io, ._53ii ._53ik>._53io\",\n\t\t\"{border-left:8px solid transparent;border-right:8px solid transparent}\",\n\t\t\"/*horizontal*/._53ii ._53im>._53io, ._-6b ._-6h, ._2x6q ._53in ._53io, ._53ii ._53in>._53io\",\n\t\t\"{border-top:8px solid transparent;border-bottom:8px solid transparent}\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"/*color*/\",\n\t\t\"/*up*/\",\n\t\t\" ._513x, ._3yv8._5aer ._5aeo, ._km1\",\n\t\t\" {border-bottom:8px solid var(--bg-color-background, #373737)}\",\n\t\t\" .fbPhotoTagger .arrow .nub\",\n\t\t\" {border-bottom:8px solid var(--bg-color-first, #373737)}\",\n\t\t\" .fbPhotosPhotoTagboxBase .tagArrow, ._2er9 ._45hc ._13xf, ._594e:before, ._53ip ._53il ._53io, ._53il ._558b+._53io, ._1u5x, ._53tk ~ ._1_d_, ._53tk ~ ._1_d-, ._53ii ._53il>._53io\",\n\t\t\" {border-bottom:8px solid var(--bg-color-second, #312d2d)}\",\n\t\t\" ._2er9 ._45hc ._13xf:after, ._-6d ._-6h, ._2x6q ._53il ._53io\",\n\t\t\" {border-bottom:8px solid var(--bg-color-hover, #312d2d)}\",\n\t\t\" .__tw .beeperNub\",\n\t\t\" {border-bottom:10px solid var(--bg-color-background, #373737)}\",\n\t\t\" ._30_4.uiContextualTypeaheadView .basic:before\",\n\t\t\" {border-color: var(--bg-color-hover, #312d2d) transparent }\",\n\t\t\" ._30_4.uiContextualTypeaheadView .basic:after\",\n\t\t\" {border-color: var(--bg-color-second, #312d2d) transparent }\",\n\t\t\"/*down*/\",\n\t\t\" ._2996 ._299f, ._4-7n._157k ._53ik ._53io\",\n\t\t\" {border-top:8px solid var(--bg-color-first, #312d2d)}\",\n\t\t\" ._53ii ._53ik>._53io\",\n\t\t\" {border-top:8px solid var(--bg-color-second, #312d2d)}\",\n\t\t\"/*right*/\",\n\t\t\" ._53ii ._53im>._53io\",\n\t\t\" {border-left:8px solid var(--bg-color-second, #312d2d)}\",\n\t\t\"/*left*/\",\n\t\t\" ._-6b ._-6h, ._2x6q ._53in ._53io\",\n\t\t\" {border-right:9px solid var(--bg-color-hover, #312d2d)}\",\n\t\t\" ._1hx7 ._1hx9, ._53ii ._53in>._53io\",\n\t\t\" {border-right:8px solid var(--bg-color-second, #312d2d)}\",\n\t\t\"\",\n\t\t\"/*-------------------- fixes --------------------*/\",\n\t\t\"._1eds .uiPopoverButton\",\n\t\t\"{opacity:1}\",\n\t\t\" \",\n\t\t\"._58al\",\n\t\t\"{padding:0 3px}\",\n\t\t\"\",\n\t\t\"._1n-u\",\n\t\t\"{height:71px}\",\n\t\t\"\",\n\t\t\"._1fa6 ._5wkw\",\n\t\t\"{top:6px}\",\n\t\t\"\",\n\t\t\"._4jy3\",\n\t\t\"{line-height:24px}\",\n\t\t\"\",\n\t\t\".fbChatTypeahead ._2xme\",\n\t\t\"{top:8px}\",\n\t\t\"\",\n\t\t\"._3-ma._2bne\",\n\t\t\"{text-align:left}\",\n\t\t\"\",\n\t\t\"._5r7, ._22st\",\n\t\t\"{width:475px}\",\n\t\t\"\",\n\t\t\"._4-u3._5kjo a\",\n\t\t\"{word-wrap:break-word}\",\n\t\t\"\",\n\t\t\"._s15, .fbPageBanner, .fbChatSidebar ._1wcc, ._1vrr\",\n\t\t\"{display:none}\",\n\t\t\"\",\n\t\t\".navigationGrid tr._51mx\",\n\t\t\"{display:block} \",\n\t\t\"\",\n\t\t\"._1mf._1mj span[style]\",\n\t\t\"{background-color:inherit!important}\",\n\t\t\"\",\n\t\t\"._2qg4\",\n\t\t\"{margin-bottom:10px}\",\n\t\t\"\",\n\t\t\"._58do ._58dq\",\n\t\t\"{margin-left:10px}\",\n\t\t\"/*\",\n\t\t\"#pageFooter\",\n\t\t\"{width:inherit}\",\n\t\t\"*/\",\n\t\t\".fbTimelineStickyHeader \",\n\t\t\"{top:42px}\",\n\t\t\"\",\n\t\t\"/*-------------------- opacity --------------------*/\",\n\t\t\".generic_dialog_modal, .generic_dialog_fixed_overflow, ._go8, ._3qw ._3ixn\",\n\t\t\"{background:rgba(0,0,0,.8)}\",\n\t\t\"\",\n\t\t\".pop_container_advanced\",\n\t\t\"{background:rgba(50,50,50,.7)}\",\n\t\t\"\",\n\t\t\"._4oyq, ._4-of, ._463h, ._463g\",\n\t\t\"{background:rgba(0,0,0,.25)}\",\n\t\t\"\",\n\t\t\"._k, .fbNub._50mz .fbNubFlyoutInner, ._21dp, .fbTimelineStickyHeader\",\n\t\t\"{opacity:var(--opacity-chat-head, 1)}\",\n\t\t\"\",\n\t\t\"._go8\",\n\t\t\"{opacity:1}\",\n\t\t\"\",\n\t\t\".profilePic.img, ._4bl7._3-91 img\",\n\t\t\"{ -webkit-filter:none;\",\n\t\t\" filter:none }\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"/*-------------------- scrollbar & selection & color forms --------------------*/\",\n\t\t\"::placeholder {color:var(--text-color-second, #979797)!important;opacity:1}\",\n\t\t\":-ms-input-placeholder {color:var(--text-color-second, #979797)!important}\",\n\t\t\"::-ms-input-placeholder {color:var(--text-color-second, #979797)!important}\",\n\t\t\"::selection {background:rgba(255,255,255,.2)}\",\n\t\t\"::-moz-selection {background:rgba(255,255,255,.2)}\",\n\t\t\"::-webkit-scrollbar {max-width:14px!important;background:var(--bg-color-first, #2a2a2a)!important}\",\n\t\t\"::-webkit-scrollbar-thumb {min-height:28px !important;background:var(--bg-color-hover, #373737)!important}\",\n\t\t\"::-webkit-input-placeholder {color:var(--text-color-hover, #979797)}\",\n\t\t\"::-webkit-scrollbar-button {background: var(--bg-color-hover, #373737)!important}\",\n\t\t\"::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {background:var(--bg-color-second, #2a2a2a)!important}\",\n\t\t\"._14-7 ._58al::-webkit-input-placeholder {color:var(--text-color-first, #dfdfdf)} \",\n\t\t\"._2y8y ._58al::-webkit-input-placeholder {color:var(--text-color-second, #979797)}\",\n\t\t\"._3en1::-webkit-input-placeholder {color:var(--text-color-second, #979797)}\",\n\t\t\"._4h98::-webkit-input-placeholder {color:var(--text-color-second, #979797)}\",\n\t\t\"._4b7k_analytics_griffin:focus::-webkit-input-placeholder {color:var(--text-color-second, #979797)}\",\n\t\t\"._5iwn ._58al:-moz-placeholder {color:var(--text-color-first, #dfdfdf)}\",\n\t\t\"._5iwn ._58al::-moz-placeholder {color:var(--text-color-first, #dfdfdf)}\",\n\t\t\"._5iwn ._58al::-webkit-input-placeholder {color:var(--text-color-first, #dfdfdf)}\",\n\t\t\"._5iwm ._58al::-webkit-input-placeholder {color:var(--text-color-second, #979797)}\",\n\t\t\"._55r1::-webkit-input-placeholder {color:var(--text-color-second, #979797)}\",\n\t\t\"._55r1 ._58al::-webkit-input-placeholder {color:var(--text-color-second, #979797)}\",\n\t\t\"._58al::-webkit-input-placeholder {color:var(--text-color-second, #979797)}\",\n\t\t\"._58an::-webkit-input-placeholder {color:var(--text-color-first, #dfdfdf)!important}\",\n\t\t\"._59_m ._58al::-webkit-input-placeholder {color:var(--text-color-second, #979797)}\",\n\t\t\".inputtext::-webkit-input-placeholder {color:var(--text-color-second, #979797)!important}\",\n\t\t\"audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {background-color:var(--bg-color-second, #312d2d)}\",\n\t\t\"audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display, audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display {color:var(--text-color-first, #dfdfdf)!important}\",\n\t\t\".uiScrollableAreaGripper\",\n\t\t\"{ border-radius:2px;\",\n\t\t\" border: none;\",\n\t\t\"\twidth: 8px; }\",\n\t\t\".contentAfter .uiScrollableAreaTrack:hover, .contentBefore .uiScrollableAreaTrack:hover, .contentAfter.uiScrollableAreaTrackOver .uiScrollableAreaTrack, .contentBefore.uiScrollableAreaTrackOver .uiScrollableAreaTrack, .uiScrollableAreaDragging .uiScrollableAreaTrack\",\n\t\t\"{ border-radius: 2px;\",\n\t\t\"\twidth: 10px;\",\n\t\t\"\tbackground-color:rgba(0, 0, 0, .2); }\",\n\t\t\".uiScrollableAreaDragging .uiScrollableAreaGripper, .uiScrollableAreaTrackOver .uiScrollableAreaGripper, .uiScrollableAreaTrack:hover .uiScrollableAreaGripper\",\n\t\t\"{width:10px}\",\n\t\t\"\",\n\t\t\"\",\n\t\t\" \",\n\t\t\"\",\n\t\t\"\",\n\t\t\"/*-------------------- Transparent player --------------------*/\",\n\t\t\"._i5q ._gn0, ._25e2, ._2mbj ._3u33, ._27w3, ._31-o ._5aj7\",\n\t\t\"{opacity:.7}\",\n\t\t\"._i5q ._gn0:hover, ._2mbj ._3u33:hover, ._25e2:hover, ._27w3:hover, ._31-o ._5aj7:hover\",\n\t\t\"{opacity:initial}\",\n\t\t\"\",\n\t\t\"\",\n\t\t\"/*-------------------- text 2 --------------------*/\",\n\t\t\"body._-kb, body button, body a, body span, body input, body label, body select, body td, body textarea, html#facebook ._-kb {\",\n\t\t\" font-family: Roboto Condensed, Helvetica Neue, Helvetica, Arial, sans-serif!important;\",\n\t\t\"}\",\n\t\t\"\",\n\t\t\"._17ym a._3cr5:hover, ._17ym a._3cr5:focus, ._17ym a._3cr5:active, ._54n6 ._y_p:hover, ._323t:hover, ._30y8, ._3bhf, ._39k5 ._509u a, ._2kw4, .mp-post a, ._53m5._3cr5, ._4_j7 a, ._3bll a, ._5pbx a:not(._58cn), ._1rg- a, .UIShareStage a.inline_edit:hover, ._2qgs a, ._z6x ._5dwo, ._4xbk ._40jq a, ._1anp, ._y5_, ._1aa1 a, ._4bl9 a:hover, ._5pco a, .UFITranslateLink, .UFICommentBody a, ._1z7g a, ._3-9i, .text_exposed_root a, ._3087\",\n\t\t\"{text-decoration: underline}\",\n\t\t\"\",\n\t\t\"._37uu ._610i._a7s ._524d a, .uiButtonText, .uiButton input, p, a, h1, h2, h3, h4, h5, h6, html a\",\n\t\t\"{color:var(--text-color-first, #dfdfdf)}\",\n\t\t\"\",\n\t\t\"._3zh6, ._2ja_, .prettyprint .com, .prettyprint .atn, ._57mb._3fw6 pre.prettyprint .kwd, ._1kqq, ._2fs3, ._1y31, ._579l, ._1k2j, ._58mf div._5634 ._5dba, ._14-5, ._59r-, #fbpoptsdiv tr[style*=\\'ound-col\\'] label, #fbpoptsdiv tr[style*=\\'ound-col\\'] td, #fbpoptsdiv tr[style*=\\'ound-col\\'] b\",\n\t\t\"{color:var(--text-color-red, #f13f3f)!important}\",\n\t\t\" \",\n\t\t\".prettyprint .atv, .prettyprint .str, ._57mb._3fw6 pre.prettyprint .str, ._588p code, ._sz6\",\n\t\t\"{color:var(--text-color-green, #42b72a)!important}\",\n\t\t\"\",\n\t\t\".f2jdl7fy, ._3l3v, ._3l3w, ._6w92, ._74kv, ._6eup, ._3x6z, ._5mdd a, ._5wi5 ._60hf, ._2-xx, .prettyprint .kwd, .prettyprint .tag, ._4gux, ._5rgt a, .touch .storyStream ._5rgr ._5rgt a, ._57mb._3fw6 pre.prettyprint .tag, ._57mb._3fw6 pre.prettyprint .pln, ._2l3c, ._3-a6 ._10la a._39g5, ._4bo_, ._4g6h, ._63ps, ._4zq4 .metadataFragment .placeToken, ._4zq4 .metadataFragment .withToken, ._4zq4 .metadataFragment .askFriends, ._4zq4 .metadataFragment .og_composer_object, ._4zq4 .metadataFragment .productItemToken, ._4zq4 .metadataFragment .sponsorTagToken, ._4zq4 .metadataFragment .issuesTagToken, ._2b87, ._579m, ._58cm, ._58cn ._58cl, ._1wfl, ._387k, ._5p0a._4cbc, ._5xhp ._38h, ._53iv a, ._58mk a, ._58mv a, .mlm._58ms, .fbCalendarGrid .fbCalendarDayItem:hover .fbCalendarItemDayNumber, .fbCalendarGrid .fbCalendarGridToday .fbCalendarDayItem:hover .fbCalendarItemDayNumber, ._l58, .UFILinkBright\",\n\t\t\"{color:var(--text-color-blue, #8ba2d2)!important}\",\n\t\t\"\",\n\t\t\"body, button, input, label, select, td, textarea, #facebook ._-kb\",\n\t\t\"{font-family:Helvetica Neue, Helvetica, Arial, sans-serif!important}\",\n\t\t\"\",\n\t\t\":focus\",\n\t\t\"{outline:none}\",\n\t\t\"\",\n\t\t\"._whq {font-weight:bold}\",\n\t\t\"\",\n\t\t\"._6rsw a._6tw8, ._7df8 span:not(._6qdm), ._4a6n {text-shadow:#000 0 0 4px}\",\n\t\t\"\",\n\t\t\"._kmc._7kpg ._1p1t {-webkit-text-fill-color: var(--text-color-second, #979797)!important}\",\n\t\t\" \",\n\t\t\"/*-------------------- other --------------------*/\",\n\t\t\"._3uox\",\n\t\t\"{ opacity: 0.9;\",\n\t\t\" padding: 6px;\",\n\t\t\" border-radius: 2px;\",\n\t\t\"}\",\n\t\t\"\",\n\t\t\"._5qxm\",\n\t\t\"{background-color:white}\",\n\t\t\"\",\n\t\t\"._5vwz ._13xf, ._6f1o\",\n\t\t\"{background-color:var(--text-color-first, #dfdfdf)}\",\n\t\t\"\",\n\t\t\"._7h4p\",\n\t\t\"{border-radius:14px}\",\n\t\t\"\",\n\t\t\"._1cwg\",\n\t\t\"{padding:4px}\",\n\t\t\"\",\n\t\t\"._568z span, ._2nlt, ._3olv._2nlt, ._34mw:after, ._26ht\",\n\t\t\"{background-color:var(--text-color-green, #42b72a)!important}\",\n\t\t\" \",\n\t\t\"._5pcm, ._5jm3::before, ._5vsj.UFIContainer .UFIReplyList ._4oep._2o9m:after, ._5vsj.UFIContainer .UFIReplyList ._4oep._4204:after, .UFITranslatedText, ._4r1i\",\n\t\t\"{border-left-color: var(--bg-color-hover, #3d3a3a)}\",\n\t\t\"\",\n\t\t\"._6lm, ._7lt ._7lw\",\n\t\t\"{border: 3px solid var(--bg-color-background, #373737)}\",\n\t\t\"\",\n\t\t\"._1z0j, ._55w7 ._2g70 ._4-u2\",\n\t\t\"{padding:10px}\",\n\t\t\"\",\n\t\t\"#fbTimelineHeadline .profilePic, #fbTimelineHeadline .newProfilePic\",\n\t\t\"{\",\n\t\t\" background-color:var(--bg-color-background, #373737);\",\n\t\t\" border:4px solid var(--bg-color-background, #373737)\",\n\t\t\"}\",\n\t\t\"\",\n\t\t\"._5vb_ ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory:hover, .fbCalendar ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory:hover, ._1t4w ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory:hover, .timelineLayout ._5pr2.fbChatSidebar .fbFeedTicker .fbFeedTickerStory:hover, ._5vb_ ._5pr2.fbChatSidebar .fbFeedTicker .tickerStoryActive, .fbCalendar ._5pr2.fbChatSidebar .fbFeedTicker .tickerStoryActive, ._1t4w ._5pr2.fbChatSidebar .fbFeedTicker .tickerStoryActive, .timelineLayout ._5pr2.fbChatSidebar .fbFeedTicker .tickerStoryActive, ._55ln:focus, ._55ln:hover, li.selected ._55ln, html ._4jy0:focus\",\n\t\t\"{box-shadow:1px 0 0 var(--border-color, #353535) inset}\",\n\t\t\"\",\n\t\t\"._3-a6 ._10la ._10lo\",\n\t\t\"{border:1px solid var(--border-color, #353535)}\",\n\t\t\"\",\n\t\t\"._2iwq::before\",\n\t\t\"{background-image:linear-gradient(to right, var(--bg-color-hover, #3d3a3a) 100%)}\",\n\t\t\"\",\n\t\t\"._5vf h3.uiHeaderTitle, ._5vf .uiHeaderActions\",\n\t\t\"{border-radius:2px}\",\n\t\t\"\",\n\t\t\"._3hx- ._llj, ._3hx- ._5w0o, ._3m75 .selectedItem ._55yu>a, ._3m75 .sideNavItem:hover ._55yu>a, ._3m75 .selectedItem .uiSideNavEditButton a, ._3m75 .sideNavItem:hover .uiSideNavEditButton a, ._3m75 .sideNavItem .uiSideNavEditButton a, ._3m75 .selectedItem .uiSideNavEditButton a, ._3m75 .sideNavItem:hover .uiSideNavEditButton a, ._3m75 .uiSideNavEditButton a:focus, ._3m75 .uiSideNavEditButton > .openToggler > a, ._3m75 ._55yu>a, ._3m75 .sideNavItem .uiSideNavEditButton a, ._3m75 .sideNavItem:active ._55yu>a:not(:active), ._3m75 .sideNavItem:active .uiSideNavEditButton a:not(:active)\",\n\t\t\"{\",\n\t\t\" background-color: var(--bg-color-hover, #3d3a3a);\",\n\t\t\" border-color: var(--bg-color-hover, #3d3a3a)\",\n\t\t\"}\",\n\t\t\"\",\n\t\t\"._3q__\",\n\t\t\"{background:padding-box var(--bg-color-first, #2a2a2a)}\",\n\t\t\"\",\n\t\t\"._3i_m ._2her\",\n\t\t\"{color:var(--bg-color-first, #2a2a2a)}\",\n\t\t\"\",\n\t\t\"._25if\",\n\t\t\"{padding:91px 0}\",\n\t\t\"\",\n\t\t\"#pageFooter .copyright\",\n\t\t\"{\",\n\t\t\" padding:20px 0;\",\n\t\t\" margin:auto;\",\n\t\t\"}\",\n\t\t\" \",\n\t\t\"/* chat */\",\n\t\t\".fbNub._50mz:active .fbNubFlyoutTitlebar, .fbNub._50mz.focusedTab .fbNubFlyoutTitlebar, .fbNub._50mz .menuOpened .fbNubFlyoutTitlebar, .fbNub._50mz .menuOpened .fbNubFlyoutTitlebar:hover\",\n\t\t\"{color:var(--bg-color-first, #2a2a2a)}\",\n\t\t\"\",\n\t\t\".fbNub._50mz .fbNubFlyoutTitlebar\",\n\t\t\"{color:var(--bg-color-first, #2a2a2a)!important}\",\n\t\t\"\",\n\t\t\"._cqu\",\n\t\t\"{width:100%}\",\n\t\t\" \",\n\t\t\"._3hx- ._1aa6:after\",\n\t\t\"{z-index:-2}\",\n\t\t\"\",\n\t\t\"._3gl1\",\n\t\t\"{caret-color:var(--text-color-first, #dfdfdf)}\",\n\t\t\"\",\n\t\t\"@-webkit-keyframes fbTahoeSidePanePlaceholder_pulse\",\n\t\t\"{from{background-color:var(--bg-color-hover, #3d3a3a)}to{background-color:var(--bg-color-second, #312d2d)}}\",\n\t\t\"\",\n\t\t\"@keyframes fbTahoeSidePanePlaceholder_pulse\",\n\t\t\"{from{background-color:var(--bg-color-hover, #3d3a3a)}to{background-color:var(--bg-color-second, #312d2d)}}\"\n\t].join(\"\\n\");\nif (typeof GM_addStyle != \"undefined\") {\n\tGM_addStyle(css);\n} else if (typeof PRO_addStyle != \"undefined\") {\n\tPRO_addStyle(css);\n} else if (typeof addStyle != \"undefined\") {\n\taddStyle(css);\n} else {\n\tvar node = document.createElement(\"style\");\n\tnode.type = \"text/css\";\n\tnode.appendChild(document.createTextNode(css));\n\tvar heads = document.getElementsByTagName(\"head\");\n\tif (heads.length > 0) {\n\t\theads[0].appendChild(node);\n\t} else {\n\t\t// no head yet, stick it whereever\n\t\tdocument.documentElement.appendChild(node);\n\t}\n}\n})();\n","libs":[],"options":{"altCSS":false,"altJS":false,"autoImportant":false,"on":false}},{"compiledCss":"body {margin: 0px auto!important; width: 60% !important; display: block !important;}","css":"body{\n\twidth:60% !important;\n\tdisplay:block!important;\n\tmargin:0 auto;\n\t\n}","id":"www.cs.jhu.edu","js":"","libs":[],"options":{"altCSS":false,"altJS":false,"autoImportant":false,"on":true}},{"compiledCss":"body {display: block !important; margin: 0px auto !important; padding: 0px !important;}","css":"body{\n\tdisplay: block !important;\n\tmargin:0 auto !important;\n\tpadding:0 !important;\n}","id":"discrete.openmathbooks.org","js":"","libs":[],"options":{"altCSS":false,"altJS":false,"autoImportant":false,"on":true}},{"compiledCss":"#items, #comments {display: none !important;}","css":"#items, #comments{\n\tdisplay: none !important;\n\t\n}","id":"www.youtube.com","js":"","libs":[],"options":{"altCSS":false,"altJS":false,"autoImportant":false,"on":false}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment