/**
 * @file
 * Styles for ugov_rubrica.
 *
 * Copied from node-module.css
 */

.myfloat-clear {
  clear: both;
}

.myfloat-left {
  float: left;
  width: 10%;
}

.myfloat-right {
  float: right;
  width: 85%;
}
