@charset "UTF-8";

/* CSS Document */

input[type=radio]
{
	display:none;
}
input[type=radio] + label
{
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: black;
	text-align: center;		
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff;
}
input[type=radio]:checked + label{
	background-image: none;
	outline: 0;
	color:white;
	background-color:<?PHP echo $color; ?>;
}
	
.strikethrough 
{
	position: relative;
}

.strikethrough:before 
{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 4px solid;
	border-color: inherit;

	-webkit-transform:rotate(-15deg);
	-moz-transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
	-o-transform:rotate(-15deg);
	transform:rotate(-15deg);
}

html, body {
  height: 100%;
  width: 100%;
}
	
body 
{
	background-image: url("../images/BookBG.png");
	background-repeat: no-repeat;
	display: table;
	margin: 0;
	width:100%;
}

@media screen and (min-width: 1920px) 
{
	body 
	{
		background-size: 100%;
	}
}
	
div.clear 
{
    clear:both;
}

h1
{
	font-family: verdana, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom:0px;
}

h2
{
	font-family: verdana, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	margin-top:5px;
}

HR
{
  border:none;
  border-top:1px dotted #bdbdbd;
  color:#fff;
  background-color:#fff;
  height:1px;
  width:100%;
}

@media screen and (max-width: 776px) 
{
	/*SMALL SCREEN*/
	.content
	{
		width:90%;
		margin-left: auto ;
		margin-right: auto ;
		text-align:center;
		font-family: verdana, sans-serif;
		font-size: .85em;
		font-weight: lighter;
	}
	
	.headerbars
	{
		border-right: 0px;
		text-align:center;
	}
	
	.bottomspace
	{
		padding-top:20px;
		text-align:center;
	}
	
	.copyright
	{
		padding-left:0%;
		text-align:center;
	}
	
	.dotsspan
	{
		display: none;	
	}
	
	.coverimages
	{
		max-width:50%;
	}
	
	.gutterspace
	{
		display:none;
	}
	
}
	
@media screen and (min-width: 777px) 
{
	/*BIG SCREEN*/
	.content
	{
		width:65%;
		margin-left: auto ;
		margin-right: auto ;
		text-align:center;
		font-family: verdana, sans-serif;
		font-size: .85em;
		font-weight: lighter;
	}
	
	.headerbars
	{
		border-right: 1px solid #d6d6d6;
		text-align:center;
	}
	
	.bottomspace
	{
		padding-top:0px;
		text-align:center;
	}
	
	.copyright
	{
		padding-left:10%;
		text-align:left;
	}
	
	.dotsspan
	{
		flex: 1; 
		overflow: hidden;	
	}
	
	.coverimages
	{
		max-width:100%;
		height:auto; 
		margin: auto; 
		display: block; 
		text-align:left;
	}
	
}

td
{
	padding-bottom:10px;
}

.border
{
	border:1px dotted #bdbdbd;
}

table
{
	border-collapse:collapse;
}

button:active
{
	display:block;
	width:300px;
	color:black;
}

.headers
{
	font-size: 1.5em;
}

.inputs
{
	width:250px; 
}