body:after {
  background: #ffe45c;
  content: " MD ";
}
/****** CONTENT MD *****/
.btn-scroll {
  display: none;
}
/*
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:52 PM
    Author     : mv
*/
.visible-md {
  display: block;
}
.invisible-md {
  display: none;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row > [class^="col-md"],
.row > [class*=" col-md"] {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
}
.row > .col-md-10 {
  width: 10%;
}
.row > .col-md-20 {
  width: 20%;
}
.row > .col-md-30 {
  width: 30%;
}
.row > .col-md-40 {
  width: 40%;
}
.row > .col-md-50 {
  width: 50%;
}
.row > .col-md-60 {
  width: 60%;
}
.row > .col-md-70 {
  width: 70%;
}
.row > .col-md-80 {
  width: 80%;
}
.row > .col-md-90 {
  width: 90%;
}
