body {
		font-family: Calibri, Verdana, Helvetica, sans-serif;
		margin: 0 0 25px 0;
	}
	#content {
		margin: 10px;
	}
	table {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border: 1px solid #eee;
	}
	.tl {
		-moz-border-radius-topleft: 10px;  
		-webkit-border-top-left-radius: 10px;
	}
	.tr {
		-moz-border-radius-topright: 10px;  
		-webkit-border-top-right-radius: 10px;		
	}
	.bl {
		-moz-border-radius-bottomleft: 10px;  
		-webkit-border-bottom-left-radius: 10px;		
	}
	.br {
		-moz-border-radius-bottomright: 10px;  
		-webkit-border-bottom-right-radius: 10px;		
	}
	#tabs {
		min-height: 724px;
	}
	#tabs ul {
		min-height: 75px;
	}
	#nisaba-press-fiction {
		min-height: 564px;
	}
	#footer {
		background-color: #000;
		color: #fff;
		font-size: smaller;
		padding: 5px;
		text-align: center;
		position: fixed;
		min-height: 20px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin-bottom: 0px;
	}	
	.eee {
		background-color: #eee;
	}
	.title {
		font-size: smaller;
	}
	tr#header td.eee {
		border-bottom: 1px solid #fff;	
	}
	tr#header td.fff {
		border-bottom: 1px solid #eee;		
	}
	#logo {
		float: right;
		border: 0;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	ul {
	  margin-top: 0;
	  list-style: none;
	  padding-left: 0;
	}
	li {
	  list-style: none;
	  margin-bottom: 20px;
	  /* font-size: smaller; */
	}
	#product-content {
			max-width: 700px;
	}
/* from https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
	a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}