/**
 * Less sample file.
 *
 * You can keep a bound between css class and plugin name/namespace.
 * To do this, you have to use the right naming for the css id and class.
 *
 */
.wpx-server-light {
  display: block;
  background-color: #ff0;
}
.wpx-server-light-align {
  display: block;
  clear: both;
}
.wpx-server-light-align-left {
  text-align: left;
}
