
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 04.11.2015, 13:47:41
    Author     : roeschs
*/

.box-12-l {
  width: 12.5%;
}

.box-16-l {
  width: 16.66%;
}

.box-20-l {
  width: 20%;
}

.box-25-l {
  width: 25%;
}

.box-33-l {
  width: 33.33%;
}

.box-50-l {
  width: 50%;
}

.box-66-l {
  width: 66.66%;
}

.box-75-l {
  width: 75%;
}

.box-80-l {
  width: 80%;
}

.display-none-l {
  display: none;
}

.display-block-l {
  display: block;
}

.display-inline-block-l {
  display: inline-block;
}

.display-table-cell-l {
  display: table-cell;
}

.display-table-row-l {
  display: table-row;
}