/******************************************/
/* Copyright © 2020 Coeus Computing,LLC. */
/*          All rights reserved           */
/*                                        */
/*      Author: Houston Oglethorpe        */
/******************************************/

h1 {
	text-align: center;	
	color:white;
}
h2 {
	text-align: center;	
	color:blue;
}
h3 {
	text-align: left;	
	color: black;
}
body
{
	background:#ffffff;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:12pt;
}
#viewport  {
    background: #ffffff;
    width: 400px;
    height: 100%;
    display:block;
}
.rule0 {
	display: block;
	height: auto;
	margin-left: 0px;
}
.rule1 {
	display: block;
	height: auto;
	margin-left: 30px;
}
.rule2 {
	display: block;
	height: auto;
	margin-left: 50px;
}

#container1 {
    position:relative;
    display: inline;
    width: 100%;
    height: auto;
    left: 0px;
    z-index: 1;
}

#explain1 {
    display: block;
    font-size: 1rem;
    text-align: left;
}

#tourfee  {
    border: 1px solid;
    border-radius: 0px;
    border-color: darkblue;
}

#divtable {
    width: 80vw;
    text-align: left;
}

.lvlawards  {
    color: darkblue;
    background-color: white;
    width: 4.9rem;
}

.playpergm  {
    color: darkblue;
    background-color: white;
    width: 1rem;
}

#explain2 {
    display: block;
    font-size: 1rem;
    text-align: left;
}

#footer
{
	width:640px;
	clear:both;
	color:#999999;
	text-align:center;
	width:640px;
	padding-bottom: 15px;
	font-size: 85%;
}

#bottom
{
	display:block;
	height:10px;
	margin:0 auto;
	width:650px;
}

h1
{
	background-color:#666699;
	margin:0;
	min-height:0;
	padding:0;
	
}
#messages {
	display: none;
	background-color: red;
	color: white;
	text-align: center;
}
#back {
    display: block;
    background-color: blue;
    font-weight: bold;
    color: white;
    border:3px solid #0000ff;
    border-radius: 10px;
}

