
/*

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


div.datedropper.rolosa {

  --dd-color1: #94c11f;
  --dd-color2: #FFF;
  --dd-color3: #4D4D4D;
  --dd-color4: #FFF;

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

}

