@mixin center-horizontal($width, $margin-top:0, $margin-bottom:0) { margin:$margin-top auto $margin-bottom auto; width:$width; float:none; }