
/*

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


div.datedropper.my-theme2 {

  --dd-color1: #414141;
  --dd-color2: #FFFFFF;
  --dd-color3: #846251;
  --dd-color4: #FFF;

  --dd-radius: 0px;
  --dd-width: 200px;
  --dd-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.66);

}

