﻿body {
    background-image: url(/images/chalkboard.jpg);
    color: #ffffff;
    padding: 5px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.adDisplay {
    position:absolute;
    top: 0;
    left:0;

    padding: 0 5px 0 5px;
    box-sizing: border-box;
    text-align: center;
}
.columnlarge {
    float: left;
    width: 700px;
    height: 100%;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.columnsmall {
    position:absolute;
    top:0;
    right: 0;
    width: 490px;
    height: 100%;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.adDisplay {
    float: left;
    width: 1400px;
    height: 100%;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
    text-align: center;
}
.highlighted_beverage
{
    text-align:center;
    width: 100%;
}
.highlight_brewername {
    font-size: 2vw;
    overflow: hidden;
}
.highlight_beveragename {
    font-size: 19pt;
    font-style: italic;
    overflow: hidden;
}
.highlight_style {
    font-size: 20pt;
    overflow: hidden;
}
.highlight_abv_ibu {
    
}
.highlight_abv {
    font-size: 20pt;
    float: left;
    padding-left: 20px;
}
.highlight_ibu {
    font-size: 20pt;
    float: right;
    padding-right: 20px;
}
.highlight_description {
    font-size: 16pt;
    clear: both;
    font-style: italic;
    position: relative;
    top: 20px;
    overflow: hidden;
    height: 340px;
}
.highlight_footer{

    width:480px;
}
.highlight_ppo {
    float: left;
    padding-left: 20px;
    font-size: 16pt;
}
.highlight_tapNumber {
    float: right;
    padding-right: 20px;
    font-size: 16pt;
}
.listItem
{
    width: 100%;
    clear:both;
    display:table;
    padding-bottom:25px;
}
.listItemRow{
   display:table-row;
}
.listItemCell {
    display: table-cell;
    height: 140px;
    box-sizing: border-box;
}
.listNumber {
    vertical-align: top;
    text-align: center;
    font-size: 30pt;
    width: 70px;
    color: #d7d93c;
}
.listImage{
    width: 140px;
    text-align:center;
}
.listBeverageInfo {
    text-align: left;
    vertical-align: top;
    overflow: hidden;
}
.listBrewerName {
    font-size: 20pt;
    color: #d7d93c;
    overflow: hidden;
}
.listbeverageName {
    font-size: 20pt;
    overflow: hidden;
}
.listStyle
{
    font-size: 14pt;
}
.footer
{
    position:absolute;
    bottom:10px;
    font-size: 14pt;
    text-align: center;
    width: 98%
}
.poweredby {
    position: absolute;
    bottom: 10px;
    font-size: 14pt;
    right: 10px;
}
.fadeout {
    transition: opacity 0.3s ease;
    opacity: 0;
}
.fadein {
    transition: opacity 0.3s ease;
    
    opacity: 1;
}
.imageInList {
    height: 120px;
    width: 120px;
    border: none;
}
.highlightedImage {
    width: 400px;
    height: 400px;
}
.visibleList {
    display: block;
    border: none;
}

.collapsedList {
    display: none;
    border: none;
}
#reloadMainListTimerContainer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: left;
    width: 1420px;
    height: 10px;
    overflow:hidden;
}
#reloadHighlightedTimerContainer {
    position: absolute;
    left: 1421px;
    bottom: 0px;
    text-align: left;
    width: 500px;
    height: 10px;
    overflow: hidden;
}
#reloadMainListTimer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: left;
    width: 1420px;
    height: 8px;
    background-color: #e2e2e2;
}

#reloadHighlightedTimer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: left;
    width: 500px;
    height: 8px;
    overflow: hidden;
    background-color: #e2e2e2;
}
.adImage {
    display: block;
}
.iPourItLogoHolder {
    width: 78px;
    height: 75px;
    position: absolute;
    bottom: 13px;
    left: 5px;
}
.iPourItLogo {
    width: 75px;
    height: 75px;
    border:none;
}
#menu {
    margin: 50px;
    font-size: 20pt;
    color: #FFF;
}