
/*

  INSTRUCTIONS ---------------------------------------------------------------------------------
  
  1. Add this stylesheet to the <head> of your pages
     <link href="YOUR PATH/vailonge.css" rel="stylesheet" type="text/css" />
     
  2. Use the file name as data-dd-theme attribute on your datedropper elements
     <input data-dd-theme="vailonge" />
     
*/


div.datedropper.vailonge {

  --dd-color1: #84373f;
  --dd-color2: #FFF;
  --dd-color3: #4D4D4D;
  --dd-color4: #fff;

  --dd-radius: 5px;
  --dd-width: 200px;
  --dd-shadow: 0 0 14px 8px rgba(0, 0, 0, 0.1);

}

