RIC0H / RGL New Forum Look

// ==UserScript==
// @name        RGL New Forum Look
// @namespace   RGL New Forum Look
// @description [outdated - do not use] A new design for the RenegadeLine forum
// @include     https://renegadeline.com
// @include     https://renegadeline.com/*
// @version     11.2
// @author      RIC0H
// @grant       none
// @run-at      document-start
// @license     MIT
// @updateURL   https://openuserjs.org/src/scripts/RIC0H/RGL_New_Forum_Look.user.js
// @downloadURL https://openuserjs.org/src/scripts/RIC0H/RGL_New_Forum_Look.user.js
// ==/UserScript==

// allow pasting

//function addGlobalStyle(css) {
    var head, style;
    head = document.getElementsByTagName('head')[0];
    if (!head) { return; }
    style = document.createElement('style');
    style.type = 'text/css';
    style.innerHTML = css;
    head.appendChild(style);
}

    /* Version Top Left */
addGlobalStyle('body.sidebar-opened::before {content:"V5.9"!important;color:#fff!important;margin-left:10px!important;position:fixed!important;font-size:13px!important;padding:2px 5px 2px 5px!important;border:1pxsolid#000!important;border-radius:5px!important;background-color:#902B20!important;margin-top:-56px!important;z-index:9999!important;}'
     /* Tag Fix */
+ '#content .col3 .panel .sprite-forum-alpha {position: absolute !important;margin-top: -3px !important;margin-left: 2px !important;margin-right: 2px !important;}'
    /* Zoom */
+ 'body.sidebar-opened {zoom: reset;}'
    /* Forum Settings */
+ '#container {background-image: url("https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/texture.png") !important;}'
+ '.forum {padding-bottom: 5px !important;}'
+ '.col3 .forum-nav .pull-left {width: 1025px !important;border: 2px solid #000 !important;padding: 5px !important;padding-left: 15px !important;padding-top: 6px !important;margin-top: -9px !important;margin-left: -17px !important;background-color: #C5BBA7 !important;height: 36px !important;border-radius: 10px !important;}'
+ '.col3 .forum-nav {width: 1025px !important;border: 2px solid #000 !important;padding: 5px !important;padding-left: 15px !important;padding-top: 7px !important;margin-top: 10px !important;background-color: #C5BBA7 !important;height: 36px !important;border-radius: 10px !important;}'
+ '.forum .forum-intro .pull-right a {color: #FFFB00 !important;font-size: 12px !important;}'
+ '.forum .forum-intro .pull-left, .forum .forum-intro .pull-right, .forum .forum-intro .pull-left a {font-size: 12px !important;}'
+ '.forum .table .icon {width: 50px !important;border-right: 1px solid #D0D0D0 !important;border-left: 1px solid #D0D0D0 !important;}'
+ '.table {border-right: 2px solid !important;border-left: 2px solid !important;}'
+ '.table td {border-right: 1px solid #D0D0D0 !important;}'
+ '.forum .table thead th:first-child, .forum .table tbody tr > td:first-child {border-left: 0px !important;}'
+ '.forum .table thead th:last-child, .forum .table tbody tr > td:last-child {border-right: 0px !important;}'
+ '.box .box-body {margin-top: -8px !important;}'
+ '.forum .table thead {border: 2px solid #000 !important;text-shadow: 0px 0px 0px !important;text-transform: none !important;font: 13px/1.3em Arial,sans-serif !important;}'
+ '.breadcrumbs li a {color: #FFFB00 !important;}'
+ '.breadcrumbs li.active {color: #FFF !important;}'
+ '.forum .table thead th {font-size: 13px !important;font-weight: normal !important;}'
+ '.forum .forum-category {text-transform: none !important;font: 13px/1.3em Arial,sans-serif !important;}'
+ '.title, .box-title, #container #content .forum .table thead {margin: 6px 0px !important;padding-top: 6px !important;padding-bottom: 8px !important;background: #9F3428 none repeat scroll 0% 0% !important;}'
+ '#container #content .col3.col-center .forum-intro {border-top: 2px solid #000 !important;border-left: 2px solid #000 !important;border-right: 2px solid #000 !important;border-bottom: 2px solid #000 !important;text-shadow: 0px 0px 0px !important;text-transform: none !important;font: 13px/1.3em Arial,sans-serif !important;padding-top: 15px !important;padding-bottom: 15px !important;margin-bottom: -1px !important;background: #9F3428 none repeat scroll 0% 0% !important;border-radius: 10px 10px 0px 0px !important;}'
+ '#container #content .col3.col-center .breadcrumbs {border-radius: 0px 0px 10px 10px !important;margin: -1px 0px !important;padding-top: 8px !important;padding-bottom: 8px !important;background: #9F3428 none repeat scroll 0% 0% !important;border-top: 1px solid #000 !important;border-left: 2px solid #000 !important;border-right: 2px solid #000 !important;border-bottom: 2px solid #000 !important;text-shadow: 0px 0px 0px !important;text-transform: none !important;font: 13px/1.3em Arial,sans-serif !important;}'
+ '.col1 .box .box-header .box-title, .col2 .box .box-header .box-title {font: 13px/1.3em Arial,sans-serif !important;text-shadow: 0px 0px 0px !important;text-transform: none !important;}'
+ '#content .col-center {margin-left: auto !important;margin-right: auto !important;width: 95% !important;}'
+ '.table td, .table th {line-height: 1 !important;}'
+ '.panel-body {padding-bottom: 1px !important;}'
+ '.table-responsive {margin-top: 6px !important;}'
    /* Like Button */
+ '.like-button, .like-button:active, .like-button:focus {background: transparent linear-gradient(#E9E9E9, #94C788) repeat scroll 0% 0px !important;border-color: #000 !important;color: #333 !important;}'
+ '.like-button:hover {background: transparent linear-gradient(#F7F7F7, #AECDA7) repeat scroll 0% 0px !important;}'
+ '.fa-block-text {margin-right: 1px !important;border-right: 1px solid !important;padding-right: 5px !important;}'
    /* BBCode Tool Bar */
+ '.wysibb .wysibb-toolbar, .wysibb .wysibb-toolbar.wysibb-toolbar-container {background: transparent linear-gradient(rgb(233, 233, 233), rgb(177, 177, 177)) repeat scroll 0% 0px !important;}'
+ '.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn {margin-left: -3px !important;margin-right: -3px !important;}'
+ '.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover {background: none !important;}'
+ '.wysibb .wysibb-toolbar .wysibb-toolbar-container {border-right: 0px !important;}'
+ '.wysibb {border: 0px !important;position: relative !important;background: #FFF none repeat scroll 0% 0% !important;}'
+ '.wysibb .wysibb-toolbar .modeSwitch {margin-right: 6px !important;}'
    /* Quote Box */
+ '.quote {background: none repeat scroll 0% 0% #FFF;border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-left: 1px solid #ccc !important;margin: 2px !important;padding: 4px !important;}'
+ '.quote::before {display:none;}'
+ '#content .col3.col-center .box .box-body .wysibb .wysibb-text .wysibb-text-editor .quote h3, #content .col3 .panel .panel-body .quote h3 {display: block !important;font-size: 13px !important;line-height: 15px !important;border-bottom: 1px solid #ccc !important;margin-top: 4px !important;margin-bottom: -11px;}'
+ '#content .col3.col-center .box .box-body .wysibb .wysibb-text .wysibb-text-editor .quote {background-color: #ECECEC !important;}'
    /* Stats */
+ '#container #content .col3.col-center .forum-intro.no-margin-top.text-center {border-radius: 0px 0px 8px 8px !important;border: 2px solid #000 !important;margin-top: 5px !important;font-size: 12px !important;}'
    /* Spoiler */
+ '.spoiler {margin-top: 2px !important;}'
+ '.spoiler-content {background: #fff !important;border: 1px solid #BBB8B2 !important;}'
+ '.spoiler .btn.btn-xs {border-radius: 0px !important;background: #5A5A5A !important;font: 12px/1.3em Arial,sans-serif !important;border: 1px solid #000 !important;}'
+ '.spoiler .btn.btn-xs:hover {background: #A1A1A1 !important;}'
    /* Polls */
+ '.poll {border: 1px solid #000 !important;background-color: #fff !important;}'
    /* PM */
+ '#content .col1 {margin-top: 8px !important;}'
+ '#content .col2 {margin-top: 0px !important;}'
+ '#content .col2 .panel .no-padding {margin-top: -15px !important;}'
+ '#content .col2 .panel .panel-nav li.border-bottom {border-bottom: 0px !important;}'
+ '#content .col1 .panel, #content .col2 .panel {margin-top: 6px !important;}'
+ '#content .col2 .panel-heading {box-shadow: none !important;background: #902B20 none repeat scroll 0% 0% !important;margin: 16px 0px !important;border-radius: 0px !important;border: 0px !important;border-bottom: 2px solid #000 !important;margin-top: 0px !important;padding: 9px 15px !important;}'
+ '.panel .panel-nav li a:hover, .panel .panel-nav li a:active, .panel .panel-nav li.active {background: #E3DFD9 none repeat scroll 0% 0% !important;}'
+ '#content .col1 .panel.panel-default .panel-footer {min-height: 33px !important;}'
    /* Hover Card */
+ '.even .popover, .odd .popover {display: none !important;}'
    /* Buttons */
+ '.bbtn-xs {line-height: 1.2 !important;}'
+ '.panel-footer .bbtn.bbtn-primary.bbtn-xs {background: transparent linear-gradient(#E9E9E9, #B1B1B1) repeat scroll 0% 0px !important;border-color: #000 !important;color: #333 !important;}'
+ '.panel-footer .bbtn.bbtn-primary.bbtn-xs:hover {background: transparent linear-gradient(#F7F7F7, #C7C7C7) repeat scroll 0% 0px !important;}'
+ '.col1 .box .box-body .text-right .btn, .col1 .box .box-body form.replyForm .text-right .btn {line-height: 1.2 !important;font: 12px/1.3em Arial,sans-serif !important;font-weight: bold !important;border:1px solid #000 !important;border-radius:3px!important;box-shadow:none!important;text-shadow: none !important;text-transform: none !important;background: transparent linear-gradient(#E9E9E9, #B1B1B1) repeat scroll 0% 0px !important;border-color: #000 !important;color: #333 !important;}'
+ '.col1 .box .box-body .text-right .btn:hover, .col1 .box .box-body form.replyForm .text-right .btn:hover {background: transparent linear-gradient(#F7F7F7, #C7C7C7) repeat scroll 0% 0px !important;}'
+ 'body.sidebar-opened #content .row.forum .col3.col-center .forum-nav .btn.btn-xs {background-image: url("https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/redbutton2.gif"), url("https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/redbutton2.gif") !important;background-repeat: no-repeat, no-repeat !important;background-position: bottom right, top left !important;padding-bottom: 6px !important;padding-top: 6px !important;border-radius: 6px !important;border:0px !important;top: -29px !important;right: 5px !important;padding-left:40px!important;background-color: transparent !important;height: 25px !important;line-height: 25px !important;padding-right: 15px !important;font: 11px/1.3em Arial, sans-serif !important;font-weight: bold !important;color: #F2F2F2 !important;}'
+ 'body.sidebar-opened #content .row.forum .col3.col-center .forum-nav .btn.btn-xs:hover {text-decoration: underline !important;}'
    /* Profile Button */
+ '.col2 .box .btn.btn-block {font: 12px/1.3em Arial,sans-serif !important;box-shadow:none!important;text-shadow:none!important;font-weight:bold!important;padding: 4px 10px 5px!important;text-transform:none!important;background: transparent linear-gradient(#E9E9E9, #B1B1B1) repeat scroll 0% 0px !important;color: #333 !important;border:1px Solid #000 !important;border-radius:3px!important;}'
+ '.col2 .box .btn.btn-block:hover {background: transparent linear-gradient(#F7F7F7, #C7C7C7) repeat scroll 0% 0px !important;}'
    /* Friend Page */
+ '.sidebar-opened #content .col2 .box .box-body .friend-box .btn.btn-xs {background: transparent linear-gradient(#E9E9E9, #B1B1B1) repeat scroll 0% 0px !important;color: #333 !important;border:1px Solid #000 !important;border-radius:3px!important;}'
+ '.sidebar-opened #content .col2 .box .box-body .friend-box .btn.btn-xs:hover {background: transparent linear-gradient(#F7F7F7, #C7C7C7) repeat scroll 0% 0px !important;}'
+ '.sidebar-opened #content .col1 .box .box-body .table.no-margin .btn.btn-xs {background: transparent linear-gradient(#E9E9E9, #B1B1B1) repeat scroll 0% 0px !important;color: #333 !important;border:1px Solid #000 !important;border-radius:3px!important;}'
+ '.sidebar-opened #content .col1 .box .box-body .table.no-margin .btn.btn-xs:hover {background: transparent linear-gradient(#F7F7F7, #C7C7C7) repeat scroll 0% 0px !important;}'
+ '.sidebar-opened #content .col2 .box .box-body .friend-box img {border: 1px solid #8B8B8B !important;border-radius: 5px !important;}'
+ '.sidebar-opened #content .col1 .box .box-body .table.no-margin td {border-right: 1px solid #D0D0D0 !important;border-bottom: 1px solid #A9A9A9 !important;}'
+ '.sidebar-opened #content .col2 .box .box-body .friend-box {border: 1px solid #A9A9A9 !important;padding:5px!important;background-color:#D0D0D0!important;border-radius:3px!important;}'
    /* Profile Page */
+ '#content .col-center .box .box-body .text-center .btn {font: 12px/1.3em Arial,sans-serif !important;box-shadow:none!important;text-shadow:none!important;font-weight:bold!important;padding: 4px 10px 5px!important;text-transform:none!important;background: transparent linear-gradient(#E9E9E9, #B1B1B1) repeat scroll 0% 0px !important;color: #333 !important;border:1px Solid #000 !important;border-radius:3px!important;}'
+ '#content .col-center .box .box-body .text-center .btn:hover {background: transparent linear-gradient(#F7F7F7, #C7C7C7) repeat scroll 0% 0px !important;}'
    /* Forum Overview Icon */
+ '.sprite-forum-bubble {width: 26px !important;height: 25px !important;background-position: 0px 0px !important;background-image: url( "https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/arrow.gif" ) !important;}'
    /* Forum Section Icons */
+ '.sprite-forum-read {width: 19px !important;height: 20px !important;background-position: 0px 0px !important;background-image: url( "https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/Icons/folder.png" ) !important;}'
+ '.sprite-forum-read-user {width: 19px !important;height: 20px !important;background-position: 0px 0px !important;background-image: url( "https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/Icons/folder2.png" ) !important;}'
+ '.sprite-forum-unread {width: 19px !important;height: 20px !important;background-position: 0px 0px !important;background-image: url( "https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/Icons/newfolder.png" ) !important;}'
+ '.sprite-forum-unread-user {width: 19px !important;height: 20px !important;background-position: 0px 0px !important;background-image: url( "https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/Icons/newfolder2.png" ) !important;}'
+ '.sprite-forum-padlock {width: 18px !important;height: 18px !important;background-position: 0px 0px !important;background-image: url( "https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/Icons/lockfolder.png" ) !important;}'
+ '.has-staff-reply::before {border: 0px solid #000  !important;background: none repeat scroll 0% 0%  !important;margin-left: 7px !important;margin-top: 10px !important;}'
+ '.sprite-forum-unread-dev {width: 19px !important;height: 20px !important;background-position: 0px 0px !important;background-image: url( "https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/Icons/Bnewfolder.png" ) !important;}'
+ '.sprite-forum-unread-user-dev {width: 19px !important;height: 20px !important;background-position: 0px 0px !important;background-image: url( "https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/Bnewfolder4.png" ) !important;}'
+ '.sprite-forum-read-dev {width: 19px !important;height: 20px !important;background-position: 0px 0px !important;background-image: url( "https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/Icons/Bfolder.png" ) !important;}'
+ '.sprite-forum-read-user-dev {width: 19px !important;height: 20px !important;background-position: 0px 0px !important;background-image: url( "https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/Icons/Bfolder2.png" ) !important;}'
    /* Odd and Even */
+ '.forum .table tbody tr.even {background: #F2F2F2 none repeat scroll 0% 0% !important;}'
+ '.forum .table tbody tr.odd {background: #E3DFD9 none repeat scroll 0% 0% !important;}'
+ '.even a:hover, .odd a:hover {text-decoration: underline !important;color: #9F3428 !important;}'
    /* Quick Reply */
+ '#content .col3.col-center form#quickreply.panel.panel-default .panel-heading {background: url("https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/headerBg2.png") repeat scroll 0% 0% !important;}'
+ '#content .col3.col-center form#quickreply.panel.panel-default {background-color: transparent !important;margin-bottom:0px !important;padding-bottom:0px !important;}'
+ '#content .col3.col-center form#quickreply.panel.panel-default .panel-footer {border-bottom: 0px !important;border-radius: 0px 0px 8px 8px !important;}'
    /* Default Post Settings */
+ '#content .col3 .panel .post-permalink {border-top: 1px ridge rgba(204, 204, 204, 1) !important;margin-top:2px!important;}'
+ '#content .col3 .panel .panel-body .panel hr, #content .col3 .panel .panel-body hr {margin-top: 6px !important;margin-bottom: 5px !important;}'
+ '#content .col3 .panel,#content .col1 .panel {padding-bottom: 7px !important;}'
+ '#content .col3 .panel .panel-body,#content .col1 .panel .panel-body {border-bottom: 2px solid #000 !important;}'
+ '#content .col3 .panel-footer,#content .col1 .panel-footer {padding-top: 7px !important;padding-bottom: 7px !important;border-top:0px !important;margin-top:-1px !important;}'
    /* Default Posts */
+ '#content .col3 .panel.panel-default .panel-heading, #content .col1 .panel.panel-default .panel-heading {background-color: #5A5A5A !important;border-radius: 8px 8px 0px 0px !important;border: 2px solid #000 !important;margin-left: -2px !important;margin-right: -2px !important;margin-top: -9px !important;line-height: 1.3 !important;}'
+ '#content .col3 .panel.panel-default .panel-body, #content .col1 .panel.panel-default .panel-body {background-color: #E3DFD9 !important;color: #000 !important;}'
+ '#content .col3 .panel.panel-default .panel-footer, #content .col1 .panel.panel-default .panel-footer {background-color: #F5F5F5 !important;border-bottom:2px solid #000 !important;}'
+ '#content .col3 .panel.panel-default, #content .col1 .panel.panel-default {background-color: #5A5A5A !important;border-radius:0px 0px 8px 8px !important;}'
    /* Blue Posts */
+ '.panel-rv .panel-heading.panel-rv-logo {display: none !important;}'
+ '.panel-rv .panel-body {background-color: #D3DBE0 !important;color: #000 !important;	}'
+ '.panel-rv .panel-heading, .panel-rv > .panel-subheading{background-color: #5F96B7!important;border-radius: 8px 8px 0px 0px !important;border: 2px solid #000 !important;margin-left: -2px !important;margin-right: -2px !important;margin-top: -9px !important;line-height: 1.3 !important;}'
+ '.panel-rv .panel-footer {background-color: #F5F5F5 !important;border-bottom:2px solid #000 !important}'
+ '.panel.panel-rv {background-color: #5F96B7 !important;border-radius:0px 0px 8px 8px !important;}'
    /* Green Posts */
+ '.panel-mod .panel-body {background-color: #D7E0D3 !important;color: #000 !important;}'
+ '.panel-mod .panel-heading {background-color: #64723D !important;border-radius: 8px 8px 0px 0px !important;border: 2px solid #000 !important;margin-left: -2px !important;margin-right: -2px !important;margin-top: -9px !important;line-height: 1.3 !important;}'
+ '.panel-mod .panel-footer {background-color: #F5F5F5 !important;border-bottom:2px solid #000 !important}'
+ '.sprite-forum-hammer {display: none !important;}'
+ '.panel.panel-mod {background-color: #64723D !important;border-radius:0px 0px 8px 8px !important;}'
    /* Post Buttons */
+ '.bbtn-default {background: transparent linear-gradient(#E9E9E9, #B1B1B1) repeat scroll 0% 0px !important;border-color: #000 !important;color: #333 !important;}'
+ '.bbtn-danger {background: transparent linear-gradient(#E9E9E9, #E54848) repeat scroll 0% 0px !important;border-color: #000 !important;color: #333 !important;float: right !important;margin-left: 3px !important;}'
+ '.bbtn-default:hover {background: transparent linear-gradient(#F7F7F7, #C7C7C7) repeat scroll 0% 0px !important;}'
+ '.bbtn-danger:hover {background: transparent linear-gradient(#F7F7F7, #E77373) repeat scroll 0% 0px !important;}'
    /* BBCode Tool Bar */
+ '.wysibb .wysibb-toolbar, .wysibb .wysibb-toolbar.wysibb-toolbar-container {background: transparent linear-gradient(rgb(233, 233, 233), rgb(177, 177, 177)) repeat scroll 0% 0px !important;}'
+ '.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn {margin-left: -3px !important;margin-right: -3px !important;}'
+ '.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover {background: none !important;}'
+ '.wysibb .wysibb-toolbar .wysibb-toolbar-container {border-right: 0px !important;}'
+ '.wysibb {border: 0px !important;position: relative !important;background: #FFF none repeat scroll 0% 0% !important;}'
+ '.wysibb .wysibb-toolbar .modeSwitch {margin-right: 6px !important;}'
    /* New Thread */
+ '#content .col3.col-center .box .box-body form#newForm .text-right .btn {font: 12px/1.3em Arial,sans-serif !important;box-shadow:none!important;text-shadow:none!important;font-weight:bold!important;padding: 4px 10px 5px!important;text-transform:none!important;background: transparent linear-gradient(#E9E9E9, #B1B1B1) repeat scroll 0% 0px !important;color: #333 !important;border:1px Solid #000 !important;border-radius:3px!important;}'
+ '#content .col3.col-center .box .box-body form#newForm .text-right .btn:hover {background: transparent linear-gradient(#F7F7F7, #C7C7C7) repeat scroll 0% 0px !important;}'
+ '#content .col3.col-center .box .box-body form#editForm .text-right .btn {font: 12px/1.3em Arial,sans-serif !important;box-shadow:none!important;text-shadow:none!important;font-weight:bold!important;padding: 4px 10px 5px!important;text-transform:none!important;background: transparent linear-gradient(#E9E9E9, #B1B1B1) repeat scroll 0% 0px !important;color: #333 !important;border:1px Solid #000 !important;border-radius:3px!important;}'
+ '#content .col3.col-center .box .box-body form#editForm .text-right .btn:hover {background: transparent linear-gradient(#F7F7F7, #C7C7C7) repeat scroll 0% 0px !important;}'
    /* Fake Closed Button */
+ '#content .col3 .forum-nav .pull-right b::after {content: "Thread Closed" !important;font: 11px/1.2em Arial,sans-serif !important;font-weight:bold!important;padding-bottom: 6px !important;padding-top: 6px !important;border-radius: 6px !important;padding-left: 5px !important;padding-right: 5px !important;background-image: url("https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/redbutton2.gif"), url("https://dl.dropboxusercontent.com/u/36081913/RenegadeLine/redbutton2.gif") !important;background-repeat: no-repeat, no-repeat !important;background-position: bottom right, top left !important;color: #F2F2F2 !important;border:0px !important;padding-left:40px!important;height: 25px !important;line-height: 14px !important;position: absolute !important;margin-top: -30px !important;margin-left: -143px !important;cursor: pointer !important;padding-right:15px!important;}'
);