/*
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 : May 8, 2018, 5:30:00 PM
    Author     : SBR
*/


  .my-flex-container {
    border: 2px solid green;
    height: 0px,auto;
    margin-bottom: 20px;
    //background-color: greenyellow;
  }
  .my-flex-container-column {
  //  border: 2px solid green;
    height: 200px;
    margin-bottom: 20px;
  }
  .my-flex-item {
  //  background-color: greenyellow;
  //  border: 1px dotted grey;
    height: auto;
  }
  .my-flex-item-2 {
    background-color: lightgrey;
    border: 1px dotted grey;
    height: 96px;
  }
