Title: [CSS] cleverbot css for stylish Author: Twilypastes Pastebin link: http://pastebin.com/fK17VFax First Edit: Sunday 21st of June 2015 06:09:10 PM CDT Last Edit: Last edit on: Sunday 21st of June 2015 10:13:53 PM CDT /* CLEVERBOT.COM */ @-moz-document regexp("https?://.*.cleverbot.com.*") {     html,body { background: #17181A !important; color: #CECFD1 !important; }     p { display: inline-block !important; width: 100% !important; padding: 0 0 12px !important; }         #cleverbotlogo, #snipTextIcon, #footer, #cbsocial { display: none !important; }     .sayitbutton, .stimulus { background: #27282B !important; color: #CECFD1 !important; border: 0 !important; }         #newconv { color: #8c86fc !important; border-bottom: 2px solid #27282B !important; margin-bottom: 12px !important; }     #newconv:hover { color: #ea75bc !important; text-decoration: underline !important; }         .user { color: #84bd3f !important; float: right !important; }     .bot { color: #aaabad !important; }     .user, .bot { background: transparent !important; border-radius: 2px !important; padding: 12px 0 !important; }         #wrapper { position: relative !important; width: 100% !important; height: 100% !important; }     #content { margin: 0 !important; position: absolute !important; top: 50% !important; left: 50% !important;                margin-right: -50% !important; transform: translate(-50%,-50%) !important; } }