@charset "utf-8";
/*
  *** CSS for Fortune Cards (Cookies) plugin by Dennis F. Freeze, MonolithDesign.com
*/

/* Apply natural box layout model to these elements. */
.fortune-cookie, .fortune-cookie > * { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
  box-sizing:border-box; }

.cookie-jar { max-width:800px; min-width:240px; margin:12px auto; padding:0; font-size:110%; 
  text-align:center; border-radius:8px; background-color:#fafcff; color:#036; 
  box-shadow:1px 1px 2px #999, -1px -1px 2px #bbb; }

.fortune-cookie { padding:4px; margin:4px; 
  text-align:left; background-color:#f0f8ff;  border:1px solid #ccc; border-radius:8px; 
  vertical-align:top; }
.cookie-content-wrapper { margin-top:6px; margin-bottom:6px; text-align:left; }
.cookie-source { margin-top:6px; margin-bottom:6px; font-weight:bold; font-size:85%; color:#069; }
.cookie-again-wrapper { width:40%; margin:auto; text-align:center; }
.another-cookie { color:#248; background-color:#cef; border:2px solid #698fda; border-radius:8px; 
  box-shadow:1px 2px 3px #ccc; padding:4px; font-weight:bold;
  display:block; margin:4px auto; width: 6em;}
  
@media screen and (max-width:360px) {
  .fortune-cookie { margin:0 auto; display:block; }
}