﻿body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.card-body {
	padding-top:10px;
}


/*
#pageHeader, #interactiveWindow, #userListWindow {
	position:absolute;
	left:50%;
	padding:0px;
	background-color:white;
	border-style:solid;
	border-width:3px;
	border-color:white;	
}

#pageHeader, #interactiveWindow {
	width:1100px;
	margin-left:-550px;
}

#pageHeader {
	text-align:center;
	top:10px;
	padding-top:3px;
	height:47px;
	border-width:0px;
}

#pageBody {
	top:100px;
	padding-top:50px;
	border-width:0px;
	margin-left:15%;
}

#myHeader {
	position:absolute;
	height:100%;
	top:0px;
	left:75%;
	width:25%;
	margin:3px;
}

input, select {
	font-size:11pt;
}

table, tr, td, th {
	width:80%;
	text-align:center;
	border-style:solid;
	border-width:40px;
	border-color:white;
	border-collapse:separate;
	padding-left:5px;
	padding-right:3px;
	padding-top:2px;
	font:1em;
	
}

th {
	height:40px;
	text-align:center;
	font-size:1.5em;
}

tr {
	height:25px;
}

.col1 {
	width:17%;	
	//border-color:red;
	//border:0px;
	//border-style:solid;
}

.col2 {
	width:17%;	
}

.col3 {
	width:17%;	
}

.col4 {
	width:17%;	
}

.col5 {
	width:17%;
}

.col6 {
	width:32%;
}


.myButtonClass {
	text-align:center;
	height:200px;
	width:200px;
	font-size:20pt;
}

img {
	border:0px;
	border-color:black;
	border-style:ridge;
}


h1, h2, h4 {
	position:absolute;
	top:10px;
	left:0px;
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
	height:40px;
	line-height:100%;
	// Double Height
	//-webkit-transform: scaleY(2);
    //-moz-transform: scaleY(2);

}
h1 {
	font-size:40px;
	line-height:100%;
}

h4 {

	line-height:56px;
}

ol, li {
	margin-left:5px;
	list-style:none;
	text-decoration:none;
	float:left;
	padding:2px;
	margin-top:0px;
	margin-right:0px;
}

li {
	background-color:silver;
	margin-left:4px;
	width:75px;
	// font-size:0.7em;
	font-weight:bold;
	border:0px;
}

a:link    {
  text-decoration:  none;
  color:            black;
  }
a:visited {
  text-decoration:  none;
  color:            black;
  } 
a:hover   {
  text-decoration:  none;
  color:            blue;
  }
*/