html.popup body {
	background-image:none;
}
body {
  background-image:url('https://c626fd9a3ea7d7aaf25a-13df01e1540c03f09828a4c08555f8b9.ssl.cf2.rackcdn.com/back14.jpg');
  opacity:0.95;
  background-size:cover; 
}

/*Box Titles*/
div.block .title {
  background:#FFF;
  border: 5px solid #FFEBCD;
  border-bottom: 0px;
  position: relative;
  top: 5px; 
}

/*Box Content*/
div.block .content {
  border: 5px solid #FFEBCD;
  box-shadow: 0 1px 1px rgba(0,0,0,0); /*shadow*/
  border-radius: 8px;
}

/*Handle in a different way blocks within a block*/
div.block div.block .content {
  border: 0px;
}

/*Hide top left radious when then block has a Header*/
div.block .blockHeader ~ .content {
  border-top-left-radius: 0px;
}

/*Consistency with toolbars*/
div.block .toolbar {
  border: 5px solid #ccc;
  border-bottom: 0px;
  border-top-left-radius: 8px; 
  border-top-right-radius: 8px;  
}

/* Hide radious on box after a toolbar*/
div.block .toolbar ~ .content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top:0px;
}
/*Place your CSS code here*/

/* DO NOT ADD/EDIT AFTER THIS LINE */
