﻿body {
	background-image: url(img/background.jpg);
	background-color: #000000;
	background-size: cover;
	background-repeat:no-repeat;
	overflow: hidden;
	color: #FFFFFF;
	font: 1.5em Georgia, arial, verdana, sans-serif;
	margin:5px;
}
hr {
	border: 0;
	height: 1px;
	-webkit-margin-before: 2px;
	-webkit-margin-after: 2px;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,255), rgba(255,255,255,0.75), rgba(255,255,255,255)); 
	background-image:    -moz-linear-gradient(left, rgba(255,255,255,255), rgba(255,255,255,0.75), rgba(255,255,255,255)); 
	background-image:     -ms-linear-gradient(left, rgba(255,255,255,255), rgba(255,255,255,0.75), rgba(255,255,255,255)); 
	background-image:      -o-linear-gradient(left, rgba(255,255,255,255), rgba(255,255,255,0.75), rgba(255,255,255,255)); 
}
h1 {
	display:block;
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
	opacity:1;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
}

h3 {
	margin: 0;
	color: #A0A0A0;
	font-weight: normal;
	font-size: .8em;
	-webkit-margin-before: 5px;
	-webkit-margin-after: 5px;
}

p {
	margin: 20px 0 0 0;
	font-weight: normal;
	font-size: .8em;
}
img {
	margin-left: auto;
	margin-right: auto;
}
.bodywrapper
{
	width: 100%;
	height: 100%;
}
/* Header Styles */
.header {
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
}
table{
	width: 100%;
	border-collapse: collapse;
}
table th,
table td{
	border-left: 1px white solid;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	padding: 1px 5px;
	text-align: center;
	vertical-align: top;
}
table th:first-child,
table td:first-child{
	border-left: none;
}
table thead th{
	min-height:60px;
	font-size: .65em;
	font-weight: bold;
	vertical-align: middle;
}
.tr-data {
	height: 230px;
}
table .tap-num{
	width: 100px;
	vertical-align: middle;
}
table .srm{
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
table .ibu{
	width: 150px;
	text-align: center;
	vertical-align: middle;	
}
table td.name{
	text-align: left;
	padding-left: 10px;	
	padding-right: 10px;	
	vertical-align: top;
}
table .abv{
	width: 125px;
	text-align: center;
	vertical-align: middle;
}
table .keg{
	width: 150px;
	text-align: center;
	vertical-align: middle;	
}

table td.tap-num{
	vertical-align: middle;
}

span.tapcircle {
  background-color: rgba(153,153,153,.3);
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  display: inline-block;
  font-weight: bold;
  line-height: 2em;
  margin-right: 5px;
  text-align: center;
  width: 2em; 
}
table h3 {
	text-align: center;
}

table h2 {
	text-align: center;
}
table .subhead{
	width:100%;
	font-size: .9em;
	text-align:left;
}

.altrow{
	background-color: rgba(153,153,153,.0);
}

.tap-1-srm-rgb{
	background-color: rgba(153,153,153,.0);
}

.text-fields{
	padding-bottom: 10px;
	padding-top: 10px;
}

.srm-container{
	position: relative;
	height: 100px;
	width: 55px;
	margin: 0 auto;
}

.srm-indicator{
	position: absolute; 
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	
	-webkit-mask-image: url(img/srm/pint-mask.png);
	-o-mask-image: url(img/srm/pint-mask.png);
	-moz-mask-image: url(img/srm/pint-mask.png);
	mask-image: url(img/srm/pint-mask.png);
}

.srm-stroke{
	position: absolute; 
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(img/srm/pint-stroke.png)
}

.ibu-container{
	position: relative;
	height:100px;
	width:53px;
	margin: 0 auto;
}
.ibu-indicator{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(img/ibu/stroke.png) no-repeat bottom left;
}
.ibu-full{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(img/ibu/full.png) no-repeat bottom left;
}
	
.ibu-max{
	position: absolute;
	top: -5px;
	left: 35px;
}
.abv-container{
	position: relative;
	height: 100px;
	width: 115px;
	margin: 8px auto;
}	
.abv-indicator{
	display: inline-block;
	position: relative;
	height:100%;
	width:50%;
	background: url(img/abv/stroke.png) no-repeat bottom left;
}
.abv-indicator .abv-full{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(img/abv/full.png) no-repeat bottom left;
}
.abv-offthechart{
	position: absolute;
	bottom: -2px;
	left: 8px;
	height: 55px;
	width: 114px;
	background: url(img/abv/offthechart.png) no-repeat bottom left;	
}

.keg-container{
	position: relative;
	height: 100px;
	width: 67px;
	margin: 8px auto;
}
