body:after {
  background: orange;
  content: " LG ";
}
/****** CONTENT LG *****/
/*
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 : Mar 26, 2018, 11:11:52 AM
    Author     : mv
*/
/** based on bootstrap **/
/*
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 : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
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 : Mar 26, 2018, 3:44:58 PM
    Author     : mv
*/
.visible-lg {
  display: block;
}
.invisible-lg {
  display: none;
}
.row > [class^="col-lg"],
.row > [class*=" col-lg"] {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
}
.row > .col-lg-10 {
  width: 10%;
}
.row > .col-lg-20 {
  width: 20%;
}
.row > .col-lg-30 {
  width: 30%;
}
.row > .col-lg-40 {
  width: 40%;
}
.row > .col-lg-50 {
  width: 50%;
}
.row > .col-lg-60 {
  width: 60%;
}
.row > .col-lg-70 {
  width: 70%;
}
.row > .col-lg-80 {
  width: 80%;
}
.row > .col-lg-90 {
  width: 90%;
}
