Hey there. I'm not sure if anyone else as this problem, but when I have the moroside theme applied, I have this 1px black border that sticks on the left side when I'm viewing my pet profiles. This isn't so much a functionality problem, as aesthetics since it's really annoying to see when I'm coding. The border isn't there when I switch themes either and do see it w/ firefox or chrome. I'd just like to know how to code it out in general if possible, thanks!
Here's what I'm talking about:

....anybody around?! ;_;
edit: 3 days later.. DOES NO ONE ELSE HAVE THIS PROBLEM?

Here's the offending code.
{border-right: 1px solid black;}
Counter it with
{border:none;}
Thanks, but that didn't seem to fix it. :x
Here's what I have for my current CCSS if that helps.
/Subeta adblock/
, ins#aswift_0_anchor, , div center ins, , .create_ad, a[href^="/ad_click.php?"] img, .chitikaAdContainer, -inner-dash .ui.segment.basic[style="height: 200px;"], +div[style="margin-top: 50px;"] {display:none !important;}
/right align remove event icon/ .sidebar-event {position:relative;} .sidebar-event i {position:absolute; right:1px; top:4px; margin:0;} .sidebar-event small {display:block; padding:0 1px; line-height:1.5; width:89%;}
/Remove page footer/ footer {display:none;}
/Move all floating items to top left corner/ .floating_item {position:fixed !important; left:20px !important; top:7px !important; z-index:999 !important; box-shadow: 1px 1px 5px ;}
{border:none;}
Here all the div information is highlighted and I guess I'm confused because the black line isn't definitive of anything.
