.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/sites/www.jub.si/themes/jub/js/boxsizing.htc);
}
.right {
  float: right;
}
.left {
  float: left;
}
.upper {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
::selection {
  background: #268faf;
  text-shadow: 0px 1px 0px black;
}
::-moz-selection {
  background: #268faf;
  text-shadow: 0px 1px 0px black;
}
body {
  font-size: 62.5%;
  font-family: 'Arial', sans-serif;
  background: url(/sites/www.jub.si/themes/jub/images/background.png) repeat;
  overflow-x: hidden;
}
