body
{
	font-family: Verdana ;
	font-size: 10pt;
	background-color: #e6e6e6;
}

#big
{
	font-size: 130%;
	font-weight: bold;
}

.biggericon
{
	size: 200%;
	float: right;
}
.button
{
	float: right;
}

.buttonwide
{
	width: 95%;
	height: 30px;
	font-weight: bold;
	font-size: 120%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

button.isbnBtn
{
	width: 180px;
}

button.sendorder
{
	font-size: 110%;
}
.col-25 {
  float: left;
  width: 23%;
  margin-top: 6px;
}

.col-50 {
  float: left;
  width: 46%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 72%;
  margin-top: 6px;
}

.comment
{
	width: 90%;
	height: 70px;
}

#confmess
{
	background-color: lightgreen;
	font-weight: bold;
	padding: 10px;
}

#container
{
	margin-left: 20px;
}

.copyright
{
	padding: 0 10px;
	float: right;
	color: #c0c0c0;
}

tr.empty
{
	height: 20px;
}

#emptyness
{
	height: 446px;
}

#header
{
	margin: 15px 0 75px 20px;
	text-align: center;
}

.header
{
	font-weight: bold;
	font-size: 130%;
	margin-left: 20px;
}

.hr1, .hr2
{
	border: 0;
	height: 0; /* Firefox... */
	box-shadow: 0 0 2px 1px black;
	margin: 18px 0;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.hr1:after 
{  /* Not really supposed to work, but does */
  content: "\00a0";  /* Prevent margin collapse */
}

.hr3
{
	border: 0;
	height: 0; /* Firefox... */
	box-shadow: 0 0 2px 1px green;
	margin: 18px 0;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.hr3:after 
{  /* Not really supposed to work, but does */
  content: "\00a0";  /* Prevent margin collapse */
}
.info
{
	color: green;
	font-weight: bold;
}

input.isbn
{
	width: 150px;
}
input[type=text], select, textarea {
  width: 90%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
.logo
{
	text-align: left !important;
	float: left;
	margin-bottom: 30px;
}

.mark
{
	font-style: italic;
}
p.extra
{
	height: 8px;
}
.pageheader
{
	font-size: 140%;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 30px;
}

.regretbook, .erasebook
{
	color: white;
	background-color: red;
	font-weight: bold;
	width: 90%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#sidan
{
	background-color: #ffffff;
	padding: 5px;
  border-radius: 20px 20px;
	margin-left: auto;
	margin-right: auto;
	min-height: 708px;
	max-width: 1015px;
}
.obl
{
	background-color: #fcefa1;
	border-right: 1px solid #777;
	border-bottom: 1px solid #a5a5a5;
	padding: 4px;
	margin-right: 8px;
}
.ej-obl
{
	padding: 4px;
	margin-right: 8px;
}

#val
{
	margin-left: 80px;
	padding: 8px;
	height: 500px;
}


@media screen and (max-width: 600px) {
  .col-15, .col-25, .col-75, input[type=submit] {
    width: 90%;
    margin-top: 0;
  }
}