/* HIDE JOOMLA EDITING ICONS */
#main .icons {
   display:none;
 }

/* FIX RS FORM FIELDS */
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
textarea {width: auto !important;}

/* FORCE BLOG LISTS TO START NEW ROWS */
.blog [class*="leading"] {
    clear: both;
}

/* FORCE MOBILE MENU TO LEFT */
body #user3 label.mobileckhambuger_togglerlabel {
    text-align: left !important;
}