a:link {
    text-decoration: none;
    color: #339933;
}
a:visited {
    text-decoration: none;
    color: #339933;
}

a:hover {
    text-decoration: none;
    color: #339933;
    font-weight:bold;
    background-color: #b3ffb3;
}

a:active {
    text-decoration: none;
    color: #339933;
}
h1 {
    border-bottom: 3px solid #339933;
    color: #338AFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 30px;
}
p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

table {
  overflow-y:scroll;
  height:500px;
  display:block;
}
table, th , td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 1px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
th {
	text-align: center
	font-weight: bold
	background-color:
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
table tr:nth-child(odd) {
    background-color: #e5ffe5;
}
table tr:nth-child(even) {
    background-color: #FFF;
}
fieldset {
	border: 2px;
	border-style: solid;
	border-color: #339933;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
legend {
	color: #339933;
}
label {
	color: #339933;
	display:inline-block;
	width:50%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
button {
	color: #339933;
	font-weight: bold;
	width:100px;
	height:30px;
	display:inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


body {
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-container {
  max-width: 750px;
  margin: auto;
  background-color: #FFFFFF;
  height: 1334px;
  color: green;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #bbLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.whoDiv {
  display: none;
}

.loginDiv {
  display: none;
}

.purchaseEntryDiv {
  display: none;
}

.PDataByMonthDiv {
  display: none;
}

.displayDataLocationDiv {
  display: none;
}
