body {
	font-family: "Arial";
}

h1 {
	font-size: 40px; 
	text-shadow: 2px 2px 2px #ccc;
	color: #654321;
	}

p {
	font-size: 11px;
}

h4 {
	font-size: 28px;
	margin-top: 5px;
	text-align: center;	
}

svg {
	display: inline-block;
	vertical-align: middle;
}

#draggableContainer {
	margin: 10px;
}

#yardLineText {
	font-size: 20px;
	vertical-align: middle;
	font-weight: bold;
}

#yardLineContainer {
	display: inline-block;
	width: 58%;
	text-align: center;
}

#downLineText {
	font-size: 20px;
	vertical-align: middle;
	font-weight: bold;
}

#downLineContainer {
	display: inline-block;
}

#scoreDiff {
	display: inline-block;
	margin-left: 10px;
}

#infoToggleDiv {
  padding-top: 10px;
  padding-bottom: 20px;
}

.sidenav {
    height: 100%;
    width: 335px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 70px;
    overflow-x: hidden;
    background-color: #F5F5F5;
    margin-top: 65px;
    margin-bottom: 65px;
}

/*#dataInformation {
	font-style: italic;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	/*position: absolute;*/
	/*top: 94%;*/
	/*bottom: 0%;*/
}*/

.main {
    margin-right: 335px;
    margin-left: 10px;
    background-color: white;
}

#fieldContainer {
	text-align:center;
  margin-top: 65px;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.track-overlay {
  pointer-events: stroke;
  stroke-width: 30px;
  stroke: transparent;
  cursor: -webkit-grab;
}

.statsTable {
  border-collapse: collapse;
  margin: auto;
  padding:5px;
  table-layout: fixed;
}

#playTable {
  margin: auto;
  padding:5px;
  table-layout: fixed;
  background-color: white;
}

#playTable td {

}
 
.statsTable th {
  color:white;
  font-size:14px;
  font-weight: 100;
  padding: 10px;
  text-align:middle;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}
  
.statsTable tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color: black;
  font-size:12px;
}
 
.statsTable tr:first-child {
  border-top:none;
}
 
.statsTable td {
  background-color: white;
  padding:8px;
  vertical-align:middle;
  font-weight:300;
  font-size:12px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.statsTable td:last-child {
  border-right: 0px;
}

th#empty-cell {
  background-color: #F5F5F5;
  width: 100px;
}

th#run-header {
  background-color: blue;
  width: 40px;
}

th#pass-header {
  background-color: red;
  width: 40px;
}

th#total-header {
  background-color: green;
  width: 40px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

td.pass1 {
  background-color: rgba(255,0,0,0.2);
  width: 40px;
}

td.pass2 {
  background-color: rgba(255,0,0,0.3);
  width: 40px;
}

td.run1 {
  background-color: rgba(0,0,255,0.2);
  width: 40px;
}

td.run2 {
  background-color: rgba(0,0,255,0.3);
  width: 40px;
}

td.total1 {
  background-color: rgba(0,255,0,0.15);
  width: 40px;
}

td.total2 {
  background-color: rgba(0,255,0,0.25);
  width: 40px;
}

td.desc1 {
  background-color: rgba(0,0,0,0.15);
  width: 120px;
}

td.desc2 {
  background-color: rgba(0,0,0,0.25);
  width: 100px;
}

.playTable {
  border-collapse: collapse;
  margin: auto;
  padding:5px;
  table-layout: fixed;
}

td#playDesc {
	width: 100%;	
}

#playContent {
	border: 4px green solid;
	padding: 5px;
	background-color: white;
}

#instructButtonText {
  pointer-events: none;
}

/*********************************************************************


                                NAV BAR


**********************************************************************/

img.img-circle-nav {
  float: left;
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin: 5px;
}

.fixed-header {
    background: #FFF;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    padding: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    text-transform: uppercase;
    display: block;
}

.fixed-header .header-content {
    margin: auto;
    width: 600px;
}

.fixed-header ul.nav {
    float: right;
    margin: 0;
}