/* TWILY.INFO/CHAT */ @-moz-document regexp("https?://.*twily.info/chat.*") {     html,body, input {         font-family: "Droid Sans", "Liberation Sans", "DejaVu Sans", "Segoe UI", Sans !important;         font-size: 10pt !important;     }     #container { border: 0 !important; height: calc(100% - 1.6em) !important; }     .btn {         color: #606163 !important; width: 75px !important; transition: .2s ease;         border-radius: 0px !important; border-left-width: 1px !important;     }     #qbox a:link, #qbox a:visited { background: #111113 !important; color: #AAABAD !important; }     #qbox a:hover, #qbox a:active, .btn:hover { background: #84BD3F !important; color: #111113 !important; }     input[type="text"] {         width: calc(100% - 75px) !important; transition: .2s ease;         border-radius: 1px;     }     input[type="text"]:focus { background: #111113 !important; color: #CECFD1 !important; }     input { border-width: 0 !important; height: 1.6em !important; } }